0]$ ls -lh
/home/solr/test/20151128-073603009560/snapshot.test_shard1_replica2/
total 32K
-rw-r--r-- 1 solr solr 346 Nov 28 07:36 _5.fdt
-rw-r--r-- 1 solr solr 84 Nov 28 07:36 _5.fdx
-rw-r--r-- 1 solr solr 431 Nov 28 07:36 _5.fnm
-rw-r--r-- 1 solr solr 110 Nov 28 07:36 _5_Lucene50_0.doc
-rw-
I'm conducting some indexing experiments in SolrCloud and I want to confirm
my conclusions and ask for suggestions on how to improve performance.
My setup includes a single-sharded collection with 1 additional replica in
SolrCloud 5.3.1. I'm using SolrJ and the indexing speed refers to the actual
I have started with one Zookeeper to test things and I have the following
questions
1) In my zoo.cfg I have defined
tickTime=4000
dataDir=C:\\Solr\\Zookeeper\\zookeeper-3.4.6\\data
clientPort=2183
the strange thing is that it picks up dataDir and clientPort but always
keeps tickTime = 3000. Any i
I suggest the documentation Apache Solr Reference Guide for general
learning.
https://cwiki.apache.org/confluence/display/solr/Using+ZooKeeper+to+Manage+Configuration+Files
https://cwiki.apache.org/confluence/display/solr/Solr+Field+Types
https://wiki.apache.org/solr/SolrConfigXml
And if you run