Hi Team,
We need an example to to multi value search using co.elastic.clients.elasticsearch._types.query_dsl.Query.
Assume we have a field called "rating" in Elasticsearch.
I want a JAVA Elasticsearch query written using co.elastic.clients.elasticsearch._types.query_dsl.Query.
For example consider below example
if query says rating= AA,B
Record "rating" should have either AA or B
then it should fetch records with id 1,2,4
Thanks for responding David.
Yeah I would like to have sample example for both MatchQuery and simple_query.
Given query(AA,B) it should records with value either AA or B.
Apache, Apache Lucene, Apache Hadoop, Hadoop, HDFS and the yellow elephant
logo are trademarks of the
Apache Software Foundation
in the United States and/or other countries.