RE: shardkey

2013-06-28 Thread Joshi, Shital
Thanks! -Original Message- From: Mark Miller [mailto:markrmil...@gmail.com] Sent: Friday, June 28, 2013 5:06 PM To: solr-user@lucene.apache.org Subject: Re: shardkey Yeah, that is what I would try until 4.4 comes out - and it should not matter replica or leader. - Mark On Jun 28

Re: shardkey

2013-06-28 Thread Mark Miller
her with SolrCloud. >> >> We're experimenting with adding a new shard and start directing all new >> documents to this new shard. Hopefully that should work. >> >> Many Thanks! >> >> -Original Message- >> From: ysee...@gmail.com

RE: shardkey

2013-06-28 Thread Joshi, Shital
ader or replica. -Original Message- From: Mark Miller [mailto:markrmil...@gmail.com] Sent: Thursday, June 27, 2013 5:35 PM To: solr-user@lucene.apache.org Subject: Re: shardkey You might be seeing https://issues.apache.org/jira/browse/SOLR-4923 ? The commit true part of the request th

Re: shardkey

2013-06-27 Thread Mark Miller
lto:ysee...@gmail.com] On Behalf Of Yonik Seeley > Sent: Friday, June 21, 2013 8:50 PM > To: solr-user@lucene.apache.org > Subject: Re: shardkey > > On Fri, Jun 21, 2013 at 6:08 PM, Joshi, Shital wrote: >> But now Solr stores composite id in the document id > > Correct, it

RE: shardkey

2013-06-27 Thread Joshi, Shital
with adding a new shard and start directing all new documents to this new shard. Hopefully that should work. Many Thanks! -Original Message- From: ysee...@gmail.com [mailto:ysee...@gmail.com] On Behalf Of Yonik Seeley Sent: Friday, June 21, 2013 8:50 PM To: solr-user@lucene.apache.org Su

RE: shardkey

2013-06-25 Thread Joshi, Shital
ite key (it's a String, without timestamp) and per business date we're expecting about 3 million documents. -Original Message- From: ysee...@gmail.com [mailto:ysee...@gmail.com] On Behalf Of Yonik Seeley Sent: Friday, June 21, 2013 8:50 PM To: solr-user@lucene.apache.org Subj

Re: shardkey

2013-06-21 Thread Yonik Seeley
On Fri, Jun 21, 2013 at 6:08 PM, Joshi, Shital wrote: > But now Solr stores composite id in the document id Correct, it's the document id itself that contains everything needed for tje compositeId router to determine the hash. > It would only use it to calculate hash key but while storing compo

RE: shardkey

2013-06-21 Thread Joshi, Shital
Message- From: Shalin Shekhar Mangar [mailto:shalinman...@gmail.com] Sent: Monday, June 17, 2013 3:48 PM To: solr-user@lucene.apache.org Subject: Re: shardkey No, there is no way to do that right now. I think you'd be better off using custom sharding because you can't really con

Re: shardkey

2013-06-17 Thread Shalin Shekhar Mangar
> > > > > -Original Message- > From: Joel Bernstein [mailto:joels...@gmail.com] > Sent: Thursday, June 13, 2013 2:38 PM > To: solr-user@lucene.apache.org > Subject: Re: shardkey > > Also you might want to check this blog post, just went up today. > > htt

RE: shardkey

2013-06-17 Thread Joshi, Shital
nstein [mailto:joels...@gmail.com] Sent: Thursday, June 13, 2013 2:38 PM To: solr-user@lucene.apache.org Subject: Re: shardkey Also you might want to check this blog post, just went up today. http://searchhub.org/2013/06/13/solr-cloud-document-routing/ On Wed, Jun 12, 2013 at 2:18 PM, James Thomas

Re: shardkey

2013-06-13 Thread Joel Bernstein
play/solr/Shards+and+Indexing+Data+in+SolrCloud > > > > -Original Message- > From: Rishi Easwaran [mailto:rishi.easwa...@aol.com] > Sent: Wednesday, June 12, 2013 1:40 PM > To: solr-user@lucene.apache.org > Subject: Re: shardkey > > From my understanding. > I

RE: shardkey

2013-06-12 Thread James Thomas
Subject: Re: shardkey >From my understanding. In SOLR cloud the CompositeIdDocRouter uses HashbasedDocRouter. CompositeId router is default if your numShards>1 on collection creation. CompositeId router generates an hash using the uniqueKey defined in your schema.xml to route your document

Re: shardkey

2013-06-12 Thread Rishi Easwaran
>From my understanding. In SOLR cloud the CompositeIdDocRouter uses HashbasedDocRouter. CompositeId router is default if your numShards>1 on collection creation. CompositeId router generates an hash using the uniqueKey defined in your schema.xml to route your documents to a dedicated shard. You c

Re: shardkey

2013-06-12 Thread bbarani
I suppose you can implement custom hashing by using "_shard_" field. I am not sure on this, but I have come across this approach sometime back.. At query time, you can specify "shard.keys" parameter... -- View this message in context: http://lucene.472066.n3.nabble.com/shardkey-tp4069940p40699