Uses of Class
org.apache.lucene.util.Selector
-
Packages that use Selector Package Description org.apache.lucene.util Some utility classes.org.apache.lucene.util.quantization 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.util Modifier and Type Class Description class
IntroSelector
Adaptive selection algorithm based on the introspective quick select algorithm.class
RadixSelector
Radix selector.Methods in org.apache.lucene.util that return Selector Modifier and Type Method Description protected 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 Modifier and Type Class Description private static class
ScalarQuantizer.FloatSelector
-