Uses of Class
org.apache.lucene.facet.taxonomy.TaxonomyFacets
-
Packages that use TaxonomyFacets Package Description org.apache.lucene.facet.taxonomy Taxonomy of Categories. -
-
Uses of TaxonomyFacets in org.apache.lucene.facet.taxonomy
Subclasses of TaxonomyFacets in org.apache.lucene.facet.taxonomy Modifier and Type Class Description class
FastTaxonomyFacetCounts
Computes facets counts, assuming the default encoding into DocValues was used.class
FloatTaxonomyFacets
Deprecated.Visibility of this class will be reduced to pkg-private in a future version.class
IntTaxonomyFacets
Deprecated.Visibility of this class will be reduced to pkg-private in a future version.class
TaxonomyFacetCounts
Deprecated.Custom binary encodings for taxonomy ordinals are no longer supported starting with Lucene 9.class
TaxonomyFacetSumFloatAssociations
Aggregates sum of int values previously indexed withFloatAssociationFacetField
, assuming the default encoding.class
TaxonomyFacetSumIntAssociations
Aggregates sum of int values previously indexed withIntAssociationFacetField
, assuming the default encoding.class
TaxonomyFacetSumValueSource
Aggregates sum of values fromDoubleValues.doubleValue()
, for each facet label.
-