Re: mainIndex and indexDefaults

2007-04-21 Thread Chris Hostetter
1, 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

Re: mainIndex and indexDefaults

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

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 l

mainIndex and indexDefaults

2007-03-30 Thread Koji Sekiguchi
Hello, This is a trivial question, but I'm curious about mainIndex and indexDefaults in solrconfig.xml. They imply that I can have a second index other than mainIndex. But SolrConfig instantiates a mainIndex statically. Are there any plan to improve around index setting in the future? Than