Closed Seddryck closed 6 years ago
NBi should be able to execute queries on Elasticsearch and understand the results if the query is of type match_all
match_all
GET bank/_search { "query": {"match_all": { }} , "size": 5 , "_source": ["gender", "age", "balance"] , "sort": [ { "balance" : {"order" : "desc"}}] }
NBi should be able to execute queries on Elasticsearch and understand the results if the query is of type
match_all