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, dfsResult, docIdsToLoad, docIdsToLoad, docIdsToLoadFrom, docIdsToLoadSize, doClose, docSetCache, emptyFieldNames, explain, explain, facets, facets, fetchResult, fetchSourceContext, fetchSourceContext, fieldData, fieldDataFields, fieldNames, filterCache, fixedBitSetFilterCache, from, from, groupStats, groupStats, hasFetchSourceContext, hasFieldDataFields, hasFieldNames, hasPartialFields, hasScriptFields, hasTypes, highlight, highlight, id, indexShard, innerHits, keepAlive, keepAlive, lastAccessTime, lastEmittedDoc, lastEmittedDoc, lookup, mapperService, minimumScore, minimumScore, nowInMillisImpl, numberOfShards, pageCacheRecycler, parsedPostFilter, parsedPostFilter, parsedQuery, partialFields, preProcess, 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
addReleasable, clearReleasables, close, current, nowInMillis, nowInMillisUsed, removeCurrent, setCurrent
protected BaseInnerHits(SearchContext context, org.apache.lucene.search.Query query, Map<String,InnerHitsContext.BaseInnerHits> childInnerHits)
public org.apache.lucene.search.Query query()
SearchContext
query
in class FilteredSearchContext
public ParsedQuery parsedQuery()
parsedQuery
in class FilteredSearchContext
public abstract org.apache.lucene.search.TopDocs topDocs(SearchContext context, FetchSubPhase.HitContext hitContext) throws IOException
IOException
public InnerHitsContext innerHits()
innerHits
in class FilteredSearchContext
Copyright © 2009–2015. All rights reserved.