Package org.apache.lucene.facet.taxonomy
Class FloatTaxonomyFacets.FloatAggregatedValue
- java.lang.Object
-
- org.apache.lucene.facet.taxonomy.TaxonomyFacets.AggregatedValue
-
- org.apache.lucene.facet.taxonomy.FloatTaxonomyFacets.FloatAggregatedValue
-
- Enclosing class:
- FloatTaxonomyFacets
protected class FloatTaxonomyFacets.FloatAggregatedValue extends TaxonomyFacets.AggregatedValue
An accumulator for a float aggregated value.
-
-
Constructor Summary
Constructors Constructor Description FloatAggregatedValue(float value)
Sole constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
aggregate(int ord)
Aggregate the value corresponding to the given ordinal into this value.Number
get()
Retrieve the encapsulated value.
-
-
-
Method Detail
-
aggregate
public void aggregate(int ord)
Description copied from class:TaxonomyFacets.AggregatedValue
Aggregate the value corresponding to the given ordinal into this value.- Specified by:
aggregate
in classTaxonomyFacets.AggregatedValue
-
get
public Number get()
Description copied from class:TaxonomyFacets.AggregatedValue
Retrieve the encapsulated value.- Specified by:
get
in classTaxonomyFacets.AggregatedValue
-
-