Uses of Class
org.apache.lucene.index.LeafReaderContext
Packages that use LeafReaderContext
Package
Description
Code to maintain and access indices.
Code to search indices.
Comparators, used to compare hits so as to determine their sort order when collecting the top
results with
TopFieldCollector
.Classes related to vector search: knn and vector fields.
-
Uses of LeafReaderContext in org.apache.lucene.index
Methods in org.apache.lucene.index that return LeafReaderContextMethods in org.apache.lucene.index that return types with arguments of type LeafReaderContextModifier and TypeMethodDescriptionCompositeReaderContext.leaves()
final List
<LeafReaderContext> IndexReader.leaves()
Returns the reader's leaves, or itself if this reader is atomic.abstract List
<LeafReaderContext> IndexReaderContext.leaves()
Returns the context's leaves if this context is a top-level context.LeafReaderContext.leaves()
Methods in org.apache.lucene.index with parameters of type LeafReaderContextModifier and TypeMethodDescriptionTermStates.get
(LeafReaderContext ctx) static boolean
DocValues.isCacheable
(LeafReaderContext ctx, String... fields) Returnstrue
if the specified docvalues fields have not been updatedMethod parameters in org.apache.lucene.index with type arguments of type LeafReaderContextModifier and TypeMethodDescriptionstatic int
ReaderUtil.subIndex
(int n, List<LeafReaderContext> leaves) Returns index of the searcher/reader for documentn
in the array used to construct this searcher/reader. -
Uses of LeafReaderContext in org.apache.lucene.search
Fields in org.apache.lucene.search declared as LeafReaderContextModifier and TypeFieldDescriptionfinal LeafReaderContext
IndexSearcher.LeafReaderContextPartition.ctx
Fields in org.apache.lucene.search with type parameters of type LeafReaderContextModifier and TypeFieldDescriptionprotected final List
<LeafReaderContext> IndexSearcher.leafContexts
Methods in org.apache.lucene.search that return types with arguments of type LeafReaderContextModifier and TypeMethodDescriptionIndexSearcher.getLeafContexts()
Expert: returns leaf contexts associated with this searcher.Methods in org.apache.lucene.search with parameters of type LeafReaderContextModifier and TypeMethodDescriptionprotected TopDocs
ByteVectorSimilarityQuery.approximateSearch
(LeafReaderContext context, Bits acceptDocs, int visitLimit, KnnCollectorManager knnCollectorManager) protected TopDocs
FloatVectorSimilarityQuery.approximateSearch
(LeafReaderContext context, Bits acceptDocs, int visitLimit, KnnCollectorManager knnCollectorManager) protected TopDocs
KnnByteVectorQuery.approximateSearch
(LeafReaderContext context, Bits acceptDocs, int visitedLimit, KnnCollectorManager knnCollectorManager) protected TopDocs
KnnFloatVectorQuery.approximateSearch
(LeafReaderContext context, Bits acceptDocs, int visitedLimit, KnnCollectorManager knnCollectorManager) protected TopDocs
PatienceKnnVectorQuery.approximateSearch
(LeafReaderContext context, Bits acceptDocs, int visitedLimit, KnnCollectorManager knnCollectorManager) protected TopDocs
SeededKnnVectorQuery.approximateSearch
(LeafReaderContext context, Bits acceptDocs, int visitedLimit, KnnCollectorManager knnCollectorManager) final BulkScorer
Weight.bulkScorer
(LeafReaderContext context) Helper method that delegates toWeight.scorerSupplier(LeafReaderContext)
.int
Weight.count
(LeafReaderContext context) Counts the number of live documents that match a givenWeight.parentQuery
in a leaf.IndexSearcher.LeafReaderContextPartition.createForEntireSegment
(LeafReaderContext ctx) Creates a partition of the provided leaf context that targets the entire segmentIndexSearcher.LeafReaderContextPartition.createFromAndTo
(LeafReaderContext ctx, int minDocId, int maxDocId) Creates a partition of the provided leaf context that targets a subset of the entire segment, starting from and including the min doc id provided, until and not including the provided max doc idstatic MatchesIterator
MatchesUtils.disjunction
(LeafReaderContext context, int doc, Query query, String field, BytesRefIterator terms) Create a MatchesIterator that is a disjunction over a list of terms extracted from aBytesRefIterator
.protected void
SimpleCollector.doSetNextReader
(LeafReaderContext context) This method is called before collectingcontext
.protected abstract void
SimpleFieldComparator.doSetNextReader
(LeafReaderContext context) This method is called before collectingcontext
.protected TopDocs
PatienceKnnVectorQuery.exactSearch
(LeafReaderContext context, DocIdSetIterator acceptIterator, QueryTimeout queryTimeout) protected TopDocs
SeededKnnVectorQuery.exactSearch
(LeafReaderContext context, DocIdSetIterator acceptIterator, QueryTimeout queryTimeout) ConstantScoreWeight.explain
(LeafReaderContext context, int doc) DisjunctionMaxQuery.DisjunctionMaxWeight.explain
(LeafReaderContext context, int doc) Explain the score we computed for docDoubleValuesSource.explain
(LeafReaderContext ctx, int docId, Explanation scoreExplanation) An explanation of the value for the named document.FilterWeight.explain
(LeafReaderContext context, int doc) IndriAndWeight.explain
(LeafReaderContext context, int doc) PhraseWeight.explain
(LeafReaderContext context, int doc) abstract Explanation
Weight.explain
(LeafReaderContext context, int doc) An explanation of the score computation for the named document.protected BinaryDocValues
FieldComparator.TermValComparator.getBinaryDocValues
(LeafReaderContext context, String field) Retrieves the BinaryDocValues for the field in this segmentFieldValueHitQueue.getComparators
(LeafReaderContext context) Collector.getLeafCollector
(LeafReaderContext context) Create a newcollector
to collect the given context.FilterCollector.getLeafCollector
(LeafReaderContext context) MultiCollector.getLeafCollector
(LeafReaderContext context) PositiveScoresOnlyCollector.getLeafCollector
(LeafReaderContext context) final LeafCollector
SimpleCollector.getLeafCollector
(LeafReaderContext context) TopScoreDocCollector.getLeafCollector
(LeafReaderContext context) TotalHitCountCollector.getLeafCollector
(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) protected abstract PhraseMatcher
PhraseWeight.getPhraseMatcher
(LeafReaderContext context, Similarity.SimScorer scorer, boolean exposeOffsets) abstract DoubleValues
DoubleValuesSource.getValues
(LeafReaderContext ctx, DoubleValues scores) Returns aDoubleValues
instance for the passed-in LeafReaderContext and scoresLongValuesSource.ConstantLongValuesSource.getValues
(LeafReaderContext ctx, DoubleValues scores) abstract LongValues
LongValuesSource.getValues
(LeafReaderContext ctx, DoubleValues scores) Returns aLongValues
instance for the passed-in LeafReaderContext and scoresboolean
DisjunctionMaxQuery.DisjunctionMaxWeight.isCacheable
(LeafReaderContext ctx) boolean
FilterWeight.isCacheable
(LeafReaderContext ctx) boolean
IndriAndWeight.isCacheable
(LeafReaderContext ctx) boolean
LongValuesSource.ConstantLongValuesSource.isCacheable
(LeafReaderContext ctx) boolean
PhraseWeight.isCacheable
(LeafReaderContext ctx) boolean
SegmentCacheable.isCacheable
(LeafReaderContext ctx) DisjunctionMaxQuery.DisjunctionMaxWeight.matches
(LeafReaderContext context, int doc) FilterWeight.matches
(LeafReaderContext context, int doc) PhraseWeight.matches
(LeafReaderContext context, int doc) Weight.matches
(LeafReaderContext context, int doc) ReturnsMatches
for a specific document, ornull
if the document does not match the parent queryTimeLimitingKnnCollectorManager.newCollector
(int visitedLimit, KnnSearchStrategy searchStrategy, LeafReaderContext context) final Scorer
Weight.scorer
(LeafReaderContext context) Optional method that delegates to scorerSupplier.DisjunctionMaxQuery.DisjunctionMaxWeight.scorerSupplier
(LeafReaderContext context) FilterWeight.scorerSupplier
(LeafReaderContext context) IndriAndWeight.scorerSupplier
(LeafReaderContext context) PhraseWeight.scorerSupplier
(LeafReaderContext context) abstract ScorerSupplier
Weight.scorerSupplier
(LeafReaderContext context) Get aScorerSupplier
, which allows knowing the cost of theScorer
before building it.protected void
IndexSearcher.searchLeaf
(LeafReaderContext ctx, int minDocId, int maxDocId, Weight weight, Collector collector) Lower-level search APIstatic DoubleValues
DoubleValuesSource.similarityToQueryVector
(LeafReaderContext ctx, byte[] queryVector, String vectorField) Returns a DoubleValues instance for computing the vector similarity score per document against the byte query vectorstatic DoubleValues
DoubleValuesSource.similarityToQueryVector
(LeafReaderContext ctx, float[] queryVector, String vectorField) Returns a DoubleValues instance for computing the vector similarity score per document against the float query vectorMethod parameters in org.apache.lucene.search with type arguments of type LeafReaderContextModifier and TypeMethodDescriptionprotected IndexSearcher.LeafSlice[]
IndexSearcher.slices
(List<LeafReaderContext> leaves) Expert: Creates an array of leaf slices each holding a subset of the given leaves.static IndexSearcher.LeafSlice[]
IndexSearcher.slices
(List<LeafReaderContext> leaves, int maxDocsPerSlice, int maxSegmentsPerSlice, boolean allowSegmentPartitions) Static method to segregate LeafReaderContexts amongst multiple slices.Constructor parameters in org.apache.lucene.search with type arguments of type LeafReaderContextModifierConstructorDescriptionLRUQueryCache
(int maxSize, long maxRamBytesUsed, Predicate<LeafReaderContext> leavesToCache, float skipCacheFactor) Expert: Create a new instance that will cache at mostmaxSize
queries with at mostmaxRamBytesUsed
bytes of memory, only on leaves that satisfyleavesToCache
. -
Uses of LeafReaderContext in org.apache.lucene.search.comparators
Methods in org.apache.lucene.search.comparators with parameters of type LeafReaderContextModifier 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) protected NumericDocValues
NumericComparator.NumericLeafComparator.getNumericDocValues
(LeafReaderContext context, String field) Retrieves the NumericDocValues for the field in this segmentprotected SortedDocValues
TermOrdValComparator.getSortedDocValues
(LeafReaderContext context, String field) Retrieves the SortedDocValues for the field in this segmentConstructors in org.apache.lucene.search.comparators with parameters of type LeafReaderContextModifierConstructorDescriptionDoubleLeafComparator
(LeafReaderContext context) FloatLeafComparator
(LeafReaderContext context) IntLeafComparator
(LeafReaderContext context) LongLeafComparator
(LeafReaderContext context) NumericLeafComparator
(LeafReaderContext context) -
Uses of LeafReaderContext in org.apache.lucene.search.knn
Methods in org.apache.lucene.search.knn with parameters of type LeafReaderContextModifier and TypeMethodDescriptionKnnCollectorManager.newCollector
(int visitedLimit, KnnSearchStrategy searchStrategy, LeafReaderContext context) Return a newKnnCollector
instance.TopKnnCollectorManager.newCollector
(int visitedLimit, KnnSearchStrategy searchStrategy, LeafReaderContext context) Return a newTopKnnCollector
instance.