public abstract static class InnerHitsContext.BaseInnerHits extends FilteredSearchContext
SearchContext.Lifetime| Modifier and Type | Field and Description |
|---|---|
protected org.apache.lucene.search.Query |
query |
DEFAULT_TERMINATE_AFTER| Modifier | Constructor and Description |
|---|---|
protected |
BaseInnerHits(SearchContext context,
org.apache.lucene.search.Query 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, 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, isContextEmpty, keepAlive, keepAlive, lastAccessTime, lastEmittedDoc, lastEmittedDoc, lookup, mapperService, minimumScore, minimumScore, nowInMillisImpl, numberOfShards, pageCacheRecycler, parsedPostFilter, parsedPostFilter, parsedQuery, partialFields, preProcess, putAllInContext, putHeader, putInContext, 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, versionaddReleasable, clearReleasables, close, current, nowInMillis, nowInMillisUsed, removeCurrent, setCurrentprotected BaseInnerHits(SearchContext context, org.apache.lucene.search.Query 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–2016. All rights reserved.