Uses of Class
org.apache.lucene.facet.taxonomy.TaxonomyFacets.AggregatedValue
-
Packages that use TaxonomyFacets.AggregatedValue Package Description org.apache.lucene.facet.taxonomy Taxonomy of Categories. -
-
Uses of TaxonomyFacets.AggregatedValue in org.apache.lucene.facet.taxonomy
Subclasses of TaxonomyFacets.AggregatedValue in org.apache.lucene.facet.taxonomy Modifier and Type Class Description protected class
FloatTaxonomyFacets.FloatAggregatedValue
Deprecated.An accumulator for a float aggregated value.protected class
IntTaxonomyFacets.IntAggregatedValue
Deprecated.An accumulator for an integer aggregated value.Methods in org.apache.lucene.facet.taxonomy that return TaxonomyFacets.AggregatedValue Modifier and Type Method Description protected TaxonomyFacets.AggregatedValue
FloatTaxonomyFacets. newAggregatedValue()
Deprecated.protected TaxonomyFacets.AggregatedValue
IntTaxonomyFacets. newAggregatedValue()
Deprecated.protected TaxonomyFacets.AggregatedValue
TaxonomyFacets. newAggregatedValue()
Deprecated.Initialize an accumulator.
-