Re: Joins with SolrCloud

2015-12-11 Thread Dennis Gove
gt; each of core has only 1 shards and 2 replicas. > > Question > 1.) It is possible to use join among 3 of cores on same machine( or > different machine) > 2.)I am struggling how to use join among 3 of core in solrlcoud mode. > > Client: is not interested to de-normalized data

Re: Joins with SolrCloud

2015-12-11 Thread Dennis Gove
sing solrlcoud. >> core: Restaurant,User,Review >> each of core has only 1 shards and 2 replicas. >> >> Question >> 1.) It is possible to use join among 3 of cores on same machine( or >> different machine) >> 2.)I am struggling how to use join among 3 of core in solrlcoud mode. >> >> Client: is not interested to de-normalized data. >> >> Give some suggestion how to solved that problem. >> >> Thanks >> Mugeesh >> >> >> >> -- >> View this message in context: >> http://lucene.472066.n3.nabble.com/Joins-with-SolrCloud-tp4243957.html >> Sent from the Solr - User mailing list archive at Nabble.com. >> > >

Re: Joins with SolrCloud

2015-12-11 Thread Joel Bernstein
2015 at 7:42 AM, Mugeesh Husain <muge...@gmail.com> wrote: > > > I have create 3 cores on same machine using solrlcoud. > > core: Restaurant,User,Review > > each of core has only 1 shards and 2 replicas. > > > > Question > > 1.) It is possible to use join among 3 of cores on same machine( or > > different machine) > > 2.)I am struggling how to use join among 3 of core in solrlcoud mode. > > > > Client: is not interested to de-normalized data. > > > > Give some suggestion how to solved that problem. > > > > Thanks > > Mugeesh > > > > > > > > -- > > View this message in context: > > http://lucene.472066.n3.nabble.com/Joins-with-SolrCloud-tp4243957.html > > Sent from the Solr - User mailing list archive at Nabble.com. > > >

Joins with SolrCloud

2015-12-07 Thread Mugeesh Husain
. Client: is not interested to de-normalized data. Give some suggestion how to solved that problem. Thanks Mugeesh -- View this message in context: http://lucene.472066.n3.nabble.com/Joins-with-SolrCloud-tp4243957.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: Joins with SolrCloud

2013-07-04 Thread slevytam
-- View this message in context: http://lucene.472066.n3.nabble.com/Joins-with-SolrCloud-tp4073199p4075408.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: Joins with SolrCloud

2013-07-04 Thread Yonik Seeley
need to reside on the same shard as all the results of join. Hopefully that's an understandable question. Thanks, slevytam -- View this message in context: http://lucene.472066.n3.nabble.com/Joins-with-SolrCloud-tp4073199p4075408.html Sent from the Solr - User mailing list archive

Re: Joins with SolrCloud

2013-07-03 Thread slevytam
as the parent document, if I knew how. Thanks, slevytam -- View this message in context: http://lucene.472066.n3.nabble.com/Joins-with-SolrCloud-tp4073199p4075310.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: Joins with SolrCloud

2013-07-03 Thread Yonik Seeley
On Wed, Jul 3, 2013 at 5:40 PM, slevytam developm...@the10thfloor.com wrote: Hi Yonik, Can you offer any insight as to how one might ensure that documents reside on the same shard as the document you'd like them to join. For example: I'd like to do a simple join of user actions to a

Re: Joins with SolrCloud

2013-06-28 Thread Chris Toomey
'n' matches were located doesn't matter particularly. Simpler answer: try it! Upayavira On Tue, Jun 25, 2013, at 11:25 PM, Chris Toomey wrote: What are the restrictions/limitations w.r.t. joins when using SolrCloud? Say I have a 3-node cluster and both my outer and inner collections

Re: Joins with SolrCloud

2013-06-28 Thread Yonik Seeley
On Tue, Jun 25, 2013 at 7:55 PM, Upayavira u...@odoko.co.uk wrote: However, if from your example, innerCollection was replicated across all nodes, I would think that should work, because all that comes back from each server when a distributed search happens is the best 'n' matches, so exactly

Joins with SolrCloud

2013-06-25 Thread Chris Toomey
What are the restrictions/limitations w.r.t. joins when using SolrCloud? Say I have a 3-node cluster and both my outer and inner collections are sharded 3 ways across the cluster. Could I do a query such as select?q={!join+from=inner_id+fromIndex=innerCollection+to=outer_id}xx:foocollection

Re: Joins with SolrCloud

2013-06-25 Thread Upayavira
happens is the best 'n' matches, so exactly how those 'n' matches were located doesn't matter particularly. Simpler answer: try it! Upayavira On Tue, Jun 25, 2013, at 11:25 PM, Chris Toomey wrote: What are the restrictions/limitations w.r.t. joins when using SolrCloud? Say I have a 3-node

RE: Joins with SolrCloud

2013-06-25 Thread James Thomas
Message- From: Upayavira [mailto:u...@odoko.co.uk] Sent: Tuesday, June 25, 2013 7:55 PM To: solr-user@lucene.apache.org Subject: Re: Joins with SolrCloud I have never heard mention that joins support distributed search, so you cannot do a join against a sharded core. However, if from your