Re: How to self join a collection with SOLR and have another condition

2016-05-11 Thread Mikhail Khludnev
SELECT xxx, yyy > FROM collection1 > WHERE (aaa = "1" OR bbb = "2") > AND outer_id IN (SELECT inner_id FROM collection1 where zzz = > "vvv") > > Is it possible to do this query in SOLR? > > > > -- > View this message in c

Re: How to self join a collection with SOLR and have another condition

2016-05-11 Thread Dennis Gove
inner_id FROM collection1 where zzz = > "vvv") > > Is it possible to do this query in SOLR? > > > > -- > View this message in context: > http://lucene.472066.n3.nabble.com/How-to-self-join-a-collection-with-SOLR-and-have-another-condition-tp4276235.html > Sent from the Solr - User mailing list archive at Nabble.com. >

How to self join a collection with SOLR and have another condition

2016-05-11 Thread baggadonuts
zzz = "vvv") Is it possible to do this query in SOLR? -- View this message in context: http://lucene.472066.n3.nabble.com/How-to-self-join-a-collection-with-SOLR-and-have-another-condition-tp4276235.html Sent from the Solr - User mailing list archive at Nabble.com.