You are viewing a plain text version of this content. The canonical link for it is here.
Posted to solr-dev@lucene.apache.org by "Mike Klaas (JIRA)" <ji...@apache.org> on 2007/09/05 20:11:34 UTC

[jira] Updated: (SOLR-288) Allow custom IndexSearcher class

     [ https://issues.apache.org/jira/browse/SOLR-288?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Mike Klaas updated SOLR-288:
----------------------------

    Fix Version/s:     (was: 1.2)

> 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.