Uses of Class
org.apache.lucene.util.Selector
Packages that use Selector
Package
Description
Some utility classes.
Provides quantization methods for scaling vector values to smaller data types and possibly fewer
dimensions
-
Uses of Selector in org.apache.lucene.util
Subclasses of Selector in org.apache.lucene.utilModifier and TypeClassDescriptionclass
Adaptive selection algorithm based on the introspective quick select algorithm.class
Radix selector.Methods in org.apache.lucene.util that return SelectorModifier and TypeMethodDescriptionprotected Selector
RadixSelector.getFallbackSelector
(int d) Get a fall-back selector which may assume that the firstd
bytes of all compared strings are equal. -
Uses of Selector in org.apache.lucene.util.quantization
Subclasses of Selector in org.apache.lucene.util.quantization