Module org.apache.lucene.facet
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
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
value
private float value
-
-
Constructor Details
-
FloatAggregatedValue
public FloatAggregatedValue(float value)
-
-
Method Details
-
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
Description copied from class:TaxonomyFacets.AggregatedValue
Retrieve the encapsulated value.- Specified by:
get
in classTaxonomyFacets.AggregatedValue
-