Uses of Class
org.apache.lucene.index.LeafReaderContext
-
-
Uses of LeafReaderContext in org.apache.lucene.index
Methods in org.apache.lucene.index that return LeafReaderContext Modifier and Type Method Description LeafReaderContextLeafReader. getContext()Methods in org.apache.lucene.index that return types with arguments of type LeafReaderContext Modifier and Type Method Description List<LeafReaderContext>CompositeReaderContext. leaves()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.List<LeafReaderContext>LeafReaderContext. leaves()Methods in org.apache.lucene.index with parameters of type LeafReaderContext Modifier and Type Method Description TermStateTermStates. get(LeafReaderContext ctx)static booleanDocValues. isCacheable(LeafReaderContext ctx, String... fields)Returnstrueif the specified docvalues fields have not been updatedMethod parameters in org.apache.lucene.index with type arguments of type LeafReaderContext Modifier and Type Method Description static intReaderUtil. subIndex(int n, List<LeafReaderContext> leaves)Returns index of the searcher/reader for documentnin the array used to construct this searcher/reader. -
Uses of LeafReaderContext in org.apache.lucene.queries
Method parameters in org.apache.lucene.queries with type arguments of type LeafReaderContext Modifier and Type Method Description voidCommonTermsQuery. collectTermStates(IndexReader reader, List<LeafReaderContext> leaves, TermStates[] contextArray, Term[] queryTerms) -
Uses of LeafReaderContext in org.apache.lucene.queries.intervals
Methods in org.apache.lucene.queries.intervals with parameters of type LeafReaderContext Modifier and Type Method Description IntervalIteratorFilteredIntervalsSource. intervals(String field, LeafReaderContext ctx)abstract IntervalIteratorIntervalsSource. intervals(String field, LeafReaderContext ctx)Create anIntervalIteratorexposing the minimum intervals defined by thisIntervalsSourceReturnsnullif no intervals for this field exist in this segmentMatchesIteratorFilteredIntervalsSource. matches(String field, LeafReaderContext ctx, int doc)abstract MatchesIteratorIntervalsSource. matches(String field, LeafReaderContext ctx, int doc)Return aMatchesIteratorover the intervals defined by thisIntervalsSourcefor a given document and field Returnsnullif no intervals exist in the given document and field -
Uses of LeafReaderContext in org.apache.lucene.search
Fields in org.apache.lucene.search declared as LeafReaderContext Modifier and Type Field Description LeafReaderContext[]IndexSearcher.LeafSlice. leavesThe leaves that make up this slice.Fields in org.apache.lucene.search with type parameters of type LeafReaderContext Modifier and Type Field Description protected List<LeafReaderContext>IndexSearcher. leafContextsMethods in org.apache.lucene.search with parameters of type LeafReaderContext Modifier and Type Method Description BulkScorerWeight. bulkScorer(LeafReaderContext context)Optional method, to return aBulkScorerto score the query and send hits to aCollector.static MatchesIteratorMatchesUtils. 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 voidFieldComparator.NumericComparator. doSetNextReader(LeafReaderContext context)protected voidSimpleCollector. doSetNextReader(LeafReaderContext context)This method is called before collectingcontext.protected abstract voidSimpleFieldComparator. doSetNextReader(LeafReaderContext context)This method is called before collectingcontext.ExplanationConstantScoreWeight. explain(LeafReaderContext context, int doc)ExplanationDisjunctionMaxQuery.DisjunctionMaxWeight. explain(LeafReaderContext context, int doc)Explain the score we computed for docExplanationDoubleValuesSource. explain(LeafReaderContext ctx, int docId, Explanation scoreExplanation)An explanation of the value for the named document.ExplanationFilterWeight. explain(LeafReaderContext context, int doc)abstract ExplanationWeight. explain(LeafReaderContext context, int doc)An explanation of the score computation for the named document.protected BinaryDocValuesFieldComparator.TermValComparator. getBinaryDocValues(LeafReaderContext context, String field)Retrieves the BinaryDocValues for the field in this segmentLeafFieldComparator[]FieldValueHitQueue. getComparators(LeafReaderContext context)protected abstract NumericDocValuesDiversifiedTopDocsCollector. getKeys(LeafReaderContext context)Get a source of values used for grouping keysLeafCollectorCollector. getLeafCollector(LeafReaderContext context)Create a newcollectorto collect the given context.LeafCollectorDiversifiedTopDocsCollector. getLeafCollector(LeafReaderContext context)LeafCollectorFilterCollector. getLeafCollector(LeafReaderContext context)LeafCollectorMultiCollector. getLeafCollector(LeafReaderContext context)LeafCollectorSimpleCollector. getLeafCollector(LeafReaderContext context)LeafFieldComparatorFieldComparator.DocComparator. getLeafComparator(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)protected NumericDocValuesFieldComparator.NumericComparator. getNumericDocValues(LeafReaderContext context, String field)Retrieves the NumericDocValues for the field in this segmentprotected SortedDocValuesFieldComparator.TermOrdValComparator. getSortedDocValues(LeafReaderContext context, String field)Retrieves the SortedDocValues for the field in this segmentabstract DoubleValuesDoubleValuesSource. getValues(LeafReaderContext ctx, DoubleValues scores)Returns aDoubleValuesinstance for the passed-in LeafReaderContext and scores If scores are not needed to calculate the values (iereturns false, callers may safely passnullfor thescoresparameter.abstract LongValuesLongValuesSource. getValues(LeafReaderContext ctx, DoubleValues scores)Returns aLongValuesinstance for the passed-in LeafReaderContext and scores If scores are not needed to calculate the values (iereturns false, callers may safely passnullfor thescoresparameter.booleanDisjunctionMaxQuery.DisjunctionMaxWeight. isCacheable(LeafReaderContext ctx)booleanFilterWeight. isCacheable(LeafReaderContext ctx)booleanSegmentCacheable. isCacheable(LeafReaderContext ctx)MatchesDisjunctionMaxQuery.DisjunctionMaxWeight. matches(LeafReaderContext context, int doc)MatchesFilterWeight. matches(LeafReaderContext context, int doc)MatchesWeight. matches(LeafReaderContext context, int doc)ReturnsMatchesfor a specific document, ornullif the document does not match the parent query A query match that contains no position information (for example, a Point or DocValues query) will returnMatchesUtils.MATCH_WITH_NO_TERMSScorerDisjunctionMaxQuery.DisjunctionMaxWeight. scorer(LeafReaderContext context)Create the scorer used to score our associated DisjunctionMaxQueryScorerFilterWeight. scorer(LeafReaderContext context)abstract ScorerWeight. scorer(LeafReaderContext context)Returns aScorerwhich can iterate in order over all matching documents and assign them a score.ScorerSupplierWeight. scorerSupplier(LeafReaderContext context)Optional method.Method parameters in org.apache.lucene.search with type arguments of type LeafReaderContext Modifier and Type Method Description protected voidIndexSearcher. search(List<LeafReaderContext> leaves, Weight weight, Collector collector)Lower-level search API.protected IndexSearcher.LeafSlice[]IndexSearcher. slices(List<LeafReaderContext> leaves)Expert: Creates an array of leaf slices each holding a subset of the given leaves.Constructors in org.apache.lucene.search with parameters of type LeafReaderContext Constructor Description LeafSlice(LeafReaderContext... leaves)Constructor parameters in org.apache.lucene.search with type arguments of type LeafReaderContext Constructor Description LRUQueryCache(int maxSize, long maxRamBytesUsed, Predicate<LeafReaderContext> leavesToCache, float skipCacheFactor)Expert: Create a new instance that will cache at mostmaxSizequeries with at mostmaxRamBytesUsedbytes of memory, only on leaves that satisfyleavesToCache. -
Uses of LeafReaderContext in org.apache.lucene.search.grouping
Methods in org.apache.lucene.search.grouping with parameters of type LeafReaderContext Modifier and Type Method Description protected voidFirstPassGroupingCollector. doSetNextReader(LeafReaderContext readerContext)abstract voidGroupSelector. setNextReader(LeafReaderContext readerContext)Set the LeafReaderContext -
Uses of LeafReaderContext in org.apache.lucene.search.highlight
Methods in org.apache.lucene.search.highlight that return LeafReaderContext Modifier and Type Method Description protected LeafReaderContextWeightedSpanTermExtractor. getLeafContext() -
Uses of LeafReaderContext in org.apache.lucene.search.join
Methods in org.apache.lucene.search.join with parameters of type LeafReaderContext Modifier and Type Method Description BitSetBitSetProducer. getBitSet(LeafReaderContext context)Produce aBitSetmatching the expected documents on the given segment. -
Uses of LeafReaderContext in org.apache.lucene.search.spans
Methods in org.apache.lucene.search.spans with parameters of type LeafReaderContext Modifier and Type Method Description ExplanationSpanWeight. explain(LeafReaderContext context, int doc)LeafSimScorerSpanWeight. getSimScorer(LeafReaderContext context)Return a LeafSimScorer for this contextSpansSpanContainingQuery.SpanContainingWeight. getSpans(LeafReaderContext context, SpanWeight.Postings requiredPostings)Return spans frombigthat contain at least one spans fromlittle.SpansSpanNearQuery.SpanNearWeight. getSpans(LeafReaderContext context, SpanWeight.Postings requiredPostings)SpansSpanNotQuery.SpanNotWeight. getSpans(LeafReaderContext context, SpanWeight.Postings requiredPostings)SpansSpanOrQuery.SpanOrWeight. getSpans(LeafReaderContext context, SpanWeight.Postings requiredPostings)SpansSpanPositionCheckQuery.SpanPositionCheckWeight. getSpans(LeafReaderContext context, SpanWeight.Postings requiredPostings)SpansSpanTermQuery.SpanTermWeight. getSpans(LeafReaderContext context, SpanWeight.Postings requiredPostings)abstract SpansSpanWeight. getSpans(LeafReaderContext ctx, SpanWeight.Postings requiredPostings)Expert: Return a Spans object iterating over matches from this WeightSpansSpanWithinQuery.SpanWithinWeight. getSpans(LeafReaderContext context, SpanWeight.Postings requiredPostings)Return spans fromlittlethat are contained in a spans frombig.booleanSpanContainingQuery.SpanContainingWeight. isCacheable(LeafReaderContext ctx)booleanSpanNearQuery.SpanNearWeight. isCacheable(LeafReaderContext ctx)booleanSpanNotQuery.SpanNotWeight. isCacheable(LeafReaderContext ctx)booleanSpanOrQuery.SpanOrWeight. isCacheable(LeafReaderContext ctx)booleanSpanPositionCheckQuery.SpanPositionCheckWeight. isCacheable(LeafReaderContext ctx)booleanSpanTermQuery.SpanTermWeight. isCacheable(LeafReaderContext ctx)booleanSpanWithinQuery.SpanWithinWeight. isCacheable(LeafReaderContext ctx)MatchesSpanWeight. matches(LeafReaderContext context, int doc)SpanScorerSpanWeight. scorer(LeafReaderContext context) -
Uses of LeafReaderContext in org.apache.lucene.search.suggest
Methods in org.apache.lucene.search.suggest with parameters of type LeafReaderContext Modifier and Type Method Description abstract BitsBitsProducer. getBits(LeafReaderContext context)ReturnBitsfor the given leaf. -
Uses of LeafReaderContext in org.apache.lucene.search.suggest.document
Methods in org.apache.lucene.search.suggest.document with parameters of type LeafReaderContext Modifier and Type Method Description BulkScorerCompletionWeight. bulkScorer(LeafReaderContext context)protected voidTopSuggestDocsCollector. doSetNextReader(LeafReaderContext context)ExplanationCompletionWeight. explain(LeafReaderContext context, int doc)booleanCompletionWeight. isCacheable(LeafReaderContext ctx)This object can be cachedScorerCompletionWeight. scorer(LeafReaderContext context) -
Uses of LeafReaderContext in org.apache.lucene.spatial.prefix
Fields in org.apache.lucene.spatial.prefix declared as LeafReaderContext Modifier and Type Field Description protected LeafReaderContextAbstractPrefixTreeQuery.BaseTermsEnumTraverser. contextMethods in org.apache.lucene.spatial.prefix with parameters of type LeafReaderContext Modifier and Type Method Description static voidPrefixTreeFacetCounter. compute(PrefixTreeStrategy strategy, LeafReaderContext context, Bits acceptDocs, Shape queryShape, int facetLevel, PrefixTreeFacetCounter.FacetVisitor facetVisitor)Lower-level per-leaf segment method.protected abstract DocIdSetAbstractPrefixTreeQuery. getDocIdSet(LeafReaderContext context)protected DocIdSetContainsPrefixTreeQuery. getDocIdSet(LeafReaderContext context)protected DocIdSetIntersectsPrefixTreeQuery. getDocIdSet(LeafReaderContext context)protected DocIdSetWithinPrefixTreeQuery. getDocIdSet(LeafReaderContext context)Constructors in org.apache.lucene.spatial.prefix with parameters of type LeafReaderContext Constructor Description BaseTermsEnumTraverser(LeafReaderContext context)VisitorTemplate(LeafReaderContext context) -
Uses of LeafReaderContext in org.apache.lucene.spatial.util
Methods in org.apache.lucene.spatial.util with parameters of type LeafReaderContext Modifier and Type Method Description ExplanationReciprocalDoubleValuesSource. explain(LeafReaderContext ctx, int docId, Explanation scoreExplanation)DoubleValuesReciprocalDoubleValuesSource. getValues(LeafReaderContext ctx, DoubleValues scores)DoubleValuesShapeFieldCacheDistanceValueSource. getValues(LeafReaderContext readerContext, DoubleValues scores)booleanReciprocalDoubleValuesSource. isCacheable(LeafReaderContext ctx)booleanShapeFieldCacheDistanceValueSource. isCacheable(LeafReaderContext ctx) -
Uses of LeafReaderContext in org.elasticsearch.common.lucene
Methods in org.elasticsearch.common.lucene with parameters of type LeafReaderContext Modifier and Type Method Description voidMinimumScoreCollector. doSetNextReader(LeafReaderContext context) -
Uses of LeafReaderContext in org.elasticsearch.common.lucene.search
Methods in org.elasticsearch.common.lucene.search with parameters of type LeafReaderContext Modifier and Type Method Description LeafCollectorFilteredCollector. getLeafCollector(LeafReaderContext context) -
Uses of LeafReaderContext in org.elasticsearch.common.lucene.search.function
Methods in org.elasticsearch.common.lucene.search.function with parameters of type LeafReaderContext Modifier and Type Method Description LeafScoreFunctionFieldValueFactorFunction. getLeafScoreFunction(LeafReaderContext ctx)LeafScoreFunctionFunctionScoreQuery.FilterScoreFunction. getLeafScoreFunction(LeafReaderContext ctx)LeafScoreFunctionRandomScoreFunction. getLeafScoreFunction(LeafReaderContext ctx)abstract LeafScoreFunctionScoreFunction. getLeafScoreFunction(LeafReaderContext ctx)LeafScoreFunctionScriptScoreFunction. getLeafScoreFunction(LeafReaderContext ctx)LeafScoreFunctionWeightFactorFunction. getLeafScoreFunction(LeafReaderContext ctx) -
Uses of LeafReaderContext in org.elasticsearch.common.lucene.uid
Fields in org.elasticsearch.common.lucene.uid declared as LeafReaderContext Modifier and Type Field Description LeafReaderContextVersionsAndSeqNoResolver.DocIdAndSeqNo. context -
Uses of LeafReaderContext in org.elasticsearch.index.cache.bitset
Methods in org.elasticsearch.index.cache.bitset with parameters of type LeafReaderContext Modifier and Type Method Description static BitSetBitsetFilterCache. bitsetFromQuery(Query query, LeafReaderContext context) -
Uses of LeafReaderContext in org.elasticsearch.index.fielddata
Methods in org.elasticsearch.index.fielddata with parameters of type LeafReaderContext Modifier and Type Method Description DocIdSetIteratorIndexFieldData.XFieldComparatorSource.Nested. innerDocs(LeafReaderContext ctx)Get aDocIdSetthat matches the inner documents.FDIndexFieldData. load(LeafReaderContext context)Loads the atomic field data for the reader, possibly cached.<FD extends AtomicFieldData,IFD extends IndexFieldData<FD>>
FDIndexFieldDataCache. load(LeafReaderContext context, IFD indexFieldData)<FD extends AtomicFieldData,IFD extends IndexFieldData<FD>>
FDIndexFieldDataCache.None. load(LeafReaderContext context, IFD indexFieldData)FDIndexFieldData. loadDirect(LeafReaderContext context)Loads directly the atomic field data for the reader, ignoring any caching involved.BitSetIndexFieldData.XFieldComparatorSource.Nested. rootDocs(LeafReaderContext ctx)Get aBitDocIdSetthat matches the root documents. -
Uses of LeafReaderContext in org.elasticsearch.index.fielddata.fieldcomparator
Methods in org.elasticsearch.index.fielddata.fieldcomparator with parameters of type LeafReaderContext Modifier and Type Method Description protected SortedBinaryDocValuesBytesRefFieldComparatorSource. getValues(LeafReaderContext context)protected SortedNumericDoubleValuesDoubleValuesComparatorSource. getValues(LeafReaderContext context) -
Uses of LeafReaderContext in org.elasticsearch.index.fielddata.ordinals
Methods in org.elasticsearch.index.fielddata.ordinals with parameters of type LeafReaderContext Modifier and Type Method Description AtomicOrdinalsFieldDataGlobalOrdinalsIndexFieldData.Consumer. load(LeafReaderContext context)AtomicOrdinalsFieldDataGlobalOrdinalsIndexFieldData. load(LeafReaderContext context)AtomicOrdinalsFieldDataGlobalOrdinalsIndexFieldData.Consumer. loadDirect(LeafReaderContext context)AtomicOrdinalsFieldDataGlobalOrdinalsIndexFieldData. loadDirect(LeafReaderContext context) -
Uses of LeafReaderContext in org.elasticsearch.index.fielddata.plain
Methods in org.elasticsearch.index.fielddata.plain with parameters of type LeafReaderContext Modifier and Type Method Description FDAbstractIndexFieldData. load(LeafReaderContext context)AtomicGeoPointFieldDataAbstractLatLonPointDVIndexFieldData.LatLonPointDVIndexFieldData. load(LeafReaderContext context)BinaryDVAtomicFieldDataBinaryDVIndexFieldData. load(LeafReaderContext context)org.elasticsearch.index.fielddata.plain.BytesBinaryDVAtomicFieldDataBytesBinaryDVIndexFieldData. load(LeafReaderContext context)AtomicOrdinalsFieldDataConstantIndexFieldData. load(LeafReaderContext context)AtomicNumericFieldDataSortedNumericDVIndexFieldData. load(LeafReaderContext context)AtomicOrdinalsFieldDataSortedSetDVOrdinalsIndexFieldData. load(LeafReaderContext context)AtomicGeoPointFieldDataAbstractLatLonPointDVIndexFieldData.LatLonPointDVIndexFieldData. loadDirect(LeafReaderContext context)BinaryDVAtomicFieldDataBinaryDVIndexFieldData. loadDirect(LeafReaderContext context)org.elasticsearch.index.fielddata.plain.BytesBinaryDVAtomicFieldDataBytesBinaryDVIndexFieldData. loadDirect(LeafReaderContext context)AtomicOrdinalsFieldDataConstantIndexFieldData. loadDirect(LeafReaderContext context)AtomicOrdinalsFieldDataPagedBytesIndexFieldData. loadDirect(LeafReaderContext context)AtomicNumericFieldDataSortedNumericDVIndexFieldData. loadDirect(LeafReaderContext context)AtomicOrdinalsFieldDataSortedSetDVOrdinalsIndexFieldData. loadDirect(LeafReaderContext context) -
Uses of LeafReaderContext in org.elasticsearch.index.mapper
Methods in org.elasticsearch.index.mapper with parameters of type LeafReaderContext Modifier and Type Method Description ObjectMapperDocumentMapper. findNestedObjectMapper(int nestedDocId, SearchContext sc, LeafReaderContext context)Returns the best nestedObjectMapperinstances that is in the scope of the specified nested docId. -
Uses of LeafReaderContext in org.elasticsearch.index.query.functionscore
Methods in org.elasticsearch.index.query.functionscore with parameters of type LeafReaderContext Modifier and Type Method Description protected abstract NumericDoubleValuesDecayFunctionBuilder.AbstractDistanceScoreFunction. distance(LeafReaderContext context)This function computes the distance from a defined origin.protected abstract StringDecayFunctionBuilder.AbstractDistanceScoreFunction. getDistanceString(LeafReaderContext ctx, int docId)LeafScoreFunctionDecayFunctionBuilder.AbstractDistanceScoreFunction. getLeafScoreFunction(LeafReaderContext ctx) -
Uses of LeafReaderContext in org.elasticsearch.script
Methods in org.elasticsearch.script with parameters of type LeafReaderContext Modifier and Type Method Description AggregationScriptAggregationScript.LeafFactory. newInstance(LeafReaderContext ctx)FieldScriptFieldScript.LeafFactory. newInstance(LeafReaderContext ctx)FilterScriptFilterScript.LeafFactory. newInstance(LeafReaderContext ctx)NumberSortScriptNumberSortScript.LeafFactory. newInstance(LeafReaderContext ctx)ScoreScriptScoreScript.LeafFactory. newInstance(LeafReaderContext ctx)ScriptedMetricAggContexts.MapScriptScriptedMetricAggContexts.MapScript.LeafFactory. newInstance(LeafReaderContext ctx)StringSortScriptStringSortScript.LeafFactory. newInstance(LeafReaderContext ctx)TermsSetQueryScriptTermsSetQueryScript.LeafFactory. newInstance(LeafReaderContext ctx)Constructors in org.elasticsearch.script with parameters of type LeafReaderContext Constructor Description AggregationScript(Map<String,Object> params, SearchLookup lookup, LeafReaderContext leafContext)FieldScript(Map<String,Object> params, SearchLookup lookup, LeafReaderContext leafContext)FilterScript(Map<String,Object> params, SearchLookup lookup, LeafReaderContext leafContext)MapScript(Map<String,Object> params, Map<String,Object> state, SearchLookup lookup, LeafReaderContext leafContext)NumberSortScript(Map<String,Object> params, SearchLookup lookup, LeafReaderContext leafContext)ScoreScript(Map<String,Object> params, SearchLookup lookup, LeafReaderContext leafContext)StringSortScript(Map<String,Object> params, SearchLookup lookup, LeafReaderContext leafContext)TermsSetQueryScript(Map<String,Object> params, SearchLookup lookup, LeafReaderContext leafContext) -
Uses of LeafReaderContext in org.elasticsearch.search.aggregations
Methods in org.elasticsearch.search.aggregations with parameters of type LeafReaderContext Modifier and Type Method Description LeafBucketCollectorAggregatorBase. getLeafCollector(LeafReaderContext ctx)protected abstract LeafBucketCollectorAggregatorBase. getLeafCollector(LeafReaderContext ctx, LeafBucketCollector sub)Get aLeafBucketCollectorfor the given ctx, which should delegate to the given collector.LeafBucketCollectorAggregatorFactory.MultiBucketAggregatorWrapper. getLeafCollector(LeafReaderContext ctx)abstract LeafBucketCollectorBucketCollector. getLeafCollector(LeafReaderContext ctx)LeafBucketCollectorMultiBucketCollector. getLeafCollector(LeafReaderContext context)LeafBucketCollectorNonCollectingAggregator. getLeafCollector(LeafReaderContext reader, LeafBucketCollector sub) -
Uses of LeafReaderContext in org.elasticsearch.search.aggregations.bucket
Fields in org.elasticsearch.search.aggregations.bucket declared as LeafReaderContext Modifier and Type Field Description protected LeafReaderContextBestBucketsDeferringCollector. contextMethods in org.elasticsearch.search.aggregations.bucket with parameters of type LeafReaderContext Modifier and Type Method Description LeafBucketCollectorBestBucketsDeferringCollector. getLeafCollector(LeafReaderContext ctx)LeafBucketCollectorDeferringBucketCollector.WrappedAggregator. getLeafCollector(LeafReaderContext ctx) -
Uses of LeafReaderContext in org.elasticsearch.search.aggregations.bucket.adjacency
Methods in org.elasticsearch.search.aggregations.bucket.adjacency with parameters of type LeafReaderContext Modifier and Type Method Description LeafBucketCollectorAdjacencyMatrixAggregator. getLeafCollector(LeafReaderContext ctx, LeafBucketCollector sub) -
Uses of LeafReaderContext in org.elasticsearch.search.aggregations.bucket.filter
Methods in org.elasticsearch.search.aggregations.bucket.filter with parameters of type LeafReaderContext Modifier and Type Method Description LeafBucketCollectorFilterAggregator. getLeafCollector(LeafReaderContext ctx, LeafBucketCollector sub)LeafBucketCollectorFiltersAggregator. getLeafCollector(LeafReaderContext ctx, LeafBucketCollector sub) -
Uses of LeafReaderContext in org.elasticsearch.search.aggregations.bucket.geogrid
Methods in org.elasticsearch.search.aggregations.bucket.geogrid with parameters of type LeafReaderContext Modifier and Type Method Description SortedBinaryDocValuesCellIdSource. bytesValues(LeafReaderContext ctx)SortedNumericDoubleValuesCellIdSource. doubleValues(LeafReaderContext ctx)LeafBucketCollectorGeoGridAggregator. getLeafCollector(LeafReaderContext ctx, LeafBucketCollector sub)SortedNumericDocValuesCellIdSource. longValues(LeafReaderContext ctx) -
Uses of LeafReaderContext in org.elasticsearch.search.aggregations.bucket.global
Methods in org.elasticsearch.search.aggregations.bucket.global with parameters of type LeafReaderContext Modifier and Type Method Description LeafBucketCollectorGlobalAggregator. getLeafCollector(LeafReaderContext ctx, LeafBucketCollector sub) -
Uses of LeafReaderContext in org.elasticsearch.search.aggregations.bucket.histogram
Methods in org.elasticsearch.search.aggregations.bucket.histogram with parameters of type LeafReaderContext Modifier and Type Method Description protected LeafBucketCollectorRangeHistogramAggregator. getLeafCollector(LeafReaderContext ctx, LeafBucketCollector sub) -
Uses of LeafReaderContext in org.elasticsearch.search.aggregations.bucket.missing
Methods in org.elasticsearch.search.aggregations.bucket.missing with parameters of type LeafReaderContext Modifier and Type Method Description LeafBucketCollectorMissingAggregator. getLeafCollector(LeafReaderContext ctx, LeafBucketCollector sub) -
Uses of LeafReaderContext in org.elasticsearch.search.aggregations.bucket.nested
Methods in org.elasticsearch.search.aggregations.bucket.nested with parameters of type LeafReaderContext Modifier and Type Method Description LeafBucketCollectorNestedAggregator. getLeafCollector(LeafReaderContext ctx, LeafBucketCollector sub)protected LeafBucketCollectorReverseNestedAggregator. getLeafCollector(LeafReaderContext ctx, LeafBucketCollector sub) -
Uses of LeafReaderContext in org.elasticsearch.search.aggregations.bucket.range
Methods in org.elasticsearch.search.aggregations.bucket.range with parameters of type LeafReaderContext Modifier and Type Method Description protected LeafBucketCollectorBinaryRangeAggregator. getLeafCollector(LeafReaderContext ctx, LeafBucketCollector sub)LeafBucketCollectorRangeAggregator. getLeafCollector(LeafReaderContext ctx, LeafBucketCollector sub) -
Uses of LeafReaderContext in org.elasticsearch.search.aggregations.bucket.sampler
Methods in org.elasticsearch.search.aggregations.bucket.sampler with parameters of type LeafReaderContext Modifier and Type Method Description LeafBucketCollectorBestDocsDeferringCollector. getLeafCollector(LeafReaderContext ctx)protected LeafBucketCollectorSamplerAggregator. getLeafCollector(LeafReaderContext ctx, LeafBucketCollector sub) -
Uses of LeafReaderContext in org.elasticsearch.search.aggregations.bucket.significant
Methods in org.elasticsearch.search.aggregations.bucket.significant with parameters of type LeafReaderContext Modifier and Type Method Description LeafBucketCollectorGlobalOrdinalsSignificantTermsAggregator. getLeafCollector(LeafReaderContext ctx, LeafBucketCollector sub)LeafBucketCollectorSignificantLongTermsAggregator. getLeafCollector(LeafReaderContext ctx, LeafBucketCollector sub)LeafBucketCollectorSignificantStringTermsAggregator. getLeafCollector(LeafReaderContext ctx, LeafBucketCollector sub)LeafBucketCollectorSignificantTextAggregator. getLeafCollector(LeafReaderContext ctx, LeafBucketCollector sub) -
Uses of LeafReaderContext in org.elasticsearch.search.aggregations.bucket.terms
-
Uses of LeafReaderContext in org.elasticsearch.search.aggregations.metrics
Methods in org.elasticsearch.search.aggregations.metrics with parameters of type LeafReaderContext Modifier and Type Method Description protected LeafBucketCollectorMedianAbsoluteDeviationAggregator. getLeafCollector(LeafReaderContext ctx, LeafBucketCollector sub) -
Uses of LeafReaderContext in org.elasticsearch.search.aggregations.support
-
Uses of LeafReaderContext in org.elasticsearch.search.fetch
Methods in org.elasticsearch.search.fetch that return LeafReaderContext Modifier and Type Method Description LeafReaderContextFetchSubPhase.HitContext. readerContext()Methods in org.elasticsearch.search.fetch with parameters of type LeafReaderContext Modifier and Type Method Description voidFetchSubPhase.HitContext. reset(SearchHit hit, LeafReaderContext context, int docId, IndexSearcher searcher) -
Uses of LeafReaderContext in org.elasticsearch.search.fetch.subphase
Methods in org.elasticsearch.search.fetch.subphase with parameters of type LeafReaderContext Modifier and Type Method Description static voidInnerHitsContext. intersect(Weight weight, Weight innerHitQueryWeight, Collector collector, LeafReaderContext ctx) -
Uses of LeafReaderContext in org.elasticsearch.search.internal
Method parameters in org.elasticsearch.search.internal with type arguments of type LeafReaderContext Modifier and Type Method Description protected voidContextIndexSearcher. search(List<LeafReaderContext> leaves, Weight weight, Collector collector) -
Uses of LeafReaderContext in org.elasticsearch.search.lookup
Methods in org.elasticsearch.search.lookup with parameters of type LeafReaderContext Modifier and Type Method Description LeafDocLookupDocLookup. getLeafDocLookup(LeafReaderContext context)LeafFieldsLookupFieldsLookup. getLeafFieldsLookup(LeafReaderContext context)LeafSearchLookupSearchLookup. getLeafSearchLookup(LeafReaderContext context)voidSourceLookup. setSegmentAndDocument(LeafReaderContext context, int docId)Constructors in org.elasticsearch.search.lookup with parameters of type LeafReaderContext Constructor Description LeafSearchLookup(LeafReaderContext ctx, LeafDocLookup docMap, SourceLookup sourceLookup, LeafFieldsLookup fieldsLookup) -
Uses of LeafReaderContext in org.elasticsearch.search.profile.aggregation
Methods in org.elasticsearch.search.profile.aggregation with parameters of type LeafReaderContext Modifier and Type Method Description LeafBucketCollectorProfilingAggregator. getLeafCollector(LeafReaderContext ctx) -
Uses of LeafReaderContext in org.elasticsearch.search.profile.query
Methods in org.elasticsearch.search.profile.query with parameters of type LeafReaderContext Modifier and Type Method Description BulkScorerProfileWeight. bulkScorer(LeafReaderContext context)ExplanationProfileWeight. explain(LeafReaderContext context, int doc)LeafCollectorInternalProfileCollector. getLeafCollector(LeafReaderContext context)booleanProfileWeight. isCacheable(LeafReaderContext ctx)ScorerProfileWeight. scorer(LeafReaderContext context)ScorerSupplierProfileWeight. scorerSupplier(LeafReaderContext context) -
Uses of LeafReaderContext in org.elasticsearch.search.query
Methods in org.elasticsearch.search.query with parameters of type LeafReaderContext Modifier and Type Method Description LeafCollectorCancellableCollector. getLeafCollector(LeafReaderContext context)LeafCollectorEarlyTerminatingCollector. getLeafCollector(LeafReaderContext context)
-