Processor

com.sksamuel.elastic4s.requests.ingest.Processor
trait Processor

Abstract representation of a processor with a constant name (e.g. "geoip") and an XContentBuilder that constructs the body (e.g. { "field" : "ip" } ).

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes

Members list

Value members

Abstract methods

def buildProcessorBody(): XContentBuilder
def name: String