Solr Cloud - How to maintain the addresses of the zookeeper servers

2017-01-26 Thread David Michael Gang
Hi all, I want to set up a solr cloud with x nodes and have 3 zookeepers servers. As i understand the following parties need to know all zookeeper servers: * All zookeeper servers * All solr cloud nodes * All solr4j cloud smart clients So let's say if i make it hard coded and then want to add 2 z

Re: Solr Cloud - How to maintain the addresses of the zookeeper servers

2017-01-26 Thread David Michael Gang
in.sh file to all nodes > > 2. restart all ndoes > > > > -- > > Jan Høydahl, search solution architect > > Cominvent AS - www.cominvent.com > > > > > 26. jan. 2017 kl. 14.30 skrev David Michael Gang < > michaelg...@gmail.com>: > > > > > >

minimal solrconfig example

2017-03-01 Thread David Michael Gang
Hi all, I want to create my first solr collection I found an example of solrconfig here. https://github.com/apache/lucene-solr/blob/master/solr/example/files/conf/solrconfig.xml This is a file of more than thousand lines. As i understand this file shows all possible configurations possible. What i

Re: minimal solrconfig example

2017-03-02 Thread David Michael Gang
I use the latest version. Solr 6.4.1 On Thu, Mar 2, 2017 at 9:15 AM Aravind Durvasula wrote: > Hi David, > > What is the solr version you are using? > To get started, it's better to use the config file that comes out of the > box. > > Thanks, > Aravind > > > > -- > View this message in context:

Re: minimal solrconfig example

2017-03-02 Thread David Michael Gang
Thanks Charly. This is what i looked for. On Thu, Mar 2, 2017 at 11:07 AM David Michael Gang wrote: I use the latest version. Solr 6.4.1 On Thu, Mar 2, 2017 at 9:15 AM Aravind Durvasula wrote: Hi David, What is the solr version you are using? To get started, it's better to use the c

messages in gc log not connected to gcs in indexing time

2017-03-02 Thread David Michael Gang
Hi all, When indexing data i get in the gc log messages like: 2017-03-02T10:43:17.872+: 1088.957: Total time for which application threads were stopped: 0.0002071 seconds, Stopping threads took: 0.888 seconds 2017-03-02T10:43:17.885+: 1088.970: Total time for which application threads

recommended zookeeper version for solr cloud

2017-04-26 Thread David Michael Gang
Hi all, Which version of external zookeper is recommended to use in production environments? 3.4.6 which is the version shipped with solr or 3.4.10 which is the latest stable? Thanks, David