public class FastTaxonomyFacetCounts extends IntTaxonomyFacets
config, indexFieldName, parents, taxoReader| Constructor and Description |
|---|
FastTaxonomyFacetCounts(String indexFieldName,
IndexReader reader,
TaxonomyReader taxoReader,
FacetsConfig config)
Create
FastTaxonomyFacetCounts, using the
specified indexFieldName for ordinals, and
counting all non-deleted documents in the index. |
FastTaxonomyFacetCounts(String indexFieldName,
TaxonomyReader taxoReader,
FacetsConfig config,
FacetsCollector fc)
Create
FastTaxonomyFacetCounts, using the
specified indexFieldName for ordinals. |
FastTaxonomyFacetCounts(TaxonomyReader taxoReader,
FacetsConfig config,
FacetsCollector fc)
Create
FastTaxonomyFacetCounts, which also
counts all facet labels. |
getSpecificValue, getTopChildren, increment, increment, rollup, useHashTablechildrenLoaded, getAllDims, getChildren, getSiblings, siblingsLoaded, verifyDimpublic FastTaxonomyFacetCounts(TaxonomyReader taxoReader, FacetsConfig config, FacetsCollector fc) throws IOException
FastTaxonomyFacetCounts, which also
counts all facet labels.IOExceptionpublic FastTaxonomyFacetCounts(String indexFieldName, TaxonomyReader taxoReader, FacetsConfig config, FacetsCollector fc) throws IOException
FastTaxonomyFacetCounts, using the
specified indexFieldName for ordinals. Use
this if you had set FacetsConfig.setIndexFieldName(java.lang.String, java.lang.String) to change the index
field name for certain dimensions.IOExceptionpublic FastTaxonomyFacetCounts(String indexFieldName, IndexReader reader, TaxonomyReader taxoReader, FacetsConfig config) throws IOException
FastTaxonomyFacetCounts, using the
specified indexFieldName for ordinals, and
counting all non-deleted documents in the index. This is
the same result as searching on MatchAllDocsQuery,
but fasterIOExceptionCopyright © 2000-2021 Apache Software Foundation. All Rights Reserved.