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 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: