Package-level declarations
Types
Comparator that sorts by asc _doc
Comparator based on Double.compare for numHits. This comparator provides a skipping functionality - an iterator that can skip over non-competitive documents.
Comparator based on Float.compare for numHits. This comparator provides a skipping functionality – an iterator that can skip over non-competitive documents.
Comparator based on Integer.compare for numHits. This comparator provides a skipping functionality – an iterator that can skip over non-competitive documents.
Comparator based on Long.compare for numHits. This comparator provides a skipping functionality – an iterator that can skip over non-competitive documents.
Docs iterator that starts iterating from a configurable minimum document
Abstract numeric comparator for comparing numeric values. This comparator provides a skipping functionality – an iterator that can skip over non-competitive documents.
Sorts by field's natural Term sort order, using ordinals. This is functionally equivalent to org.gnit.lucenekmp.search.FieldComparator.TermValComparator, but it first resolves the string to their relative ordinal positions (using the index returned by ), and does most comparisons using the ordinals. For medium to large results, this comparator will be much faster than [ ]. For very small result sets it may be slower.