Class TaxonomyFacets.AggregatedValue

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

protected abstract static class TaxonomyFacets.AggregatedValue extends Object
  • Constructor Details

    • AggregatedValue

      protected AggregatedValue()
  • 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.