| Modifier and Type | Method and Description |
|---|---|
SearchResponse |
ElasticSearchClient.search(ElasticSearchDataSetDef definition,
DataSetMetadata metadata,
SearchRequest searchRequest)
Obtain documents for a given index/es and type/es
If the index/es value set in the
request is null returns all documents of all indexes. |
| Modifier and Type | Method and Description |
|---|---|
SearchResponse |
NativeClientResponseParser.parse(DataSetMetadata metadata,
org.elasticsearch.action.search.SearchResponse response,
List<DataColumn> columns) |
SearchResponse |
ElasticSearchNativeClient.search(ElasticSearchDataSetDef definition,
DataSetMetadata metadata,
SearchRequest request) |
| Modifier and Type | Class and Description |
|---|---|
class |
EmptySearchResponse
Search response with no hit results.
|
Copyright © 2017–2021 JBoss by Red Hat. All rights reserved.