Uses of Interface
org.elasticsearch.script.FieldScript.LeafFactory
-
Packages that use FieldScript.LeafFactory Package Description org.elasticsearch.script org.elasticsearch.search.fetch.subphase -
-
Uses of FieldScript.LeafFactory in org.elasticsearch.script
Methods in org.elasticsearch.script that return FieldScript.LeafFactory Modifier and Type Method Description FieldScript.LeafFactoryFieldScript.Factory. newFactory(Map<String,Object> params, SearchLookup lookup) -
Uses of FieldScript.LeafFactory in org.elasticsearch.search.fetch.subphase
Methods in org.elasticsearch.search.fetch.subphase that return FieldScript.LeafFactory Modifier and Type Method Description FieldScript.LeafFactoryScriptFieldsContext.ScriptField. script()Constructors in org.elasticsearch.search.fetch.subphase with parameters of type FieldScript.LeafFactory Constructor Description ScriptField(String name, FieldScript.LeafFactory script, boolean ignoreException)
-