Uses of Interface
org.apache.lucene.search.LeafFieldComparator
Packages that use LeafFieldComparator
Package
Description
Code to search indices.
Comparators, used to compare hits so as to determine their sort order when collecting the top
results with
TopFieldCollector
.-
Uses of LeafFieldComparator in org.apache.lucene.search
Classes in org.apache.lucene.search that implement LeafFieldComparatorModifier and TypeClassDescriptionstatic final class
Sorts by descending relevance.static class
Sorts by field's natural Term sort order.class
BaseFieldComparator
implementation that is used for all contexts.Methods in org.apache.lucene.search that return LeafFieldComparatorModifier and TypeMethodDescriptionFieldValueHitQueue.getComparators
(LeafReaderContext context) abstract LeafFieldComparator
FieldComparator.getLeafComparator
(LeafReaderContext context) Get a per-segmentLeafFieldComparator
to collect the givenLeafReaderContext
.FieldComparator.RelevanceComparator.getLeafComparator
(LeafReaderContext context) FieldComparator.TermValComparator.getLeafComparator
(LeafReaderContext context) final LeafFieldComparator
SimpleFieldComparator.getLeafComparator
(LeafReaderContext context) -
Uses of LeafFieldComparator in org.apache.lucene.search.comparators
Classes in org.apache.lucene.search.comparators that implement LeafFieldComparatorModifier and TypeClassDescriptionclass
Leaf comparator forDoubleComparator
that provides skipping functionalityclass
Leaf comparator forFloatComparator
that provides skipping functionalityclass
Leaf comparator forIntComparator
that provides skipping functionalityclass
Leaf comparator forLongComparator
that provides skipping functionalityclass
Leaf comparator forNumericComparator
that provides skipping functionalityMethods in org.apache.lucene.search.comparators that return LeafFieldComparatorModifier and TypeMethodDescriptionDocComparator.getLeafComparator
(LeafReaderContext context) DoubleComparator.getLeafComparator
(LeafReaderContext context) FloatComparator.getLeafComparator
(LeafReaderContext context) IntComparator.getLeafComparator
(LeafReaderContext context) LongComparator.getLeafComparator
(LeafReaderContext context) TermOrdValComparator.getLeafComparator
(LeafReaderContext context)