Uses of Class
org.elasticsearch.search.internal.SearchContext
-
-
Uses of SearchContext in org.elasticsearch.index
Methods in org.elasticsearch.index with parameters of type SearchContext Modifier and Type Method Description voidSearchSlowLog. onFetchPhase(SearchContext context, long tookInNanos)voidSearchSlowLog. onQueryPhase(SearchContext context, long tookInNanos) -
Uses of SearchContext in org.elasticsearch.index.mapper
Methods in org.elasticsearch.index.mapper with parameters of type SearchContext 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 SearchContext in org.elasticsearch.index.query
Methods in org.elasticsearch.index.query with parameters of type SearchContext Modifier and Type Method Description voidInnerHitContextBuilder. build(SearchContext parentSearchContext, InnerHitsContext innerHitsContext)protected abstract voidInnerHitContextBuilder. doBuild(SearchContext parentSearchContext, InnerHitsContext innerHitsContext) -
Uses of SearchContext in org.elasticsearch.index.search.stats
Methods in org.elasticsearch.index.search.stats with parameters of type SearchContext Modifier and Type Method Description voidShardSearchStats. onFailedFetchPhase(SearchContext searchContext)voidShardSearchStats. onFailedQueryPhase(SearchContext searchContext)voidShardSearchStats. onFetchPhase(SearchContext searchContext, long tookInNanos)voidShardSearchStats. onFreeContext(SearchContext context)voidShardSearchStats. onFreeScrollContext(SearchContext context)voidShardSearchStats. onNewContext(SearchContext context)voidShardSearchStats. onNewScrollContext(SearchContext context)voidShardSearchStats. onPreFetchPhase(SearchContext searchContext)voidShardSearchStats. onPreQueryPhase(SearchContext searchContext)voidShardSearchStats. onQueryPhase(SearchContext searchContext, long tookInNanos) -
Uses of SearchContext in org.elasticsearch.index.shard
Methods in org.elasticsearch.index.shard with parameters of type SearchContext Modifier and Type Method Description voidSearchOperationListener.CompositeListener. onFailedFetchPhase(SearchContext searchContext)default voidSearchOperationListener. onFailedFetchPhase(SearchContext searchContext)Executed if a fetch phased failed.voidSearchOperationListener.CompositeListener. onFailedQueryPhase(SearchContext searchContext)default voidSearchOperationListener. onFailedQueryPhase(SearchContext searchContext)Executed if a query phased failed.voidSearchOperationListener.CompositeListener. onFetchPhase(SearchContext searchContext, long tookInNanos)default voidSearchOperationListener. onFetchPhase(SearchContext searchContext, long tookInNanos)Executed after the fetch phase successfully finished.voidSearchOperationListener.CompositeListener. onFreeContext(SearchContext context)default voidSearchOperationListener. onFreeContext(SearchContext context)Executed when a previously created search context is freed.voidSearchOperationListener.CompositeListener. onFreeScrollContext(SearchContext context)default voidSearchOperationListener. onFreeScrollContext(SearchContext context)Executed when a scroll searchSearchContextis freed.voidSearchOperationListener.CompositeListener. onNewContext(SearchContext context)default voidSearchOperationListener. onNewContext(SearchContext context)Executed when a new search context was createdvoidSearchOperationListener.CompositeListener. onNewScrollContext(SearchContext context)default voidSearchOperationListener. onNewScrollContext(SearchContext context)Executed when a new scroll searchSearchContextwas createdvoidSearchOperationListener.CompositeListener. onPreFetchPhase(SearchContext searchContext)default voidSearchOperationListener. onPreFetchPhase(SearchContext searchContext)Executed before the fetch phase is executedvoidSearchOperationListener.CompositeListener. onPreQueryPhase(SearchContext searchContext)default voidSearchOperationListener. onPreQueryPhase(SearchContext searchContext)Executed before the query phase is executedvoidSearchOperationListener.CompositeListener. onQueryPhase(SearchContext searchContext, long tookInNanos)default voidSearchOperationListener. onQueryPhase(SearchContext searchContext, long tookInNanos)Executed after the query phase successfully finished.voidSearchOperationListener.CompositeListener. validateSearchContext(SearchContext context, TransportRequest request)default voidSearchOperationListener. validateSearchContext(SearchContext context, TransportRequest transportRequest)Executed prior to using aSearchContextthat has been retrieved from the active contexts. -
Uses of SearchContext in org.elasticsearch.indices
Methods in org.elasticsearch.indices with parameters of type SearchContext Modifier and Type Method Description booleanIndicesService. canCache(ShardSearchRequest request, SearchContext context)Can the shard request be cached at all?voidIndicesService. loadIntoContext(ShardSearchRequest request, SearchContext context, QueryPhase queryPhase)Loads the cache result, computing it if needed by executing the query phase and otherwise deserializing the cached value into thecontext's query result. -
Uses of SearchContext in org.elasticsearch.search
Methods in org.elasticsearch.search that return SearchContext Modifier and Type Method Description protected SearchContextSearchService. removeContext(long id)Methods in org.elasticsearch.search with parameters of type SearchContext Modifier and Type Method Description voidSearchPhase. execute(SearchContext context)Executes the search phasevoidSearchPhase. preProcess(SearchContext context)Performs pre processing of the search context before the execute.protected voidSearchService. putContext(SearchContext context)Constructors in org.elasticsearch.search with parameters of type SearchContext Constructor Description SearchContextSourcePrinter(SearchContext searchContext) -
Uses of SearchContext in org.elasticsearch.search.aggregations
Fields in org.elasticsearch.search.aggregations declared as SearchContext Modifier and Type Field Description protected SearchContextAggregatorBase. contextMethods in org.elasticsearch.search.aggregations that return SearchContext Modifier and Type Method Description abstract SearchContextAggregator. context()Return theSearchContextattached with thisAggregator.SearchContextAggregatorBase. context()SearchContextAggregatorFactory.MultiBucketAggregatorWrapper. context()Methods in org.elasticsearch.search.aggregations with parameters of type SearchContext Modifier and Type Method Description protected static AggregatorAggregatorFactory. asMultiBucketAggregator(AggregatorFactory factory, SearchContext searchContext, Aggregator parent)Utility method.AggregatorAggregatorFactory. create(SearchContext searchContext, Aggregator parent, boolean collectsFromSingleBucket)Creates the aggregatorprotected abstract AggregatorAggregatorFactory. createInternal(SearchContext searchContext, Aggregator parent, boolean collectsFromSingleBucket, List<PipelineAggregator> pipelineAggregators, Map<String,Object> metaData)Aggregator[]AggregatorFactories. createSubAggregators(SearchContext searchContext, Aggregator parent)Create all aggregators so that they can be consumed with multiple buckets.Aggregator[]AggregatorFactories. createTopLevelAggregators(SearchContext searchContext)voidAggregationPhase. execute(SearchContext context)voidAggregationPhase. preProcess(SearchContext context)Constructors in org.elasticsearch.search.aggregations with parameters of type SearchContext Constructor Description AggregatorBase(String name, AggregatorFactories factories, SearchContext context, Aggregator parent, List<PipelineAggregator> pipelineAggregators, Map<String,Object> metaData)Constructs a new Aggregator.NonCollectingAggregator(String name, SearchContext context, Aggregator parent, List<PipelineAggregator> pipelineAggregators, Map<String,Object> metaData)NonCollectingAggregator(String name, SearchContext context, Aggregator parent, AggregatorFactories subFactories, List<PipelineAggregator> pipelineAggregators, Map<String,Object> metaData) -
Uses of SearchContext in org.elasticsearch.search.aggregations.bucket
Fields in org.elasticsearch.search.aggregations.bucket declared as SearchContext Modifier and Type Field Description protected SearchContextBestBucketsDeferringCollector. searchContextMethods in org.elasticsearch.search.aggregations.bucket that return SearchContext Modifier and Type Method Description SearchContextDeferringBucketCollector.WrappedAggregator. context()Constructors in org.elasticsearch.search.aggregations.bucket with parameters of type SearchContext Constructor Description BestBucketsDeferringCollector(SearchContext context, boolean isGlobal)Sole constructor.BucketsAggregator(String name, AggregatorFactories factories, SearchContext context, Aggregator parent, List<PipelineAggregator> pipelineAggregators, Map<String,Object> metaData)DeferableBucketAggregator(String name, AggregatorFactories factories, SearchContext context, Aggregator parent, List<PipelineAggregator> pipelineAggregators, Map<String,Object> metaData)MergingBucketsDeferringCollector(SearchContext context, boolean isGlobal) -
Uses of SearchContext in org.elasticsearch.search.aggregations.bucket.adjacency
Methods in org.elasticsearch.search.aggregations.bucket.adjacency with parameters of type SearchContext Modifier and Type Method Description AggregatorAdjacencyMatrixAggregatorFactory. createInternal(SearchContext searchContext, Aggregator parent, boolean collectsFromSingleBucket, List<PipelineAggregator> pipelineAggregators, Map<String,Object> metaData)Constructors in org.elasticsearch.search.aggregations.bucket.adjacency with parameters of type SearchContext Constructor Description AdjacencyMatrixAggregator(String name, AggregatorFactories factories, String separator, String[] keys, Weight[] filters, SearchContext context, Aggregator parent, List<PipelineAggregator> pipelineAggregators, Map<String,Object> metaData) -
Uses of SearchContext in org.elasticsearch.search.aggregations.bucket.filter
Methods in org.elasticsearch.search.aggregations.bucket.filter with parameters of type SearchContext Modifier and Type Method Description AggregatorFilterAggregatorFactory. createInternal(SearchContext searchContext, Aggregator parent, boolean collectsFromSingleBucket, List<PipelineAggregator> pipelineAggregators, Map<String,Object> metaData)AggregatorFiltersAggregatorFactory. createInternal(SearchContext searchContext, Aggregator parent, boolean collectsFromSingleBucket, List<PipelineAggregator> pipelineAggregators, Map<String,Object> metaData)Weight[]FiltersAggregatorFactory. getWeights(SearchContext searchContext)Returns theWeights for this filter aggregation, creating it if necessary.Constructors in org.elasticsearch.search.aggregations.bucket.filter with parameters of type SearchContext Constructor Description FilterAggregator(String name, Supplier<Weight> filter, AggregatorFactories factories, SearchContext context, Aggregator parent, List<PipelineAggregator> pipelineAggregators, Map<String,Object> metaData)FiltersAggregator(String name, AggregatorFactories factories, String[] keys, Supplier<Weight[]> filters, boolean keyed, String otherBucketKey, SearchContext context, Aggregator parent, List<PipelineAggregator> pipelineAggregators, Map<String,Object> metaData) -
Uses of SearchContext in org.elasticsearch.search.aggregations.bucket.geogrid
Methods in org.elasticsearch.search.aggregations.bucket.geogrid with parameters of type SearchContext Modifier and Type Method Description protected AggregatorGeoHashGridAggregatorFactory. createUnmapped(SearchContext searchContext, Aggregator parent, List<PipelineAggregator> pipelineAggregators, Map<String,Object> metaData)protected AggregatorGeoTileGridAggregatorFactory. createUnmapped(SearchContext searchContext, Aggregator parent, List<PipelineAggregator> pipelineAggregators, Map<String,Object> metaData)protected AggregatorGeoHashGridAggregatorFactory. doCreateInternal(ValuesSource.GeoPoint valuesSource, SearchContext searchContext, Aggregator parent, boolean collectsFromSingleBucket, List<PipelineAggregator> pipelineAggregators, Map<String,Object> metaData)protected AggregatorGeoTileGridAggregatorFactory. doCreateInternal(ValuesSource.GeoPoint valuesSource, SearchContext searchContext, Aggregator parent, boolean collectsFromSingleBucket, List<PipelineAggregator> pipelineAggregators, Map<String,Object> metaData) -
Uses of SearchContext in org.elasticsearch.search.aggregations.bucket.global
Methods in org.elasticsearch.search.aggregations.bucket.global with parameters of type SearchContext Modifier and Type Method Description AggregatorGlobalAggregatorFactory. createInternal(SearchContext searchContext, Aggregator parent, boolean collectsFromSingleBucket, List<PipelineAggregator> pipelineAggregators, Map<String,Object> metaData)Constructors in org.elasticsearch.search.aggregations.bucket.global with parameters of type SearchContext Constructor Description GlobalAggregator(String name, AggregatorFactories subFactories, SearchContext aggregationContext, List<PipelineAggregator> pipelineAggregators, Map<String,Object> metaData) -
Uses of SearchContext in org.elasticsearch.search.aggregations.bucket.histogram
Methods in org.elasticsearch.search.aggregations.bucket.histogram with parameters of type SearchContext Modifier and Type Method Description protected AggregatorAutoDateHistogramAggregatorFactory. createUnmapped(SearchContext searchContext, Aggregator parent, List<PipelineAggregator> pipelineAggregators, Map<String,Object> metaData)protected AggregatorDateHistogramAggregatorFactory. createUnmapped(SearchContext searchContext, Aggregator parent, List<PipelineAggregator> pipelineAggregators, Map<String,Object> metaData)protected AggregatorHistogramAggregatorFactory. createUnmapped(SearchContext searchContext, Aggregator parent, List<PipelineAggregator> pipelineAggregators, Map<String,Object> metaData)protected AggregatorAutoDateHistogramAggregatorFactory. doCreateInternal(ValuesSource.Numeric valuesSource, SearchContext searchContext, Aggregator parent, boolean collectsFromSingleBucket, List<PipelineAggregator> pipelineAggregators, Map<String,Object> metaData)protected AggregatorDateHistogramAggregatorFactory. doCreateInternal(ValuesSource valuesSource, SearchContext searchContext, Aggregator parent, boolean collectsFromSingleBucket, List<PipelineAggregator> pipelineAggregators, Map<String,Object> metaData)protected AggregatorHistogramAggregatorFactory. doCreateInternal(ValuesSource valuesSource, SearchContext searchContext, Aggregator parent, boolean collectsFromSingleBucket, List<PipelineAggregator> pipelineAggregators, Map<String,Object> metaData) -
Uses of SearchContext in org.elasticsearch.search.aggregations.bucket.missing
Methods in org.elasticsearch.search.aggregations.bucket.missing with parameters of type SearchContext Modifier and Type Method Description protected MissingAggregatorMissingAggregatorFactory. createUnmapped(SearchContext searchContext, Aggregator parent, List<PipelineAggregator> pipelineAggregators, Map<String,Object> metaData)protected MissingAggregatorMissingAggregatorFactory. doCreateInternal(ValuesSource valuesSource, SearchContext searchContext, Aggregator parent, boolean collectsFromSingleBucket, List<PipelineAggregator> pipelineAggregators, Map<String,Object> metaData)Constructors in org.elasticsearch.search.aggregations.bucket.missing with parameters of type SearchContext Constructor Description MissingAggregator(String name, AggregatorFactories factories, ValuesSource valuesSource, SearchContext aggregationContext, Aggregator parent, List<PipelineAggregator> pipelineAggregators, Map<String,Object> metaData) -
Uses of SearchContext in org.elasticsearch.search.aggregations.bucket.nested
Methods in org.elasticsearch.search.aggregations.bucket.nested with parameters of type SearchContext Modifier and Type Method Description AggregatorNestedAggregatorFactory. createInternal(SearchContext searchContext, Aggregator parent, boolean collectsFromSingleBucket, List<PipelineAggregator> pipelineAggregators, Map<String,Object> metaData)AggregatorReverseNestedAggregatorFactory. createInternal(SearchContext searchContext, Aggregator parent, boolean collectsFromSingleBucket, List<PipelineAggregator> pipelineAggregators, Map<String,Object> metaData)Constructors in org.elasticsearch.search.aggregations.bucket.nested with parameters of type SearchContext Constructor Description ReverseNestedAggregator(String name, AggregatorFactories factories, ObjectMapper objectMapper, SearchContext context, Aggregator parent, List<PipelineAggregator> pipelineAggregators, Map<String,Object> metaData) -
Uses of SearchContext in org.elasticsearch.search.aggregations.bucket.range
Methods in org.elasticsearch.search.aggregations.bucket.range with parameters of type SearchContext Modifier and Type Method Description protected AggregatorAbstractRangeAggregatorFactory. createUnmapped(SearchContext searchContext, Aggregator parent, List<PipelineAggregator> pipelineAggregators, Map<String,Object> metaData)protected AggregatorBinaryRangeAggregatorFactory. createUnmapped(SearchContext searchContext, Aggregator parent, List<PipelineAggregator> pipelineAggregators, Map<String,Object> metaData)protected AggregatorGeoDistanceRangeAggregatorFactory. createUnmapped(SearchContext searchContext, Aggregator parent, List<PipelineAggregator> pipelineAggregators, Map<String,Object> metaData)protected AggregatorAbstractRangeAggregatorFactory. doCreateInternal(ValuesSource.Numeric valuesSource, SearchContext searchContext, Aggregator parent, boolean collectsFromSingleBucket, List<PipelineAggregator> pipelineAggregators, Map<String,Object> metaData)protected AggregatorBinaryRangeAggregatorFactory. doCreateInternal(ValuesSource.Bytes valuesSource, SearchContext searchContext, Aggregator parent, boolean collectsFromSingleBucket, List<PipelineAggregator> pipelineAggregators, Map<String,Object> metaData)protected AggregatorGeoDistanceRangeAggregatorFactory. doCreateInternal(ValuesSource.GeoPoint valuesSource, SearchContext searchContext, Aggregator parent, boolean collectsFromSingleBucket, List<PipelineAggregator> pipelineAggregators, Map<String,Object> metaData)Constructors in org.elasticsearch.search.aggregations.bucket.range with parameters of type SearchContext Constructor Description BinaryRangeAggregator(String name, AggregatorFactories factories, ValuesSource.Bytes valuesSource, DocValueFormat format, List<BinaryRangeAggregator.Range> ranges, boolean keyed, SearchContext context, Aggregator parent, List<PipelineAggregator> pipelineAggregators, Map<String,Object> metaData)RangeAggregator(String name, AggregatorFactories factories, ValuesSource.Numeric valuesSource, DocValueFormat format, InternalRange.Factory rangeFactory, RangeAggregator.Range[] ranges, boolean keyed, SearchContext context, Aggregator parent, List<PipelineAggregator> pipelineAggregators, Map<String,Object> metaData)Unmapped(String name, R[] ranges, boolean keyed, DocValueFormat format, SearchContext context, Aggregator parent, InternalRange.Factory factory, List<PipelineAggregator> pipelineAggregators, Map<String,Object> metaData) -
Uses of SearchContext in org.elasticsearch.search.aggregations.bucket.sampler
Methods in org.elasticsearch.search.aggregations.bucket.sampler with parameters of type SearchContext Modifier and Type Method Description AggregatorSamplerAggregatorFactory. createInternal(SearchContext searchContext, Aggregator parent, boolean collectsFromSingleBucket, List<PipelineAggregator> pipelineAggregators, Map<String,Object> metaData)protected AggregatorDiversifiedAggregatorFactory. createUnmapped(SearchContext searchContext, Aggregator parent, List<PipelineAggregator> pipelineAggregators, Map<String,Object> metaData)protected AggregatorDiversifiedAggregatorFactory. doCreateInternal(ValuesSource valuesSource, SearchContext searchContext, Aggregator parent, boolean collectsFromSingleBucket, List<PipelineAggregator> pipelineAggregators, Map<String,Object> metaData) -
Uses of SearchContext in org.elasticsearch.search.aggregations.bucket.significant
Methods in org.elasticsearch.search.aggregations.bucket.significant with parameters of type SearchContext Modifier and Type Method Description protected AggregatorSignificantTextAggregatorFactory. createInternal(SearchContext searchContext, Aggregator parent, boolean collectsFromSingleBucket, List<PipelineAggregator> pipelineAggregators, Map<String,Object> metaData)protected AggregatorSignificantTermsAggregatorFactory. createUnmapped(SearchContext searchContext, Aggregator parent, List<PipelineAggregator> pipelineAggregators, Map<String,Object> metaData)protected AggregatorSignificantTermsAggregatorFactory. doCreateInternal(ValuesSource valuesSource, SearchContext searchContext, Aggregator parent, boolean collectsFromSingleBucket, List<PipelineAggregator> pipelineAggregators, Map<String,Object> metaData) -
Uses of SearchContext in org.elasticsearch.search.aggregations.bucket.terms
Methods in org.elasticsearch.search.aggregations.bucket.terms with parameters of type SearchContext Modifier and Type Method Description protected AggregatorRareTermsAggregatorFactory. createUnmapped(SearchContext searchContext, Aggregator parent, List<PipelineAggregator> pipelineAggregators, Map<String,Object> metaData)protected AggregatorTermsAggregatorFactory. createUnmapped(SearchContext searchContext, Aggregator parent, List<PipelineAggregator> pipelineAggregators, Map<String,Object> metaData)protected AggregatorRareTermsAggregatorFactory. doCreateInternal(ValuesSource valuesSource, SearchContext searchContext, Aggregator parent, boolean collectsFromSingleBucket, List<PipelineAggregator> pipelineAggregators, Map<String,Object> metaData)protected AggregatorTermsAggregatorFactory. doCreateInternal(ValuesSource valuesSource, SearchContext searchContext, Aggregator parent, boolean collectsFromSingleBucket, List<PipelineAggregator> pipelineAggregators, Map<String,Object> metaData) -
Uses of SearchContext in org.elasticsearch.search.aggregations.metrics
Methods in org.elasticsearch.search.aggregations.metrics with parameters of type SearchContext Modifier and Type Method Description protected AggregatorMedianAbsoluteDeviationAggregatorFactory. createUnmapped(SearchContext searchContext, Aggregator parent, List<PipelineAggregator> pipelineAggregators, Map<String,Object> metaData)protected AggregatorMedianAbsoluteDeviationAggregatorFactory. doCreateInternal(ValuesSource.Numeric valuesSource, SearchContext searchContext, Aggregator parent, boolean collectsFromSingleBucket, List<PipelineAggregator> pipelineAggregators, Map<String,Object> metaData)Constructors in org.elasticsearch.search.aggregations.metrics with parameters of type SearchContext Constructor Description MetricsAggregator(String name, SearchContext context, Aggregator parent, List<PipelineAggregator> pipelineAggregators, Map<String,Object> metaData)MultiValue(String name, SearchContext context, Aggregator parent, List<PipelineAggregator> pipelineAggregators, Map<String,Object> metaData)SingleValue(String name, SearchContext context, Aggregator parent, List<PipelineAggregator> pipelineAggregators, Map<String,Object> metaData) -
Uses of SearchContext in org.elasticsearch.search.aggregations.support
Methods in org.elasticsearch.search.aggregations.support with parameters of type SearchContext Modifier and Type Method Description AggregatorMultiValuesSourceAggregatorFactory. createInternal(SearchContext searchContext, Aggregator parent, boolean collectsFromSingleBucket, List<PipelineAggregator> pipelineAggregators, Map<String,Object> metaData)AggregatorValuesSourceAggregatorFactory. createInternal(SearchContext searchContext, Aggregator parent, boolean collectsFromSingleBucket, List<PipelineAggregator> pipelineAggregators, Map<String,Object> metaData)protected abstract AggregatorMultiValuesSourceAggregatorFactory. createUnmapped(SearchContext searchContext, Aggregator parent, List<PipelineAggregator> pipelineAggregators, Map<String,Object> metaData)protected abstract AggregatorValuesSourceAggregatorFactory. createUnmapped(SearchContext searchContext, Aggregator parent, List<PipelineAggregator> pipelineAggregators, Map<String,Object> metaData)protected abstract AggregatorMultiValuesSourceAggregatorFactory. doCreateInternal(SearchContext searchContext, Map<String,ValuesSourceConfig<VS>> configs, DocValueFormat format, Aggregator parent, boolean collectsFromSingleBucket, List<PipelineAggregator> pipelineAggregators, Map<String,Object> metaData)protected abstract AggregatorValuesSourceAggregatorFactory. doCreateInternal(VS valuesSource, SearchContext searchContext, Aggregator parent, boolean collectsFromSingleBucket, List<PipelineAggregator> pipelineAggregators, Map<String,Object> metaData) -
Uses of SearchContext in org.elasticsearch.search.dfs
Methods in org.elasticsearch.search.dfs with parameters of type SearchContext Modifier and Type Method Description voidDfsPhase. execute(SearchContext context)voidDfsPhase. preProcess(SearchContext context) -
Uses of SearchContext in org.elasticsearch.search.fetch
Methods in org.elasticsearch.search.fetch with parameters of type SearchContext Modifier and Type Method Description voidFetchPhase. execute(SearchContext context)default voidFetchSubPhase. hitExecute(SearchContext context, FetchSubPhase.HitContext hitContext)Executes the hit level phase, with a reader and doc id (note, its a low level reader, and the matching doc).default voidFetchSubPhase. hitsExecute(SearchContext context, SearchHit[] hits)voidFetchPhase. preProcess(SearchContext context) -
Uses of SearchContext in org.elasticsearch.search.fetch.subphase
Subclasses of SearchContext in org.elasticsearch.search.fetch.subphase Modifier and Type Class Description static classInnerHitsContext.InnerHitSubContextFields in org.elasticsearch.search.fetch.subphase declared as SearchContext Modifier and Type Field Description protected SearchContextInnerHitsContext.InnerHitSubContext. contextMethods in org.elasticsearch.search.fetch.subphase that return SearchContext Modifier and Type Method Description SearchContextInnerHitsContext.InnerHitSubContext. parentSearchContext()Methods in org.elasticsearch.search.fetch.subphase with parameters of type SearchContext Modifier and Type Method Description voidExplainFetchSubPhase. hitExecute(SearchContext context, FetchSubPhase.HitContext hitContext)voidFetchSourceSubPhase. hitExecute(SearchContext context, FetchSubPhase.HitContext hitContext)voidDocValueFieldsFetchSubPhase. hitsExecute(SearchContext context, SearchHit[] hits)voidInnerHitsFetchSubPhase. hitsExecute(SearchContext context, SearchHit[] hits)voidMatchedQueriesFetchSubPhase. hitsExecute(SearchContext context, SearchHit[] hits)voidScoreFetchSubPhase. hitsExecute(SearchContext context, SearchHit[] hits)voidScriptFieldsFetchSubPhase. hitsExecute(SearchContext context, SearchHit[] hits)voidSeqNoPrimaryTermFetchSubPhase. hitsExecute(SearchContext context, SearchHit[] hits)voidVersionFetchSubPhase. hitsExecute(SearchContext context, SearchHit[] hits)Constructors in org.elasticsearch.search.fetch.subphase with parameters of type SearchContext Constructor Description InnerHitSubContext(String name, SearchContext context) -
Uses of SearchContext in org.elasticsearch.search.fetch.subphase.highlight
Methods in org.elasticsearch.search.fetch.subphase.highlight with parameters of type SearchContext Modifier and Type Method Description voidHighlightPhase. hitExecute(SearchContext context, FetchSubPhase.HitContext hitContext) -
Uses of SearchContext in org.elasticsearch.search.internal
Subclasses of SearchContext in org.elasticsearch.search.internal Modifier and Type Class Description classFilteredSearchContextclassSubSearchContextMethods in org.elasticsearch.search.internal that return SearchContext Modifier and Type Method Description SearchContextFilteredSearchContext. aggregations(SearchContextAggregations aggregations)abstract SearchContextSearchContext. aggregations(SearchContextAggregations aggregations)SearchContextSubSearchContext. aggregations(SearchContextAggregations aggregations)SearchContextFilteredSearchContext. collapse(CollapseContext collapse)abstract SearchContextSearchContext. collapse(CollapseContext collapse)SearchContextFilteredSearchContext. docIdsToLoad(int[] docIdsToLoad, int docsIdsToLoadFrom, int docsIdsToLoadSize)abstract SearchContextSearchContext. docIdsToLoad(int[] docIdsToLoad, int docsIdsToLoadFrom, int docsIdsToLoadSize)SearchContextSubSearchContext. docIdsToLoad(int[] docIdsToLoad, int docsIdsToLoadFrom, int docsIdsToLoadSize)abstract SearchContextSearchContext. docValueFieldsContext(DocValueFieldsContext docValueFieldsContext)SearchContextSubSearchContext. docValueFieldsContext(DocValueFieldsContext docValueFieldsContext)SearchContextFilteredSearchContext. fetchSourceContext(FetchSourceContext fetchSourceContext)abstract SearchContextSearchContext. fetchSourceContext(FetchSourceContext fetchSourceContext)SearchContextSubSearchContext. fetchSourceContext(FetchSourceContext fetchSourceContext)SearchContextFilteredSearchContext. from(int from)abstract SearchContextSearchContext. from(int from)SearchContextSubSearchContext. from(int from)SearchContextFilteredSearchContext. minimumScore(float minimumScore)abstract SearchContextSearchContext. minimumScore(float minimumScore)SearchContextSubSearchContext. minimumScore(float minimumScore)SearchContextFilteredSearchContext. parsedPostFilter(ParsedQuery postFilter)abstract SearchContextSearchContext. parsedPostFilter(ParsedQuery postFilter)SearchContextSubSearchContext. parsedPostFilter(ParsedQuery postFilter)SearchContextFilteredSearchContext. parsedQuery(ParsedQuery query)abstract SearchContextSearchContext. parsedQuery(ParsedQuery query)SearchContextSubSearchContext. parsedQuery(ParsedQuery parsedQuery)SearchContextFilteredSearchContext. scrollContext(ScrollContext scroll)abstract SearchContextSearchContext. scrollContext(ScrollContext scroll)SearchContextSubSearchContext. scrollContext(ScrollContext scrollContext)SearchContextFilteredSearchContext. searchAfter(FieldDoc searchAfter)abstract SearchContextSearchContext. searchAfter(FieldDoc searchAfter)SearchContextFilteredSearchContext. size(int size)abstract SearchContextSearchContext. size(int size)SearchContextSubSearchContext. size(int size)SearchContextFilteredSearchContext. sort(SortAndFormats sort)abstract SearchContextSearchContext. sort(SortAndFormats sort)SearchContextSubSearchContext. sort(SortAndFormats sort)SearchContextFilteredSearchContext. storedFieldsContext(StoredFieldsContext storedFieldsContext)abstract SearchContextSearchContext. storedFieldsContext(StoredFieldsContext storedFieldsContext)SearchContextSubSearchContext. storedFieldsContext(StoredFieldsContext storedFieldsContext)SearchContextFilteredSearchContext. trackScores(boolean trackScores)abstract SearchContextSearchContext. trackScores(boolean trackScores)SearchContextSubSearchContext. trackScores(boolean trackScores)SearchContextFilteredSearchContext. trackTotalHitsUpTo(int trackTotalHitsUpTo)abstract SearchContextSearchContext. trackTotalHitsUpTo(int trackTotalHits)Constructors in org.elasticsearch.search.internal with parameters of type SearchContext Constructor Description FilteredSearchContext(SearchContext in)SubSearchContext(SearchContext context) -
Uses of SearchContext in org.elasticsearch.search.profile.aggregation
Methods in org.elasticsearch.search.profile.aggregation that return SearchContext Modifier and Type Method Description SearchContextProfilingAggregator. context() -
Uses of SearchContext in org.elasticsearch.search.query
Methods in org.elasticsearch.search.query with parameters of type SearchContext Modifier and Type Method Description voidQueryPhase. execute(SearchContext searchContext)voidQueryPhase. preProcess(SearchContext context) -
Uses of SearchContext in org.elasticsearch.search.rescore
Methods in org.elasticsearch.search.rescore with parameters of type SearchContext Modifier and Type Method Description voidRescorePhase. execute(SearchContext context)voidRescorePhase. preProcess(SearchContext context) -
Uses of SearchContext in org.elasticsearch.search.suggest
Methods in org.elasticsearch.search.suggest with parameters of type SearchContext Modifier and Type Method Description voidSuggestPhase. execute(SearchContext context)voidSuggestPhase. preProcess(SearchContext context)
-