Uses of Enum Class
org.apache.lucene.search.Pruning
Packages that use Pruning
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
.Support for index-time and query-time joins.
Lucene field & query support for the spatial geometry implemented in
org.apache.lucene.spatial3d.geom
.-
Uses of Pruning in org.apache.lucene.document
Methods in org.apache.lucene.document with parameters of type PruningModifier and TypeMethodDescriptionFeatureSortField.getComparator
(int numHits, Pruning pruning) LatLonPointSortField.getComparator
(int numHits, Pruning pruning) XYPointSortField.getComparator
(int numHits, Pruning pruning) -
Uses of Pruning in org.apache.lucene.queries.function
Methods in org.apache.lucene.queries.function with parameters of type PruningModifier and TypeMethodDescriptionValueSource.ValueSourceComparatorSource.newComparator
(String fieldname, int numHits, Pruning pruning, boolean reversed) -
Uses of Pruning in org.apache.lucene.search
Methods in org.apache.lucene.search that return PruningModifier and TypeMethodDescriptionstatic Pruning
Returns the enum constant of this class with the specified name.static Pruning[]
Pruning.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.apache.lucene.search with parameters of type PruningModifier and TypeMethodDescriptionSortedNumericSortField.getComparator
(int numHits, Pruning pruning) SortedSetSortField.getComparator
(int numHits, Pruning pruning) SortField.getComparator
(int numHits, Pruning pruning) Returns theFieldComparator
to use for sorting.DoubleValuesSource.DoubleValuesComparatorSource.newComparator
(String fieldname, int numHits, Pruning pruning, boolean reversed) abstract FieldComparator<?>
FieldComparatorSource.newComparator
(String fieldname, int numHits, Pruning pruning, boolean reversed) Creates a comparator for the field in the given index.LongValuesSource.LongValuesComparatorSource.newComparator
(String fieldname, int numHits, Pruning pruning, boolean reversed) -
Uses of Pruning in org.apache.lucene.search.comparators
Fields in org.apache.lucene.search.comparators declared as PruningConstructors in org.apache.lucene.search.comparators with parameters of type PruningModifierConstructorDescriptionDocComparator
(int numHits, boolean reverse, Pruning pruning) Creates a new comparator based on document ids fornumHits
DoubleComparator
(int numHits, String field, Double missingValue, boolean reverse, Pruning pruning) FloatComparator
(int numHits, String field, Float missingValue, boolean reverse, Pruning pruning) IntComparator
(int numHits, String field, Integer missingValue, boolean reverse, Pruning pruning) LongComparator
(int numHits, String field, Long missingValue, boolean reverse, Pruning pruning) protected
NumericComparator
(String field, T missingValue, boolean reverse, Pruning pruning, int bytesCount) TermOrdValComparator
(int numHits, String field, boolean sortMissingLast, boolean reverse, Pruning pruning) Creates this, with control over how missing values are sorted. -
Uses of Pruning in org.apache.lucene.search.join
Methods in org.apache.lucene.search.join with parameters of type PruningModifier and TypeMethodDescriptionToParentBlockJoinSortField.getComparator
(int numHits, Pruning pruning) -
Uses of Pruning in org.apache.lucene.spatial3d
Methods in org.apache.lucene.spatial3d with parameters of type PruningModifier and TypeMethodDescriptionGeo3DPointOutsideSortField.getComparator
(int numHits, Pruning pruning) Geo3DPointSortField.getComparator
(int numHits, Pruning pruning)