Uses of Interface
org.apache.lucene.facet.search.results.IntermediateFacetResult
-
Packages that use IntermediateFacetResult Package Description org.apache.lucene.facet.search Faceted Search API -
-
Uses of IntermediateFacetResult in org.apache.lucene.facet.search
Classes in org.apache.lucene.facet.search that implement IntermediateFacetResult Modifier and Type Class Description static classTopKInEachNodeHandler.IntermediateFacetResultWithHashIntermediate result to hold counts from one or more partitions processed thus far.Methods in org.apache.lucene.facet.search that return IntermediateFacetResult Modifier and Type Method Description abstract IntermediateFacetResultFacetResultsHandler. fetchPartitionResult(FacetArrays arrays, int offset)Fetch results of a single partition, given facet arrays for that partition, and based on the matching documents and faceted search parameters.IntermediateFacetResultTopKFacetResultsHandler. fetchPartitionResult(FacetArrays facetArrays, int offset)IntermediateFacetResultTopKInEachNodeHandler. fetchPartitionResult(FacetArrays arrays, int offset)Recursively explore all facets that can be potentially included in theFacetResultto be generated, and that belong to the given partition, so that values can be examined and collected.abstract IntermediateFacetResultFacetResultsHandler. mergeResults(IntermediateFacetResult... tmpResults)Merge results of several facet partitions.IntermediateFacetResultTopKFacetResultsHandler. mergeResults(IntermediateFacetResult... tmpResults)IntermediateFacetResultTopKInEachNodeHandler. mergeResults(IntermediateFacetResult... tmpResults)Merge several partitions'IntermediateFacetResult-s into one of the same formatMethods in org.apache.lucene.facet.search with parameters of type IntermediateFacetResult Modifier and Type Method Description abstract IntermediateFacetResultFacetResultsHandler. mergeResults(IntermediateFacetResult... tmpResults)Merge results of several facet partitions.IntermediateFacetResultTopKFacetResultsHandler. mergeResults(IntermediateFacetResult... tmpResults)IntermediateFacetResultTopKInEachNodeHandler. mergeResults(IntermediateFacetResult... tmpResults)Merge several partitions'IntermediateFacetResult-s into one of the same formatabstract FacetResultFacetResultsHandler. renderFacetResult(IntermediateFacetResult tmpResult)Create a facet result from the temporary result.FacetResultTopKFacetResultsHandler. renderFacetResult(IntermediateFacetResult tmpResult)FacetResultTopKInEachNodeHandler. renderFacetResult(IntermediateFacetResult tmpResult)
-