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
             Fix For: 1.2


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.

Reply via email to