Using a modified IndexReader

2009-02-19 Thread Nickolai Toupikov
Hello! Our application requires the use of a custom IndexReader. SolrCore is final and the IndexReader creation is hardcoded. Is there a way I can have our IndexReader instantiated by the SolrCore without having to actually modify the code in Solr or Lucene? Thanks alot! Nickolai

Re: Question about autocommit

2008-11-19 Thread Nickolai Toupikov
ead-224d9a793c7c57d8 662d5351f955ddf8c0a3ebcd -Original Message- From: Nickolai Toupikov [mailto:[EMAIL PROTECTED] Sent: Wednesday, November 19, 2008 9:51 Joe To: solr-user@lucene.apache.org Subject: Re: Question about autocommit The documents have an average size of about a kilobyte i wou

Re: Question about autocommit

2008-11-19 Thread Nickolai Toupikov
underlying Lucene IndexWriter flushes ram to disk (this isnt like the IndexWriter commiting or closing). The solr autocommit controls when solr asks IndexWriter to commit what its done so far. Nguyen, Joe wrote: Could trigger the commit in this case? -Original Message- From: Nickolai

Question about autocommit

2008-11-19 Thread Nickolai Toupikov
Hello, I would like some details on the autocommit mechanism. I tried to search the wiki, but found only the standard maxDoc/time settings. i have set the autocommit parameters in solrconfig.xml to 8000 docs and 30milis. Indexing at around 200 docs per second (from multiple processes, usi