Re: Pluggable IndexSearcher Proposal

2007-07-06 Thread Chris Hostetter
: I also created an issue in the solr jira: : https://issues.apache.org/jira/browse/SOLR-288 but I didn t find the way : to upload the patch. look in the left nav of the Jira issue screen after creating the issue, there is an "Attach file to this issue" link. -Hoss

Re: Pluggable IndexSearcher Proposal

2007-07-06 Thread Chris Hostetter
: I need a new feature in solr : to allow the configuration of the : IndexSearcher class in the schema configuration to override the lucene : IndexSearcher . I haven't had a chance to look at the patch you submited yet, but can you elaborate on your use case? There's another open issue relating

Re: Pluggable IndexSearcher Proposal

2007-07-05 Thread Jérôme Etévé
Actually, I implemented that feature for the 1.2.0 version of solr (the one I use) It allows you to speficy the IndexSearcher used by solr in the schema configuration file: If the specified class cant be loaded, a severe message is issued in the log and solr falls back to the hardcoded lucene