org.apache.lucene.facet.search
Class AdaptiveFacetsAccumulator
java.lang.Object
org.apache.lucene.facet.search.FacetsAccumulator
org.apache.lucene.facet.search.StandardFacetsAccumulator
org.apache.lucene.facet.search.AdaptiveFacetsAccumulator
public final class AdaptiveFacetsAccumulator
- extends StandardFacetsAccumulator
FacetsAccumulator
whose behavior regarding complements, sampling,
etc. is not set up front but rather is determined at accumulation time
according to the statistics of the accumulated set of documents and the
index.
Note: Sampling accumulation (Accumulation over a sampled-set of the results),
does not guarantee accurate values for
FacetResult.getNumValidDescendants()
&
FacetResultNode.getResidue()
.
- WARNING: This API is experimental and might change in incompatible ways in the next release.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AdaptiveFacetsAccumulator
public AdaptiveFacetsAccumulator(FacetSearchParams searchParams,
IndexReader indexReader,
TaxonomyReader taxonomyReader)
- Create an
AdaptiveFacetsAccumulator
- See Also:
StandardFacetsAccumulator.StandardFacetsAccumulator(FacetSearchParams, IndexReader, TaxonomyReader)
AdaptiveFacetsAccumulator
public AdaptiveFacetsAccumulator(FacetSearchParams searchParams,
IndexReader indexReader,
TaxonomyReader taxonomyReader,
IntArrayAllocator intArrayAllocator,
FloatArrayAllocator floatArrayAllocator)
- Create an
AdaptiveFacetsAccumulator
- See Also:
StandardFacetsAccumulator.StandardFacetsAccumulator(FacetSearchParams, IndexReader, TaxonomyReader,
IntArrayAllocator, FloatArrayAllocator)
setSampler
public void setSampler(Sampler sampler)
- Set the sampler.
- Parameters:
sampler
- sampler to set
accumulate
public List<FacetResult> accumulate(ScoredDocIDs docids)
throws IOException
- Description copied from class:
FacetsAccumulator
- Accumulate facets over given documents, according to facet requests in effect.
- Overrides:
accumulate
in class StandardFacetsAccumulator
- Parameters:
docids
- documents (and their scores) for which facets are Accumulated.
- Returns:
- Accumulated facets.
- Throws:
IOException
- on error.
getSampler
public final Sampler getSampler()
- Returns:
- the sampler in effect