I want to search docs with multiple values of a field?
eg. let's say I have job postings. Few of the jobs have multiple locations.
{
id: 1,
location: 'new york'
},
{
id: 2,
location: ['new york', 'london']
}.
{
id: 3,
location: ['new york', 'london','melbourne]
}
Now how can I find jobs with 2 or more locations(2 & 3 in this case)?
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.