Any documentation on index Defaults Section and main index section that is
in solrconfig.xml   -- Solr1.4.1                              I want to
understand the terminology of these parameters and how are they inter
connected?<mergeFactor>10</mergeFactor><ramBufferSizeMB>32</ramBufferSizeMB>
<maxBufferedDocs>1000</maxBufferedDocs>
<maxMergeDocs>2147483647</maxMergeDocs>
*I read document in solr -wiki. From this I understand that,** if you set
mergeFactor to 10, a new segment will be created on the disk for every 1000
(or maxBufferedDocs) documents added to the index. When the 10th segment of
size 1000 is added, all 10 will be merged into a single segment of size
10,000 and likewise..power of 10****How the parameter maxMergeDocs* act here
and affects the index? And how does the ramBufferSize is checked?  Any
documentation would be great help!

And what are the better solr caching parameters set for the same…Currently I
have : <queryResultCache       class="solr.LRUCache"       size="512"
initialSize="512"       autowarmCount="0"/>
What are 512  ? 512 in KB or MB? ?
Thanks and Regards,Rajani Maski

Reply via email to