Re: How to add shard in 4.2-snapshot

2013-03-10 Thread Mark Miller
A vote is happening now - it will likely be early this week. - Mark On Mar 10, 2013, at 7:17 AM, adfel70 wrote: > Mark, what's the current estimation for official 4.2 release? > > > > > -- > View this message in context: > http://lucene.472066.n3.nabble.com/How-to-add-shard-in-4-2-snapshot

Re: How to add shard in 4.2-snapshot

2013-03-10 Thread Jam Luo
I build indexes by EmbeddedSolrServer, then move them to the online system. The online system do not add new Documents. So the hashcode range is not important, I need add shard only. how do I customise it? thanks 2013/3/10 adfel70 > Mark, what's the current estimation for official 4.2 release

Re: How to add shard in 4.2-snapshot

2013-03-08 Thread Mark Miller
On Mar 8, 2013, at 12:23 AM, Jam Luo wrote: > Hi > I use the 4.2-snapshot version, git sha id is > f4502778b263849a827e89e45d37b33861f225f9 . I deploy a cluster by SolrCloud, > there is 3 node,one core per node,they are in defferent shard. the JVM > argument is -DnumShards=3. > Now I must add me