Uses of Interface
org.apache.lucene.search.LeafFieldComparator
Packages that use LeafFieldComparator
Package
Description
The logical representation of a
Document
for indexing and
searching.Queries that compute score based upon a function.
Code to search indices.
Comparators, used to compare hits so as to determine their sort order when collecting the top
results with
TopFieldCollector
.Grouping.
Lucene field & query support for the spatial geometry implemented in
org.apache.lucene.spatial3d.geom
.-
Uses of LeafFieldComparator in org.apache.lucene.document
Classes in org.apache.lucene.document that implement LeafFieldComparatorModifier and TypeClassDescription(package private) class
Parses a feature field's values as float and sorts by descending value(package private) class
Compares documents by distance from an origin point(package private) class
Compares documents by distance from an origin pointMethods in org.apache.lucene.document that return LeafFieldComparatorModifier and TypeMethodDescriptionLatLonPointDistanceComparator.getLeafComparator
(LeafReaderContext context) XYPointDistanceComparator.getLeafComparator
(LeafReaderContext context) -
Uses of LeafFieldComparator in org.apache.lucene.queries.function
Classes in org.apache.lucene.queries.function that implement LeafFieldComparatorModifier and TypeClassDescription(package private) class
Implement aFieldComparator
that works off of theFunctionValues
for a ValueSource instead of the normal Lucene FieldComparator that works off of a FieldCache. -
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.(package private) final class
class
BaseFieldComparator
implementation that is used for all contexts.Fields in org.apache.lucene.search declared as LeafFieldComparatorModifier and TypeFieldDescription(package private) final LeafFieldComparator
TopFieldCollector.TopFieldLeafCollector.comparator
private final LeafFieldComparator[]
MultiLeafFieldComparator.comparators
private final LeafFieldComparator
MultiLeafFieldComparator.firstComparator
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) Constructors in org.apache.lucene.search with parameters of type LeafFieldComparatorModifierConstructorDescription(package private)
MultiLeafFieldComparator
(LeafFieldComparator[] comparators, int[] reverseMul) -
Uses of LeafFieldComparator in org.apache.lucene.search.comparators
Classes in org.apache.lucene.search.comparators that implement LeafFieldComparatorModifier and TypeClassDescriptionprivate class
DocLeafComparator with skipping functionality.class
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 functionalityprivate class
Methods 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) -
Uses of LeafFieldComparator in org.apache.lucene.search.grouping
Fields in org.apache.lucene.search.grouping declared as LeafFieldComparatorModifier and TypeFieldDescription(package private) final LeafFieldComparator[]
AllGroupHeadsCollector.SortingGroupHead.leafComparators
private final LeafFieldComparator[]
BlockGroupingCollector.leafComparators
private final LeafFieldComparator[]
FirstPassGroupingCollector.leafComparators
-
Uses of LeafFieldComparator in org.apache.lucene.spatial3d
Classes in org.apache.lucene.spatial3d that implement LeafFieldComparatorModifier and TypeClassDescription(package private) class
Compares documents by distance from an origin point, using a GeoDistanceShape to compute the distance(package private) class
Compares documents by outside distance, using a GeoOutsideDistance to compute the distanceMethods in org.apache.lucene.spatial3d that return LeafFieldComparatorModifier and TypeMethodDescriptionGeo3DPointDistanceComparator.getLeafComparator
(LeafReaderContext context) Geo3DPointOutsideDistanceComparator.getLeafComparator
(LeafReaderContext context)