Package | Description |
---|---|
org.apache.lucene.facet.search |
Faceted Search API
|
org.apache.lucene.facet.search.params |
Parameters for Faceted Search
|
org.apache.lucene.facet.search.params.association |
Association-based Parameters for Faceted Search.
|
org.apache.lucene.facet.search.results |
Results of Faceted Search
|
org.apache.lucene.facet.util |
Various utilities for faceted search
|
Modifier and Type | Field | Description |
---|---|---|
protected FacetRequest |
FacetResultsHandler.facetRequest |
Facet request served by this handler.
|
Modifier and Type | Method | Description |
---|---|---|
FacetRequest |
FacetResultsHandler.getFacetRequest() |
Return the facet request served by this handler.
|
FacetRequest |
TopKInEachNodeHandler.IntermediateFacetResultWithHash.getFacetRequest() |
Constructor | Description |
---|---|
FacetResultsHandler(TaxonomyReader taxonomyReader,
FacetRequest facetRequest) |
Create a faceted search handler.
|
IntermediateFacetResultWithHash(FacetRequest facetReq,
IntToObjectMap<org.apache.lucene.facet.search.TopKInEachNodeHandler.AACO> mapToAACOs) |
|
TopKFacetResultsHandler(TaxonomyReader taxonomyReader,
FacetRequest facetRequest) |
Construct top-K results handler.
|
TopKInEachNodeHandler(TaxonomyReader taxonomyReader,
FacetRequest facetRequest) |
Modifier and Type | Class | Description |
---|---|---|
class |
CountFacetRequest |
Facet request for counting facets.
|
class |
ScoreFacetRequest |
Facet request for weighting facets according to document scores.
|
Modifier and Type | Field | Description |
---|---|---|
protected List<FacetRequest> |
FacetSearchParams.facetRequests |
Modifier and Type | Method | Description |
---|---|---|
List<FacetRequest> |
FacetSearchParams.getFacetRequests() |
Parameters which controlled the indexing of facets, and which are also
needed during search.
|
Modifier and Type | Method | Description |
---|---|---|
void |
FacetSearchParams.addFacetRequest(FacetRequest facetRequest) |
Add a facet request to apply for this faceted search.
|
Modifier and Type | Class | Description |
---|---|---|
class |
AssociationFloatSumFacetRequest |
Facet request for weighting facets according to their float association by
summing the association values.
|
class |
AssociationIntSumFacetRequest |
Facet request for weighting facets according to their integer association by
summing the association values.
|
Modifier and Type | Method | Description |
---|---|---|
FacetRequest |
FacetResult.getFacetRequest() |
Request for which this result was obtained.
|
FacetRequest |
IntermediateFacetResult.getFacetRequest() |
Facet request for which this temporary result was created.
|
Constructor | Description |
---|---|
FacetResult(FacetRequest facetRequest,
FacetResultNode rootNode,
int numValidDescendants) |
Modifier and Type | Method | Description |
---|---|---|
static Heap<FacetResultNode> |
ResultSortUtils.createSuitableHeap(FacetRequest facetRequest) |
Create a suitable heap according to facet request being served.
|
Copyright © 2000-2018 Apache Software Foundation. All Rights Reserved.