Hi,

Am using a query :

GET ymme/ymmetype/_search
{
    "size": 20, 
    "query": {
       "match": {
           "_all":
           {
               "query": "2000/sun ",
               "operator": "and"
           }
       }
    }
}

I would like to use the relevant query using Java API using query builders,

Can anyone post the Java API code to the above query....

-- 
Please update your bookmarks! We have moved to https://discuss.elastic.co/
--- 
You received this message because you are subscribed to the Google Groups 
"elasticsearch" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to elasticsearch+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/elasticsearch/e85e326f-efb9-4965-8498-6c6d48c3a44d%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to