Class TaxonomyFacets.AggregatedValue

java.lang.Object
org.apache.lucene.facet.taxonomy.TaxonomyFacets.AggregatedValue
Direct Known Subclasses:
FloatTaxonomyFacets.FloatAggregatedValue, IntTaxonomyFacets.IntAggregatedValue
Enclosing class:
TaxonomyFacets

protected abstract static class TaxonomyFacets.AggregatedValue extends Object
An accumulator for an aggregated value.
  • Constructor Details

    • AggregatedValue

      public AggregatedValue()
      Default constructor.
  • Method Details

    • aggregate

      public abstract void aggregate(int ord)
      Aggregate the value corresponding to the given ordinal into this value.
    • get

      public abstract Number get()
      Retrieve the encapsulated value.