Class DefaultEsLookupResultOutput

java.lang.Object
org.apache.storm.elasticsearch.DefaultEsLookupResultOutput
All Implemented Interfaces:
Serializable, EsLookupResultOutput

public class DefaultEsLookupResultOutput extends Object implements EsLookupResultOutput
Default implementation of EsLookupResultOutput. Outputs the index, type, id and source as strings.
See Also:
  • Constructor Details

    • DefaultEsLookupResultOutput

      public DefaultEsLookupResultOutput(com.fasterxml.jackson.databind.ObjectMapper objectMapper)
  • Method Details