Re: mainIndex and indexDefaults

2007-04-21 Thread Chris Hostetter
: 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? i'm guessing work to support multiple indexes will probably move in the direction of each index having it's own solrconfig (i believe the current

Re: mainIndex and indexDefaults

2007-04-14 Thread Grant Ingersoll
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

Re: mainIndex and indexDefaults

2007-03-31 Thread Yonik Seeley
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