Java org.apache.lucene.facet.taxonomy FastTaxonomyFacetCounts fields, constructors, methods, implement or subclass

Example usage for Java org.apache.lucene.facet.taxonomy FastTaxonomyFacetCounts fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.lucene.facet.taxonomy FastTaxonomyFacetCounts.

The text is from its open source code.

Constructor

FastTaxonomyFacetCounts(String indexFieldName, TaxonomyReader taxoReader, FacetsConfig config, FacetsCollector fc)
Create FastTaxonomyFacetCounts , using the specified indexFieldName for ordinals.
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(TaxonomyReader taxoReader, FacetsConfig config, FacetsCollector fc)
Create FastTaxonomyFacetCounts , which also counts all facet labels.