Hi,

I have a requirement, where i have to search for the filed
values(value1,value2 and value3) from elasticsearch.

But these values will be available from three differetn documents.

How can i make a ES query?

Currently i have single value for the filed and the query goes as below;

boolQueryBuilder.must(QueryBuilders.matchQuery(fieldName, 
                   value);

How shud i modify the query to suppor the array of string values selection.

Thanks,
Sumitha.




--
View this message in context: 
http://elasticsearch-users.115913.n3.nabble.com/Search-for-parts-of-a-string-array-in-elasticsearch-tp4075074.html
Sent from the Elasticsearch Users mailing list archive at Nabble.com.

-- 
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/1433923300550-4075074.post%40n3.nabble.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to