public class FastTaxonomyFacetCounts extends IntTaxonomyFacets
valueschildren, config, indexFieldName, siblings, taxoReader| Constructor and Description |
|---|
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, rollupgetAllDims, 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.IOExceptionCopyright © 2000-2014 Apache Software Foundation. All Rights Reserved.