public class DefaultEsLookupResultOutput extends Object implements EsLookupResultOutput
Default implementation of EsLookupResultOutput
. Outputs the index, type, id and source as strings.
Constructor and Description |
---|
DefaultEsLookupResultOutput(com.fasterxml.jackson.databind.ObjectMapper objectMapper) |
Modifier and Type | Method and Description |
---|---|
Fields |
fields() |
Collection<Values> |
toValues(org.elasticsearch.client.Response response) |
public DefaultEsLookupResultOutput(com.fasterxml.jackson.databind.ObjectMapper objectMapper)
public Collection<Values> toValues(org.elasticsearch.client.Response response)
toValues
in interface EsLookupResultOutput
public Fields fields()
fields
in interface EsLookupResultOutput
Copyright © 2019 The Apache Software Foundation. All Rights Reserved.