Re: Solr 4: Join Query

2012-12-03 Thread Erick Erickson
not that I know of. Also, your performance will be much better if you can denormlized the data. On Mon, Dec 3, 2012 at 12:44 AM, Vikash Sharma wrote: > Hi Erick, > One more thing: So is there any other way to get the result? > I mean, I need to get both parent and child document in/not nested f

Re: Solr 4: Join Query

2012-12-03 Thread Vikash Sharma
Hi Erick, One more thing: So is there any other way to get the result? I mean, I need to get both parent and child document in/not nested format. Regards, Vikash Regards, Vikash Sharma vikash0...@gmail.com On Sat, Dec 1, 2012 at 10:29 PM, Erick Erickson wrote: > That's the way joins work, and

Re: Solr 4: Join Query

2012-12-01 Thread Erick Erickson
That's the way joins work, and why they're called "pseudo join", they don't work like DB joins and return data from both records Joins were put in for a specific use-case, when you try to treat Solr like a DB you're bound to be disappointed. I'd think about reworking the solution to de-normali