hello,
What can I do to throw a query such as the following in Solr?

 SELECT
  child. *, parent. *
 FROM child
 JOIN parent
 WHERE child.parent_id = parent.id AND parent.tag = 'hoge'`

child and parent is not that parent is more than in a many-to-one
relationship.
I try this but can not.

 /select/?q={!join from=parent_id to=id fromIndex=parent}id:1+tag:hoge





--
View this message in context: 
http://lucene.472066.n3.nabble.com/How-to-get-the-join-data-by-multiple-cores-tp4235799.html
Sent from the Solr - User mailing list archive at Nabble.com.

Reply via email to