Interface EsPhysicalOperationProviders.ShardContext
- All Superinterfaces:
ShardContext
- All Known Implementing Classes:
EsPhysicalOperationProviders.DefaultShardContext
- Enclosing class:
EsPhysicalOperationProviders
Context of each shard we're operating against.
-
Method Summary
Modifier and TypeMethodDescriptionblockLoader(String name, boolean asUnsupportedSource, MappedFieldType.FieldExtractPreference fieldExtractPreference) Returns something to load values from this field into aBlock.Build something to load source_source.org.apache.lucene.search.QuerytoQuery(QueryBuilder queryBuilder) Convert aQueryBuilderinto a reallucene query.Methods inherited from interface org.elasticsearch.compute.lucene.ShardContext
buildSort, index, searcher, shardIdentifier
-
Method Details
-
newSourceLoader
SourceLoader newSourceLoader()Build something to load source_source. -
toQuery
Convert aQueryBuilderinto a reallucene query. -
blockLoader
BlockLoader blockLoader(String name, boolean asUnsupportedSource, MappedFieldType.FieldExtractPreference fieldExtractPreference) Returns something to load values from this field into aBlock.
-