public abstract static class InnerHitsContext.BaseInnerHits extends FilteredSearchContext
SearchContext.Lifetime| Modifier and Type | Field and Description |
|---|---|
protected ParsedQuery |
query |
DEFAULT_TERMINATE_AFTER, parseFieldMatcher| Modifier | Constructor and Description |
|---|---|
protected |
InnerHitsContext.BaseInnerHits(SearchContext context,
ParsedQuery query,
Map<String,InnerHitsContext.BaseInnerHits> childInnerHits) |
| Modifier and Type | Method and Description |
|---|---|
InnerHitsContext |
innerHits() |
ParsedQuery |
parsedQuery() |
org.apache.lucene.search.Query |
query()
The query to execute, might be rewritten.
|
abstract org.apache.lucene.search.TopDocs |
topDocs(SearchContext context,
FetchSubPhase.HitContext hitContext) |
accessed, addRescore, aggregations, aggregations, aliasFilter, analysisService, bigArrays, bitsetFilterCache, dfsResult, docIdsToLoad, docIdsToLoad, docIdsToLoadFrom, docIdsToLoadSize, doClose, emptyFieldNames, explain, explain, fetchResult, fetchSourceContext, fetchSourceContext, fieldData, fieldNames, from, from, getFetchSubPhaseContext, getObjectMapper, getOriginNanoTime, getProfilers, groupStats, groupStats, hasFetchSourceContext, hasFieldNames, hasScriptFields, hasTypes, highlight, highlight, id, indexShard, keepAlive, keepAlive, lastAccessTime, lookup, mapperService, minimumScore, minimumScore, nowInMillisImpl, numberOfShards, pageCacheRecycler, parsedPostFilter, parsedPostFilter, parsedQuery, preProcess, queryBoost, queryBoost, queryCollectors, queryParserService, queryResult, request, rescore, scanContext, scriptFields, scriptService, scrollContext, scrollContext, searcher, searchFilter, searchType, searchType, shardTarget, similarityService, size, size, smartNameFieldType, smartNameFieldTypeFromAnyType, sort, sort, source, sourceRequested, suggest, suggest, terminateAfter, terminateAfter, timeEstimateCounter, timeoutInMillis, timeoutInMillis, trackScores, trackScores, types, version, versionaddReleasable, alreadyClosed, clearReleasables, close, current, decRef, incRef, nowInMillis, nowInMillisUsed, parseFieldMatcher, refCount, removeCurrent, setCurrent, tryIncRefcontextSize, copyContextAndHeadersFrom, copyContextFrom, copyHeadersFrom, getContext, getFromContext, getFromContext, getHeader, getHeaders, hasHeader, hasInContext, isContextEmpty, putAllInContext, putHeader, putInContextprotected final ParsedQuery query
protected InnerHitsContext.BaseInnerHits(SearchContext context, ParsedQuery query, Map<String,InnerHitsContext.BaseInnerHits> childInnerHits)
public org.apache.lucene.search.Query query()
SearchContextquery in class FilteredSearchContextpublic ParsedQuery parsedQuery()
parsedQuery in class FilteredSearchContextpublic abstract org.apache.lucene.search.TopDocs topDocs(SearchContext context, FetchSubPhase.HitContext hitContext) throws IOException
IOExceptionpublic InnerHitsContext innerHits()
innerHits in class FilteredSearchContextCopyright © 2009–2017. All rights reserved.