I would like to search in my ES index all name fields with values
within a list of - as example - ('name1', 'name2', 'name3').
However, I cannot find a simple way to do it! I could use "or"... but
as my list of names grows with time, I could end up doing "or's" with
a huge list of millions!
What I really want is to be able to do something like SQL "IN"
keyword...
On Wednesday, March 7, 2012 3:36:34 PM UTC, Vania S. wrote:
Hi all,
I would like to search in my ES index all name fields with values
within a list of - as example - ('name1', 'name2', 'name3').
However, I cannot find a simple way to do it! I could use "or"... but
as my list of names grows with time, I could end up doing "or's" with
a huge list of millions!
What I really want is to be able to do something like SQL "IN"
keyword...
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.