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) classParses a feature field's values as float and sorts by descending value(package private) classCompares documents by distance from an origin point(package private) classCompares 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) classImplement aFieldComparatorthat works off of theFunctionValuesfor 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 classSorts by descending relevance.static classSorts by field's natural Term sort order.(package private) final classclassBaseFieldComparatorimplementation that is used for all contexts.Fields in org.apache.lucene.search declared as LeafFieldComparatorModifier and TypeFieldDescription(package private) final LeafFieldComparatorTopFieldCollector.TopFieldLeafCollector.comparatorprivate final LeafFieldComparator[]MultiLeafFieldComparator.comparatorsprivate final LeafFieldComparatorMultiLeafFieldComparator.firstComparatorMethods in org.apache.lucene.search that return LeafFieldComparatorModifier and TypeMethodDescriptionFieldValueHitQueue.getComparators(LeafReaderContext context) abstract LeafFieldComparatorFieldComparator.getLeafComparator(LeafReaderContext context) Get a per-segmentLeafFieldComparatorto collect the givenLeafReaderContext.FieldComparator.RelevanceComparator.getLeafComparator(LeafReaderContext context) FieldComparator.TermValComparator.getLeafComparator(LeafReaderContext context) final LeafFieldComparatorSimpleFieldComparator.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 classDocLeafComparator with skipping functionality.classLeaf comparator forDoubleComparatorthat provides skipping functionalityclassLeaf comparator forFloatComparatorthat provides skipping functionalityclassLeaf comparator forIntComparatorthat provides skipping functionalityclassLeaf comparator forLongComparatorthat provides skipping functionalityclassLeaf comparator forNumericComparatorthat provides skipping functionalityprivate classMethods 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.leafComparatorsprivate final LeafFieldComparator[]BlockGroupingCollector.leafComparatorsprivate 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) classCompares documents by distance from an origin point, using a GeoDistanceShape to compute the distance(package private) classCompares 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)