Uses of Interface
org.apache.lucene.search.LeafFieldComparator
-
Packages that use LeafFieldComparator Package Description org.apache.lucene.document The logical representation of aDocumentfor indexing and searching.org.apache.lucene.queries.function Queries that compute score based upon a function.org.apache.lucene.search Code to search indices.org.apache.lucene.search.comparators Comparators, used to compare hits so as to determine their sort order when collecting the top results withTopFieldCollector.org.apache.lucene.search.grouping Grouping. -
-
Uses of LeafFieldComparator in org.apache.lucene.document
Classes in org.apache.lucene.document that implement LeafFieldComparator Modifier and Type Class Description (package private) classFeatureSortField.FeatureComparatorParses a feature field's values as float and sorts by descending value(package private) classLatLonPointDistanceComparatorCompares documents by distance from an origin point(package private) classXYPointDistanceComparatorCompares documents by distance from an origin pointMethods in org.apache.lucene.document that return LeafFieldComparator Modifier and Type Method Description LeafFieldComparatorLatLonPointDistanceComparator. getLeafComparator(LeafReaderContext context)LeafFieldComparatorXYPointDistanceComparator. getLeafComparator(LeafReaderContext context) -
Uses of LeafFieldComparator in org.apache.lucene.queries.function
Classes in org.apache.lucene.queries.function that implement LeafFieldComparator Modifier and Type Class Description (package private) classValueSource.ValueSourceComparatorImplement 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 LeafFieldComparator Modifier and Type Class Description static classFieldComparator.RelevanceComparatorSorts by descending relevance.static classFieldComparator.TermOrdValComparatorSorts by field's natural Term sort order, using ordinals.static classFieldComparator.TermValComparatorSorts by field's natural Term sort order.(package private) classMultiLeafFieldComparatorclassSimpleFieldComparator<T>BaseFieldComparatorimplementation that is used for all contexts.Fields in org.apache.lucene.search declared as LeafFieldComparator Modifier and Type Field Description (package private) LeafFieldComparatorTopFieldCollector.MultiComparatorLeafCollector. comparatorprivate LeafFieldComparator[]MultiLeafFieldComparator. comparatorsprivate LeafFieldComparatorMultiLeafFieldComparator. firstComparatorMethods in org.apache.lucene.search that return LeafFieldComparator Modifier and Type Method Description LeafFieldComparator[]FieldValueHitQueue. getComparators(LeafReaderContext context)abstract LeafFieldComparatorFieldComparator. getLeafComparator(LeafReaderContext context)Get a per-segmentLeafFieldComparatorto collect the givenLeafReaderContext.LeafFieldComparatorFieldComparator.RelevanceComparator. getLeafComparator(LeafReaderContext context)LeafFieldComparatorFieldComparator.TermOrdValComparator. getLeafComparator(LeafReaderContext context)LeafFieldComparatorFieldComparator.TermValComparator. getLeafComparator(LeafReaderContext context)LeafFieldComparatorSimpleFieldComparator. getLeafComparator(LeafReaderContext context)Constructors in org.apache.lucene.search with parameters of type LeafFieldComparator Constructor Description MultiComparatorLeafCollector(LeafFieldComparator[] comparators, int[] reverseMul)MultiLeafFieldComparator(LeafFieldComparator[] comparators, int[] reverseMul) -
Uses of LeafFieldComparator in org.apache.lucene.search.comparators
Classes in org.apache.lucene.search.comparators that implement LeafFieldComparator Modifier and Type Class Description private classDocComparator.DocLeafComparatorDocLeafComparator with skipping functionality.classDoubleComparator.DoubleLeafComparatorLeaf comparator forDoubleComparatorthat provides skipping functionalityclassFloatComparator.FloatLeafComparatorLeaf comparator forFloatComparatorthat provides skipping functionalityclassIntComparator.IntLeafComparatorLeaf comparator forIntComparatorthat provides skipping functionalityclassLongComparator.LongLeafComparatorLeaf comparator forLongComparatorthat provides skipping functionalityclassNumericComparator.NumericLeafComparatorLeaf comparator forNumericComparatorthat provides skipping functionalityMethods in org.apache.lucene.search.comparators that return LeafFieldComparator Modifier and Type Method Description LeafFieldComparatorDocComparator. getLeafComparator(LeafReaderContext context)LeafFieldComparatorDoubleComparator. getLeafComparator(LeafReaderContext context)LeafFieldComparatorFloatComparator. getLeafComparator(LeafReaderContext context)LeafFieldComparatorIntComparator. getLeafComparator(LeafReaderContext context)LeafFieldComparatorLongComparator. getLeafComparator(LeafReaderContext context) -
Uses of LeafFieldComparator in org.apache.lucene.search.grouping
Fields in org.apache.lucene.search.grouping declared as LeafFieldComparator Modifier and Type Field Description (package private) LeafFieldComparator[]AllGroupHeadsCollector.SortingGroupHead. leafComparatorsprivate LeafFieldComparator[]BlockGroupingCollector. leafComparatorsprivate LeafFieldComparator[]FirstPassGroupingCollector. leafComparators
-