Does this mean one of them is going to be deprecated or does it also
allow for the future case of Solr supporting named indexes per
application?
It also seems that the indexDefaults covers a few more options
related to the lock timeouts. Are these inherited?
-Grant
On Mar 31, 2007, at 10:52 AM, Yonik Seeley wrote:
On 3/31/07, Koji Sekiguchi <[EMAIL PROTECTED]> wrote:
This is a trivial question, but I'm curious about mainIndex and
indexDefaults
in solrconfig.xml.
Early on, I had thought that new documents would perhaps be added to a
separate in-mem index and merged in to the main index later. Doug
showed an easier way with the snapshot/rsync strategy.
-Yonik