public interface EsLookupResultOutput extends Serializable
The adapter to convert the results fetched from Elasticsearch to values.
Modifier and Type | Method and Description |
---|---|
Fields |
fields()
Fields to be declared for output. |
Collection<Values> |
toValues(org.elasticsearch.client.Response response)
Convert Elasticsearch response to a collection of
Values . |
Collection<Values> toValues(org.elasticsearch.client.Response response)
Convert Elasticsearch response to a collection of Values
.
Copyright © 2022 The Apache Software Foundation. All rights reserved.