Issue while enabling clustering/integrating carrot2 with solr 4.4.0 and tomact under ubuntu

2015-03-04 Thread sthita
1.My solr.xml .. .. 2.My solrconfig.xml changes for carrot2 integrate default org.carrot2.clustering.lingo.LingoClusteringAlgorithm 20 . . . . 3.Copied all the r

Issue while enabling clustering/integrating carrot2 with solr 4.4.0 and tomact under ubuntu

2015-03-04 Thread sthita
1.My solr.xml .. .. 2.My solrconfig.xml changes for carrot2 integrate default org.carrot2.clustering.lingo.LingoClusteringAlgorithm 20 . . . . 3.Copied all the required j

Unable to setup solr cloud with multiple collections.

2015-03-23 Thread sthita
I have newly created a new collection and activated the replication for 4 nodes(Including masters). After doing the config changes as suggested on http://wiki.apache.org/solr/SolrReplication The nodes of the newly created collections are down on sol

Re: Unable to setup solr cloud with multiple collections.

2015-03-24 Thread sthita
Thanks Erick for your reply. I am trying to create a new core i.e dict_cn , which is totally different in terms of index data, configs etc from the existing core "abc". The core is created successfully in my master (i.e mail) and i can do solr query on this newly created core . All the config file

Solr went on recovery multiple time.

2015-03-30 Thread sthita
Solr server crashes 2-3 times a day . When i looked into log i can see some recovery failure. I got these errors on my solr log WARN - 2015-03-30 16:03:51.137; org.apache.solr.cloud.RecoveryStrategy; Stopping recovery for zkNodeName=searcher:8980_solr_rn0core=rn0 ERROR - 2015-03-30 16:03:56.12

Re: Solr went on recovery multiple time.

2015-03-30 Thread sthita
Thanks Erick for the reply. These are the configurations. 1.Solr servers count : 4 (1 master , 3 slaves) 2.My initial and maximum memory allocations to each solr servers are : -Xms5g -Xmx6g 3. 5 running zookeepers 4. My index size in each solr server around: 48GB 5. Every sec merger add/delete 5

Re: Solr went on recovery multiple time.

2015-03-30 Thread sthita
Hi Bill, My index size is around 48GB and contains around 8 million documents. -- View this message in context: http://lucene.472066.n3.nabble.com/Solr-went-on-recovery-multiple-time-tp4196249p4196504.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: Solr went on recovery multiple time.

2015-04-21 Thread sthita
After changing zookeeper time out from 10sec to 45/50 sec and monitoring for a long time i can observe servers went on recovery multiple times, but the Exceptions are some what different : INFO - 2015-04-22 09:02:47.943; org.apache.solr.common.cloud.ConnectionManager; Watcher org.apache.solr.co

Solr missing mandatory uniqueKey field: id or Unknown field

2019-11-08 Thread sthita
I am using solr 8.1.1 Created core/collection. Then after update schema & solrconfig i am getting these errors. Before adding id field to schema.xml After adding id field on schema.xml