[ https://issues.apache.org/jira/browse/SO
LR-288?page=com.atlassian.jira.plugin.system.issuetabpanels:
comment-tabpanel#action_12535918 ]
Otis Gospodnetic commented on SOLR-288:
---------------------------------------
Jerome, it looks like you never posted your patch here.
Should we close this issue then?
> Allow custom IndexSearcher class
> --------------------------------
>
> Key: SOLR-288
> URL: https:
//issues.apache.org/jira/browse/SOLR-288
> Project: Solr
> Issue Type: New Feature
> Components: search
> Affects Versions: 1.2
> Environment: all
> Reporter: Jerome Eteve
> Priority: Minor
>
> Allows specification of the used IndexSearcher class in
the schema like this:
> <!-- Custom Searcher class that must inherit from
the lucene IndexSearcher
> and have a contructor with only one (IndexReader
r) argument -->
> <searcher
class="com.acme.lucene.search.MyGreatSearcher"/>
;
> I got a patch for this for the src of version 1.2.0 ,
but I dont know if I can post it here.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue
online.
|