Re: SolrCloud setup

2016-09-22 Thread Customer
Would be great if someone could share link how to create solrcloud on 3 different machines with zookeeper. Been reading documentation and there is nothing worth it for beginner, and best would be if Solr documentation team could make similar example somewhere in documentation, that would be ver

Re: Unsubscibe from mailing list

2016-09-24 Thread Customer
LOL, and you are senior engineer ? On 23/09/16 23:00, Khalid Galal wrote: Please, I need to unsubscribe from this mailing list. Thanks.

Rename shards ?

2016-10-10 Thread Customer
Hey, is there a way to rename shards or ideally give them names when creating collection? For example instead of names like Shard1, Shard2 on admin page I would like to see countries instead, for example GB, US, AU etc ... Is there any way to do that ? Thanks

Sharding strategies

2016-10-10 Thread Customer
Hi, I'm started working on the project which will likely have lots of documents in every single language and because of that I'm a bit worried storing everything into one single shard. What would be the best way for data store, any advices how I should split my data ? I was thinking about go

(solrcloud) Importing documents into "implicit" router

2016-10-20 Thread Customer
Hey, I hope you all are doing well.. I got a router with "router.name=implicit" with couple of shards (lets call them shardA and shardB) and got a mysql table ready to import for testing purposes. So for example I want to load half of the data to shardA and the rest - to the shardB. Question

Re: (solrcloud) Importing documents into "implicit" router

2016-10-21 Thread Customer
fluence/display/solr/ Shards+and+Indexing+Data+in+SolrCloud On Thu, Oct 20, 2016 at 12:09 PM, Customer wrote: Hey, I hope you all are doing well.. I got a router with "router.name=implicit" with couple of shards (lets call them shardA and shardB) and got a mysql table ready to impor

Re: (solrcloud) Importing documents into "implicit" router

2016-10-21 Thread Customer
://stackoverflow.com/questions/15678142/how-to-add-shards-dynamically-to-collection-in-solr (see Jay's answer about implicit routers - it's a better explanation than the docs in my view!) On Thursday, October 20, 2016 8:09 PM, Customer wrote: Hey, I hope you all are doing well.