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 EsLookupResultOutputpublic Fields fields()
fields in interface EsLookupResultOutputCopyright © 2022 The Apache Software Foundation. All Rights Reserved.