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, useHashTable
childrenLoaded, getAllDims, getChildren, getSiblings, siblingsLoaded, verifyDim
public FastTaxonomyFacetCounts(TaxonomyReader taxoReader, FacetsConfig config, FacetsCollector fc) throws IOException
FastTaxonomyFacetCounts
, which also
counts all facet labels.IOException
public 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.IOException
public 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 fasterIOException
Copyright © 2000-2021 Apache Software Foundation. All Rights Reserved.