-
Classes Class Description org.apache.lucene.facet.taxonomy.BackCompatSortedNumericDocValues Only here for back-compat support. Should be removed with Lucene 10.org.apache.lucene.facet.taxonomy.CachedOrdinalsReader Custom binary encodings for taxonomy ordinals are no longer supported starting with Lucene 9org.apache.lucene.facet.taxonomy.DocValuesOrdinalsReader Custom binary encodings for taxonomy ordinals are no longer supported starting with Lucene 9org.apache.lucene.facet.taxonomy.FloatTaxonomyFacets Visibility of this class will be reduced to pkg-private in a future version. This class is meant to host common code as an internal implementation detail to taxonomy faceting,and is not intended as an extension point for user-createdFacets
implementations. If your code is relying on this, please migrate necessary functionality down into your own class.org.apache.lucene.facet.taxonomy.IntTaxonomyFacets Visibility of this class will be reduced to pkg-private in a future version. This class is meant to host common code as an internal implementation detail toFastTaxonomyFacetCounts
andTaxonomyFacetIntAssociations
,and is not intended as an extension point for user-createdFacets
implementations. If your code is relying on this, please migrate necessary functionality down into your own class.org.apache.lucene.facet.taxonomy.OrdinalsReader Custom binary encodings for taxonomy ordinals are no longer supported starting with Lucene 9org.apache.lucene.facet.taxonomy.TaxonomyFacetCounts Custom binary encodings for taxonomy ordinals are no longer supported starting with Lucene 9. Please switch toFastTaxonomyFacetCounts
or implement your ownFacets
implementation if you have custom needs.org.apache.lucene.facet.taxonomy.TaxonomyFacets Visibility of this class will be reduced to pkg-private in a future version. This class is meant to host common code as an internal implementation detail to taxonomy faceting,and is not intended as an extension point for user-createdFacets
implementations. If your code is relying on this, please migrate necessary functionality down into your own class.org.apache.lucene.facet.taxonomy.TaxonomyFacetSumFloatAssociations This class is being deprecated in favor ofTaxonomyFacetFloatAssociations
, which provides more flexible aggregation functionality beyond just "sum"org.apache.lucene.facet.taxonomy.TaxonomyFacetSumIntAssociations This class is being deprecated in favor ofTaxonomyFacetIntAssociations
, which provides more flexible aggregation functionality beyond just "sum"org.apache.lucene.facet.taxonomy.TaxonomyFacetSumValueSource This class is being deprecated in favor ofTaxonomyFacetFloatAssociations
, which provides more flexible aggregation functionality beyond just "sum"org.apache.lucene.facet.taxonomy.writercache.UTF8TaxonomyWriterCache UseLruTaxonomyWriterCache
instead.org.apache.lucene.facet.TopOrdAndFloatNumberQueue Replaced byTopOrdAndFloatQueue
in 10.xorg.apache.lucene.facet.TopOrdAndIntNumberQueue Replaced byTopOrdAndIntQueue
in 10.x
-
Fields Field Description org.apache.lucene.facet.sortedset.SortedSetDocValuesFacetField.label This field will be removed in a future version.FacetsConfig.pathToString(String[])
can be applied topath
as a replacement if string path is desired.