Re: Using a modified IndexReader

2009-02-19 Thread Mark Miller
Nickolai Toupikov wrote: 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

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