How to male Solr complex Join Query

2013-03-28 Thread ashimbose
Hi 

I need to do complex join in single core with multiple table. 

Like Inner , Outer, Left, Right and so on.

I am working with solr4.

Is there I can work with any type of join with solr4?

Is there any way to do so? Please give your suggestion, its very important.
Please help me..

Thanks in advance.

Ashim



--
View this message in context: 
http://lucene.472066.n3.nabble.com/How-to-male-Solr-complex-Join-Query-tp4052023.html
Sent from the Solr - User mailing list archive at Nabble.com.


Re: How to male Solr complex Join Query

2013-03-28 Thread Karol Sikora

Hi Ashim,

You probably doing something in wrong way if You need using such a 
complex joins.

Remember that solr isn't relational database.
You should probably revisit Your schema and flatten Your data structure.

Regards,
Karol


W dniu 28.03.2013 13:45, ashimbose pisze:

Hi

I need to do complex join in single core with multiple table.

Like Inner , Outer, Left, Right and so on.

I am working with solr4.

Is there I can work with any type of join with solr4?

Is there any way to do so? Please give your suggestion, its very important.
Please help me..

Thanks in advance.

Ashim



--
View this message in context: 
http://lucene.472066.n3.nabble.com/How-to-male-Solr-complex-Join-Query-tp4052023.html
Sent from the Solr - User mailing list archive at Nabble.com.