Uses of Class
org.apache.lucene.facet.search.params.FacetRequest
-
Packages that use FacetRequest Package Description org.apache.lucene.facet.search Faceted Search APIorg.apache.lucene.facet.search.params Parameters for Faceted Searchorg.apache.lucene.facet.search.params.association Association-based Parameters for Faceted Search.org.apache.lucene.facet.search.results Results of Faceted Searchorg.apache.lucene.facet.util Various utilities for faceted search -
-
Uses of FacetRequest in org.apache.lucene.facet.search
Fields in org.apache.lucene.facet.search declared as FacetRequest Modifier and Type Field Description protected FacetRequest
FacetResultsHandler. facetRequest
Facet request served by this handler.Methods in org.apache.lucene.facet.search that return FacetRequest Modifier and Type Method Description FacetRequest
FacetResultsHandler. getFacetRequest()
Return the facet request served by this handler.FacetRequest
TopKInEachNodeHandler.IntermediateFacetResultWithHash. getFacetRequest()
Constructors in org.apache.lucene.facet.search with parameters of type FacetRequest 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)
-
Uses of FacetRequest in org.apache.lucene.facet.search.params
Subclasses of FacetRequest in org.apache.lucene.facet.search.params Modifier and Type Class Description class
CountFacetRequest
Facet request for counting facets.class
ScoreFacetRequest
Facet request for weighting facets according to document scores.Fields in org.apache.lucene.facet.search.params with type parameters of type FacetRequest Modifier and Type Field Description protected List<FacetRequest>
FacetSearchParams. facetRequests
Methods in org.apache.lucene.facet.search.params that return types with arguments of type FacetRequest Modifier and Type Method Description List<FacetRequest>
FacetSearchParams. getFacetRequests()
Parameters which controlled the indexing of facets, and which are also needed during search.Methods in org.apache.lucene.facet.search.params with parameters of type FacetRequest Modifier and Type Method Description void
FacetSearchParams. addFacetRequest(FacetRequest facetRequest)
Add a facet request to apply for this faceted search. -
Uses of FacetRequest in org.apache.lucene.facet.search.params.association
Subclasses of FacetRequest in org.apache.lucene.facet.search.params.association 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. -
Uses of FacetRequest in org.apache.lucene.facet.search.results
Methods in org.apache.lucene.facet.search.results that return FacetRequest 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.Constructors in org.apache.lucene.facet.search.results with parameters of type FacetRequest Constructor Description FacetResult(FacetRequest facetRequest, FacetResultNode rootNode, int numValidDescendants)
-
Uses of FacetRequest in org.apache.lucene.facet.util
Methods in org.apache.lucene.facet.util with parameters of type FacetRequest Modifier and Type Method Description static Heap<FacetResultNode>
ResultSortUtils. createSuitableHeap(FacetRequest facetRequest)
Create a suitable heap according to facet request being served.
-