org.apache.lucene.facet.taxonomy
Class TaxonomyFacetSumIntAssociations

java.lang.Object
  extended by org.apache.lucene.facet.Facets
      extended by org.apache.lucene.facet.taxonomy.TaxonomyFacets
          extended by org.apache.lucene.facet.taxonomy.IntTaxonomyFacets
              extended by org.apache.lucene.facet.taxonomy.TaxonomyFacetSumIntAssociations

public class TaxonomyFacetSumIntAssociations
extends IntTaxonomyFacets

Aggregates sum of int values previously indexed with IntAssociationFacetField, assuming the default encoding.

WARNING: This API is experimental and might change in incompatible ways in the next release.

Field Summary
 
Fields inherited from class org.apache.lucene.facet.taxonomy.IntTaxonomyFacets
values
 
Fields inherited from class org.apache.lucene.facet.taxonomy.TaxonomyFacets
children, config, indexFieldName, siblings, taxoReader
 
Constructor Summary
TaxonomyFacetSumIntAssociations(String indexFieldName, TaxonomyReader taxoReader, FacetsConfig config, FacetsCollector fc)
          Create TaxonomyFacetSumIntAssociations against the specified index field.
TaxonomyFacetSumIntAssociations(TaxonomyReader taxoReader, FacetsConfig config, FacetsCollector fc)
          Create TaxonomyFacetSumIntAssociations against the default index field.
 
Method Summary
 
Methods inherited from class org.apache.lucene.facet.taxonomy.IntTaxonomyFacets
getSpecificValue, getTopChildren, rollup
 
Methods inherited from class org.apache.lucene.facet.taxonomy.TaxonomyFacets
getAllDims, verifyDim
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TaxonomyFacetSumIntAssociations

public TaxonomyFacetSumIntAssociations(TaxonomyReader taxoReader,
                                       FacetsConfig config,
                                       FacetsCollector fc)
                                throws IOException
Create TaxonomyFacetSumIntAssociations against the default index field.

Throws:
IOException

TaxonomyFacetSumIntAssociations

public TaxonomyFacetSumIntAssociations(String indexFieldName,
                                       TaxonomyReader taxoReader,
                                       FacetsConfig config,
                                       FacetsCollector fc)
                                throws IOException
Create TaxonomyFacetSumIntAssociations against the specified index field.

Throws:
IOException


Copyright © 2000-2014 Apache Software Foundation. All Rights Reserved.