Interface EvaluatorMapper.ToEvaluator
- Enclosing interface:
EvaluatorMapper
public static interface EvaluatorMapper.ToEvaluator
-
Method Summary
Modifier and TypeMethodDescriptionapply(Expression expression) foldCtx()default org.apache.lucene.analysis.AnalyzergetAnalyzer(String name) Returns theAnalyzerregistered (prebuilt or plugin-contributed) under the given name.default IndexedByShardId<? extends EsPhysicalOperationProviders.ShardContext>
-
Method Details
-
apply
-
foldCtx
FoldContext foldCtx() -
shardContexts
-
getAnalyzer
Returns theAnalyzerregistered (prebuilt or plugin-contributed) under the given name. Implementations that have access to an analysis registry resolve the name; the default throws because no registry is available (e.g. during folding or in tests).
-