Uses of Interface
org.elasticsearch.ingest.ValueSource
-
Packages that use ValueSource Package Description org.elasticsearch.ingest -
-
Uses of ValueSource in org.elasticsearch.ingest
Classes in org.elasticsearch.ingest that implement ValueSource Modifier and Type Class Description static classValueSource.ByteValuestatic classValueSource.ListValuestatic classValueSource.MapValuestatic classValueSource.ObjectValuestatic classValueSource.TemplatedValueMethods in org.elasticsearch.ingest that return ValueSource Modifier and Type Method Description static ValueSourceValueSource. wrap(Object value, ScriptService scriptService)Methods in org.elasticsearch.ingest with parameters of type ValueSource Modifier and Type Method Description voidIngestDocument. appendFieldValue(TemplateScript.Factory fieldPathTemplate, ValueSource valueSource)Appends the provided value to the provided path in the document.voidIngestDocument. setFieldValue(TemplateScript.Factory fieldPathTemplate, ValueSource valueSource)Sets the provided value to the provided path in the document.
-