Package org.apache.lucene.facet.taxonomy
Class TaxonomyFacetSumIntAssociations
java.lang.Object
org.apache.lucene.facet.Facets
org.apache.lucene.facet.taxonomy.TaxonomyFacets
org.apache.lucene.facet.taxonomy.IntTaxonomyFacets
org.apache.lucene.facet.taxonomy.TaxonomyFacetSumIntAssociations
Aggregates sum of int values previously indexed with
IntAssociationFacetField, assuming the default
encoding.-
Constructor Summary
ConstructorsConstructorDescriptionTaxonomyFacetSumIntAssociations(String indexFieldName, TaxonomyReader taxoReader, FacetsConfig config, FacetsCollector fc) CreateTaxonomyFacetSumIntAssociationsagainst the specified index field.TaxonomyFacetSumIntAssociations(TaxonomyReader taxoReader, FacetsConfig config, FacetsCollector fc) CreateTaxonomyFacetSumIntAssociationsagainst the default index field. -
Method Summary
Methods inherited from class org.apache.lucene.facet.taxonomy.IntTaxonomyFacets
getSpecificValue, getTopChildrenMethods inherited from class org.apache.lucene.facet.taxonomy.TaxonomyFacets
getAllDims
-
Constructor Details
-
TaxonomyFacetSumIntAssociations
public TaxonomyFacetSumIntAssociations(TaxonomyReader taxoReader, FacetsConfig config, FacetsCollector fc) throws IOException CreateTaxonomyFacetSumIntAssociationsagainst the default index field.- Throws:
IOException
-
TaxonomyFacetSumIntAssociations
public TaxonomyFacetSumIntAssociations(String indexFieldName, TaxonomyReader taxoReader, FacetsConfig config, FacetsCollector fc) throws IOException CreateTaxonomyFacetSumIntAssociationsagainst the specified index field.- Throws:
IOException
-