Uses of Interface
org.apache.lucene.facet.partitions.IntermediateFacetResult

Packages that use IntermediateFacetResult
org.apache.lucene.facet.partitions Category Partitions 
org.apache.lucene.facet.search Facets search code. 
 

Uses of IntermediateFacetResult in org.apache.lucene.facet.partitions
 

Methods in org.apache.lucene.facet.partitions that return IntermediateFacetResult
abstract  IntermediateFacetResult PartitionsFacetResultsHandler.fetchPartitionResult(int offset)
          Fetch results of a single partition, given facet arrays for that partition, and based on the matching documents and faceted search parameters.
abstract  IntermediateFacetResult PartitionsFacetResultsHandler.mergeResults(IntermediateFacetResult... tmpResults)
          Merge results of several facet partitions.
 

Methods in org.apache.lucene.facet.partitions with parameters of type IntermediateFacetResult
abstract  IntermediateFacetResult PartitionsFacetResultsHandler.mergeResults(IntermediateFacetResult... tmpResults)
          Merge results of several facet partitions.
abstract  FacetResult PartitionsFacetResultsHandler.renderFacetResult(IntermediateFacetResult tmpResult)
          Create a facet result from the temporary result.
 

Uses of IntermediateFacetResult in org.apache.lucene.facet.search
 

Classes in org.apache.lucene.facet.search that implement IntermediateFacetResult
static class TopKInEachNodeHandler.IntermediateFacetResultWithHash
          Intermediate result to hold counts from one or more partitions processed thus far.
 

Methods in org.apache.lucene.facet.search that return IntermediateFacetResult
 IntermediateFacetResult TopKInEachNodeHandler.fetchPartitionResult(int offset)
          Recursively explore all facets that can be potentially included in the FacetResult to be generated, and that belong to the given partition, so that values can be examined and collected.
 IntermediateFacetResult TopKFacetResultsHandler.fetchPartitionResult(int offset)
           
 IntermediateFacetResult TopKInEachNodeHandler.mergeResults(IntermediateFacetResult... tmpResults)
          Merge several partitions' IntermediateFacetResult-s into one of the same format
 IntermediateFacetResult TopKFacetResultsHandler.mergeResults(IntermediateFacetResult... tmpResults)
           
 

Methods in org.apache.lucene.facet.search with parameters of type IntermediateFacetResult
 IntermediateFacetResult TopKInEachNodeHandler.mergeResults(IntermediateFacetResult... tmpResults)
          Merge several partitions' IntermediateFacetResult-s into one of the same format
 IntermediateFacetResult TopKFacetResultsHandler.mergeResults(IntermediateFacetResult... tmpResults)
           
 FacetResult TopKInEachNodeHandler.renderFacetResult(IntermediateFacetResult tmpResult)
           
 FacetResult TopKFacetResultsHandler.renderFacetResult(IntermediateFacetResult tmpResult)
           
 



Copyright © 2000-2013 Apache Software Foundation. All Rights Reserved.