java.lang.Object
org.elasticsearch.index.query.QueryRewriteContext
org.elasticsearch.index.query.SearchExecutionContext
The context used to execute a search request on a shard. It provides access
to required information like mapping definitions and document data.
This context is used in several components of search execution, including
building queries and fetching hits.
-
Field Summary
Fields inherited from class org.elasticsearch.index.query.QueryRewriteContext
client, nowInMillis -
Constructor Summary
ConstructorsConstructorDescriptionSearchExecutionContext(int shardId, int shardRequestIndex, IndexSettings indexSettings, BitsetFilterCache bitsetFilterCache, BiFunction<MappedFieldType, FieldDataContext, IndexFieldData<?>> indexFieldDataLookup, MapperService mapperService, MappingLookup mappingLookup, SimilarityService similarityService, ScriptService scriptService, XContentParserConfiguration parserConfiguration, NamedWriteableRegistry namedWriteableRegistry, Client client, org.apache.lucene.search.IndexSearcher searcher, LongSupplier nowInMillis, String clusterAlias, Predicate<String> indexNameMatcher, BooleanSupplier allowExpensiveQueries, ValuesSourceRegistry valuesSourceRegistry, Map<String, Object> runtimeMappings) Build a SearchExecutionContext. -
Method Summary
Modifier and TypeMethodDescriptionvoidaddNamedQuery(String name, org.apache.lucene.search.Query query) booleanorg.apache.lucene.search.join.BitSetProducerbitsetFilter(org.apache.lucene.search.Query filter) Given a type (eg.<FactoryType>
FactoryTypecompile(Script script, ScriptContext<FactoryType> context) Compile script using script servicebooleancontainsBrokenAnalysis(String field) Does the index analyzer for this field have token filters that may produce backwards offsets in term vectorsfinal SearchExecutionContextReturns an instance ofSearchExecutionContextif available of null otherwisevoidMarks this context as not cacheable.voidexecuteAsyncActions(ActionListener listener) Executes all registered async actions and notifies the listener once it's done.protected final voidThis method fails iffreezeContext()is called before on this context.booleanfieldExistsInIndex(String fieldname) Is this field present in the underlying lucene index for the current shard?final voidif this method is called the query context will throw exception if methods are accessed that could yield different results across executions likegetClient()org.apache.lucene.search.similarities.SimilarityThe default similarity configured in the index settings.getFieldType(String name) Returns theMappedFieldTypefor the provided field name.<IFD extends IndexFieldData<?>>
IFDgetForField(MappedFieldType fieldType, MappedFieldType.FielddataOperation fielddataOperation) Returns the fully qualified index including a remote cluster alias if applicable, and the index uuidorg.apache.lucene.analysis.AnalyzergetIndexAnalyzer(Function<String, NamedAnalyzer> unindexedFieldAnalyzer) Return the index-time analyzer for the current indexorg.apache.lucene.index.IndexReaderReturn the currentIndexReader, ornullif no index reader is available, for instance if this rewrite context is used to index queries (percolation).Returns the index settings for this context.getMatchingFieldNames(String pattern) Returns the names of all mapped fields that match a given pattern All names returned by this method are guaranteed to resolve to a MappedFieldType if passed togetFieldType(String)org.apache.lucene.search.similarities.SimilarityThe similarity to use in searches, which takes into account per-field configuration.intReturns the shard ID this context was created for.intReturns the shard request ordinal that is used by the main search request to reference this shard.booleanindex()booleanindexMatches(String pattern) Given an index pattern, checks whether it matches against the current shard.booleanindexSortedOnField(String field) final booleanReturnstrueiff the result of the processed search request is cacheable.booleanisFieldMapped(String name) Returns true if the field identified by the provided name is mapped, false otherwisebooleanisMetadataField(String field) booleanisMultiField(String field) booleanWill there be_source.booleanDoes the source need to be rebuilt on the fly?lookup()Get the lookup to use during the search.Cache key for current mapping.newSourceLoader(boolean forceSyntheticSource) Build something to load source_source.final longReturns the time in milliseconds that is shared across all resources involved.parseDocument(SourceToParse source) Parse a document with current mapping.booleanbooleanbooleanvoidregisterAsyncAction(BiConsumer<Client, ActionListener<?>> asyncAction) Registers an async action that must be executed before the next rewrite round in order to make progress.org.apache.lucene.search.IndexSearchersearcher()Return the currentIndexSearcher, ornullif no index reader is available, for instance if this rewrite context is used to index queries (percolation).voidsetAllowedFields(Predicate<String> allowedFields) voidsetAllowUnmappedFields(boolean allowUnmappedFields) voidsetMapUnmappedFieldAsString(boolean mapUnmappedFieldAsString) voidsetSourceProvider(SourceProvider sourceProvider) Replace the standard source provider on the SearchLookup Note that this will replace the current SearchLookup with a new one, but will not update the source provider on previously build lookups.sourcePath(String fullName) toQuery(QueryBuilder queryBuilder) Methods inherited from class org.elasticsearch.index.query.QueryRewriteContext
convertToCoordinatorRewriteContext, getParserConfig, getWriteableRegistry, hasAsyncActions
-
Constructor Details
-
SearchExecutionContext
public SearchExecutionContext(int shardId, int shardRequestIndex, IndexSettings indexSettings, BitsetFilterCache bitsetFilterCache, BiFunction<MappedFieldType, FieldDataContext, IndexFieldData<?>> indexFieldDataLookup, MapperService mapperService, MappingLookup mappingLookup, SimilarityService similarityService, ScriptService scriptService, XContentParserConfiguration parserConfiguration, NamedWriteableRegistry namedWriteableRegistry, Client client, org.apache.lucene.search.IndexSearcher searcher, LongSupplier nowInMillis, String clusterAlias, Predicate<String> indexNameMatcher, BooleanSupplier allowExpensiveQueries, ValuesSourceRegistry valuesSourceRegistry, Map<String, Object> runtimeMappings) Build a SearchExecutionContext. -
SearchExecutionContext
-
-
Method Details
-
getSearchSimilarity
public org.apache.lucene.search.similarities.Similarity getSearchSimilarity()The similarity to use in searches, which takes into account per-field configuration. -
getDefaultSimilarity
public org.apache.lucene.search.similarities.Similarity getDefaultSimilarity()The default similarity configured in the index settings. -
defaultFields
-
queryStringLenient
public boolean queryStringLenient() -
queryStringAnalyzeWildcard
public boolean queryStringAnalyzeWildcard() -
queryStringAllowLeadingWildcard
public boolean queryStringAllowLeadingWildcard() -
bitsetFilter
public org.apache.lucene.search.join.BitSetProducer bitsetFilter(org.apache.lucene.search.Query filter) -
allowExpensiveQueries
public boolean allowExpensiveQueries() -
getForField
public <IFD extends IndexFieldData<?>> IFD getForField(MappedFieldType fieldType, MappedFieldType.FielddataOperation fielddataOperation) -
addNamedQuery
-
copyNamedQueries
-
parseDocument
Parse a document with current mapping.- Throws:
MapperParsingException
-
nestedLookup
-
hasMappings
public boolean hasMappings() -
getMatchingFieldNames
Returns the names of all mapped fields that match a given pattern All names returned by this method are guaranteed to resolve to a MappedFieldType if passed togetFieldType(String)- Parameters:
pattern- the field name pattern
-
getFieldType
Returns theMappedFieldTypefor the provided field name. If the field is not mapped, the behaviour depends on the index.query.parse.allow_unmapped_fields setting, which defaults to true. In case unmapped fields are allowed, null is returned when the field is not mapped. In case unmapped fields are not allowed, either an exception is thrown or the field is automatically mapped as a text field.- Throws:
QueryShardException- if unmapped fields are not allowed and automatically mapping unmapped fields as text is disabled.- See Also:
-
isFieldMapped
Returns true if the field identified by the provided name is mapped, false otherwise -
isMetadataField
-
isMultiField
-
sourcePath
-
isSourceEnabled
public boolean isSourceEnabled()Will there be_source. -
isSourceSynthetic
public boolean isSourceSynthetic()Does the source need to be rebuilt on the fly? -
newSourceLoader
Build something to load source_source. -
buildAnonymousFieldType
Given a type (eg. long, string, ...), returns an anonymous field type that can be used for search operations. Generally used to handle unmapped fields in the context of sorting. -
getIndexAnalyzers
-
getIndexAnalyzer
public org.apache.lucene.analysis.Analyzer getIndexAnalyzer(Function<String, NamedAnalyzer> unindexedFieldAnalyzer) Return the index-time analyzer for the current index- Parameters:
unindexedFieldAnalyzer- a function that builds an analyzer for unindexed fields
-
getValuesSourceRegistry
-
setAllowUnmappedFields
public void setAllowUnmappedFields(boolean allowUnmappedFields) -
setMapUnmappedFieldAsString
public void setMapUnmappedFieldAsString(boolean mapUnmappedFieldAsString) -
setAllowedFields
-
containsBrokenAnalysis
Does the index analyzer for this field have token filters that may produce backwards offsets in term vectors -
lookup
Get the lookup to use during the search. -
setSourceProvider
Replace the standard source provider on the SearchLookup Note that this will replace the current SearchLookup with a new one, but will not update the source provider on previously build lookups. This method should only be called before IndexReader access by the current context -
nestedScope
-
indexVersionCreated
-
indexMatches
Given an index pattern, checks whether it matches against the current shard. The pattern may represent a fully qualified index name if the search targets remote shards. -
indexSortedOnField
-
toQuery
-
index
-
compile
Compile script using script service -
freezeContext
public final void freezeContext()if this method is called the query context will throw exception if methods are accessed that could yield different results across executions likegetClient() -
disableCache
public void disableCache()Marks this context as not cacheable. This method fails iffreezeContext()is called before on this context. -
failIfFrozen
protected final void failIfFrozen()This method fails iffreezeContext()is called before on this context. This is used to seal. This methods and all methods that call it should be final to ensure that setting the request as not cacheable and the freezing behaviour of this class cannot be bypassed. This is important so we can trust when this class says a request can be cached. -
registerAsyncAction
Description copied from class:QueryRewriteContextRegisters an async action that must be executed before the next rewrite round in order to make progress. This should be used if a rewriteabel needs to fetch some external resources in order to be executed ie. a document from an index.- Overrides:
registerAsyncActionin classQueryRewriteContext
-
executeAsyncActions
Description copied from class:QueryRewriteContextExecutes all registered async actions and notifies the listener once it's done. The value that is passed to the listener is alwaysnull. The list of registered actions is cleared once this method returns.- Overrides:
executeAsyncActionsin classQueryRewriteContext
-
isCacheable
public final boolean isCacheable()Returnstrueiff the result of the processed search request is cacheable. Otherwisefalse -
getShardId
public int getShardId()Returns the shard ID this context was created for. -
getShardRequestIndex
public int getShardRequestIndex()Returns the shard request ordinal that is used by the main search request to reference this shard. -
nowInMillis
public final long nowInMillis()Description copied from class:QueryRewriteContextReturns the time in milliseconds that is shared across all resources involved. Even across shards and nodes.- Overrides:
nowInMillisin classQueryRewriteContext
-
getClient
-
convertToSearchExecutionContext
Description copied from class:QueryRewriteContextReturns an instance ofSearchExecutionContextif available of null otherwise- Overrides:
convertToSearchExecutionContextin classQueryRewriteContext
-
getIndexSettings
Returns the index settings for this context. This might return null if the context has not index scope. -
getIndexReader
public org.apache.lucene.index.IndexReader getIndexReader()Return the currentIndexReader, ornullif no index reader is available, for instance if this rewrite context is used to index queries (percolation). -
searcher
public org.apache.lucene.search.IndexSearcher searcher()Return the currentIndexSearcher, ornullif no index reader is available, for instance if this rewrite context is used to index queries (percolation). -
fieldExistsInIndex
Is this field present in the underlying lucene index for the current shard? -
getFullyQualifiedIndex
Returns the fully qualified index including a remote cluster alias if applicable, and the index uuid -
mappingCacheKey
Cache key for current mapping. -
getNestedDocuments
-