Module org.elasticsearch.server
Package org.elasticsearch.script.field
Interface ToScriptFieldFactory<T>
- Type Parameters:
T- The type of doc values data used to construct aDocValuesScriptFieldFactory.
public interface ToScriptFieldFactory<T>
A helper class that lets
LeafFieldData.getScriptFieldFactory(java.lang.String) translate from raw doc values
into the field provider that the scripting API requires. It can make use of information specific
to the mapped field type, in a way LeafFieldData is not designed to do.-
Method Summary
-
Method Details
-
getScriptFieldFactory
-