Uses of Class
org.apache.lucene.util.Selector
-
Packages that use Selector Package Description org.apache.lucene.util -
-
Uses of Selector in org.apache.lucene.util
Subclasses of Selector in org.apache.lucene.util Modifier and Type Class Description classIntroSelectorImplementation of the quick select algorithm.classRadixSelectorRadix selector.Methods in org.apache.lucene.util that return Selector Modifier and Type Method Description protected SelectorRadixSelector. getFallbackSelector(int d)Get a fall-back selector which may assume that the firstdbytes of all compared strings are equal.
-