Re: solr join use case (not in instead of in)

2013-04-11 Thread Jack Krupansky
ginal Message- From: Ariel Zerbib Sent: Thursday, April 11, 2013 10:32 AM To: solr-user@lucene.apache.org Subject: solr join use case (not in instead of in) Solr has implemented from version 4 the !join query. I'd like to know if the following case is possible. For example, we have do

solr join use case (not in instead of in)

2013-04-11 Thread Ariel Zerbib
Solr has implemented from version 4 the !join query. I'd like to know if the following case is possible. For example, we have documents of the following form: doc1: field1:123 field2:A field3:456 doc2: field1:123 field2:B field3:789 doc3: