Hi all,

Also asked this here : http://stackoverflow.com/questions/30166116

For example i have SOLR docs in which tags field is indexed :

Doc1 -> tags:T1 T2

Doc2 -> tags:T1 T3

Doc3 -> tags:T1 T4

Doc4 -> tags:T1 T2 T3

Query1 : get all docs with "tags:T1 AND tags:T3" then it works and will
give Doc2 and Doc4

Query2 : get all docs whose tags must be one of these [T1, T2, T3] Expected
is : Doc1, Doc2, Doc4

How to model Query2 in Solr ?? Please help me on this ?

Reply via email to