Re: MultiCore Queries? are they possible

2009-08-19 Thread Shalin Shekhar Mangar
On Tue, Aug 18, 2009 at 5:47 PM, Ninad Raut wrote: > Hi, > Can we create a Join query between two indexes on two cores? Is this > possible in Solr? > I have a index which stores author profiles and other index which stores > content and a author id as a reference. Can I query as > select Content,A

MultiCore Queries? are they possible

2009-08-18 Thread Ninad Raut
Hi, Can we create a Join query between two indexes on two cores? Is this possible in Solr? I have a index which stores author profiles and other index which stores content and a author id as a reference. Can I query as select Content,AuthorName from Core0,Core1 where core0.authorid = core1.authorid