Re: Embedded SOLR - Commit issue

2007-12-01 Thread Ryan McKinley
Sunny Bassan wrote: I have implemented the embedded SOLR approach for indexing of database records. I am indexing approximately 10 millions records, querying and indexing 20,000 records at a time. Each record is added to the updateHandler via the updateHandler.addDoc() function once all 20,000 re

Embedded SOLR - Commit issue

2007-11-30 Thread Sunny Bassan
I have implemented the embedded SOLR approach for indexing of database records. I am indexing approximately 10 millions records, querying and indexing 20,000 records at a time. Each record is added to the updateHandler via the updateHandler.addDoc() function once all 20,000 records have been added