public class CrateSearchContext
extends org.elasticsearch.search.internal.DefaultSearchContext
Constructor and Description |
---|
CrateSearchContext(long id,
long nowInMillis,
org.elasticsearch.search.SearchShardTarget shardTarget,
org.elasticsearch.index.engine.Engine.Searcher engineSearcher,
org.elasticsearch.index.IndexService indexService,
org.elasticsearch.index.shard.IndexShard indexShard,
org.elasticsearch.script.ScriptService scriptService,
org.elasticsearch.cache.recycler.CacheRecycler cacheRecycler,
org.elasticsearch.cache.recycler.PageCacheRecycler pageCacheRecycler,
org.elasticsearch.common.util.BigArrays bigArrays,
org.apache.lucene.util.Counter timeEstimateCounter,
com.google.common.base.Optional<org.elasticsearch.search.Scroll> scroll,
long keepAlive) |
Modifier and Type | Method and Description |
---|---|
org.elasticsearch.index.engine.Engine.Searcher |
engineSearcher() |
accessed, addRescore, aggregations, aggregations, aliasFilter, analysisService, bigArrays, cacheRecycler, contextSize, copyContextAndHeadersFrom, copyContextFrom, copyHeadersFrom, dfsResult, docIdsToLoad, docIdsToLoad, docIdsToLoadFrom, docIdsToLoadSize, doClose, docSetCache, emptyFieldNames, explain, explain, facets, facets, fetchResult, fetchSourceContext, fetchSourceContext, fieldData, fieldDataFields, fieldNames, filterCache, fixedBitSetFilterCache, from, from, getContext, getFromContext, getFromContext, getHeader, getHeaders, groupStats, groupStats, hasFetchSourceContext, hasFieldDataFields, hasFieldNames, hasHeader, hasInContext, hasPartialFields, hasScriptFields, hasTypes, highlight, highlight, id, indexShard, innerHits, innerHits, isContextEmpty, keepAlive, keepAlive, lastAccessTime, lastEmittedDoc, lastEmittedDoc, lookup, mapperService, minimumScore, minimumScore, nowInMillisImpl, numberOfShards, pageCacheRecycler, parsedPostFilter, parsedPostFilter, parsedQuery, parsedQuery, partialFields, preProcess, putAllInContext, putHeader, putInContext, query, queryBoost, queryBoost, queryParserService, queryResult, queryRewritten, request, rescore, scanContext, scriptFields, scriptService, scroll, scroll, searcher, searchFilter, searchType, searchType, shardTarget, similarityService, size, size, smartFieldMappers, smartNameFieldMapper, smartNameFieldMapperFromAnyType, smartNameFieldMappers, smartNameObjectMapper, sort, sort, source, sourceRequested, suggest, suggest, terminateAfter, terminateAfter, timeEstimateCounter, timeoutInMillis, timeoutInMillis, trackScores, trackScores, types, updateRewriteQuery, useSlowScroll, useSlowScroll, version, version
public CrateSearchContext(long id, long nowInMillis, org.elasticsearch.search.SearchShardTarget shardTarget, org.elasticsearch.index.engine.Engine.Searcher engineSearcher, org.elasticsearch.index.IndexService indexService, org.elasticsearch.index.shard.IndexShard indexShard, org.elasticsearch.script.ScriptService scriptService, org.elasticsearch.cache.recycler.CacheRecycler cacheRecycler, org.elasticsearch.cache.recycler.PageCacheRecycler pageCacheRecycler, org.elasticsearch.common.util.BigArrays bigArrays, org.apache.lucene.util.Counter timeEstimateCounter, com.google.common.base.Optional<org.elasticsearch.search.Scroll> scroll, long keepAlive)