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
-
public class TaxonomyFacetSumIntAssociations extends IntTaxonomyFacets
Aggregates sum of int values previously indexed withIntAssociationFacetField, assuming the default encoding.
-
-
Constructor Summary
Constructors Constructor Description TaxonomyFacetSumIntAssociations(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, getTopChildren
-
Methods inherited from class org.apache.lucene.facet.taxonomy.TaxonomyFacets
getAllDims
-
-
-
-
Constructor Detail
-
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
-
-