Re: Solr Delta index questions

2010-06-11 Thread Lance Norskog
The delta import operation adds more records to the index, so the index gets bigger. Any index will be a little disorganized after the indexing pass. The 'optimize' operation collapses the "messy" index into a "clean" one. You can try running an optimize once a day until you learn more about opera

Solr Delta index questions

2010-06-10 Thread Honglin Li
Hi, all, Assuming my data is in a RDB, and I conduct a full index first, then a delta index every couple of hours. I have the following questions: * Once a delta index is generated, will it get merged with the full index? * Do I still need to generate the full index once a while in order to i