Hi,

thanks for advice. But I need to use parent_condition and child_condition in
same time.
Parent condition is: (name:Thomas AND age:40)
Child condition: (name:John AND age:17) 
join from=parent to=id

So something like:
(name:Thomas AND age:40) AND {!join from=parent to=id}(name:John AND age:17)

This all within Solrj 4.0 (or 4.1)

I think there is solution using nested query like this:
(name:Thomas AND age:40)  AND _query_:"{!join from=parent to=id}(name:John
AND age:17)"

but I don't like this syntax, so looking for something else.

Any idea?



--
View this message in context: 
http://lucene.472066.n3.nabble.com/Solrj-4-0-How-use-JOIN-tp4024262p4039675.html
Sent from the Solr - User mailing list archive at Nabble.com.

Reply via email to