Hello Manasi, Have a look at Solr pseudo joins http://wiki.apache.org/solr/Join
Regards On Jul 16, 2013 9:54 AM, "smanad" <sma...@gmail.com> wrote: > I am using solr 4.3 and have 2 collections coll1, coll2. > > After searching in coll1 I get field1 values which is a comma separated > list > of strings like, val1, val2, val3,... valN. > How can I use that list to match field2 in coll2 with those values > separated > by an OR clause. > So i want to return all documents in coll2 with field2=val1 or field2=val2 > or field2=val3 ... or field2=valN > > In short looking for "select in " type clause in solr. > > Any pointers will be much appreciated. > -Manasi > > > > > > > -- > View this message in context: > http://lucene.472066.n3.nabble.com/select-in-clause-in-solr-tp4078255.html > Sent from the Solr - User mailing list archive at Nabble.com. >