On 5/17/07, John Wang <[EMAIL PROTECTED]> wrote:
Is there a way to hook in loading and initialization of the index while writing a solr plugin?
Do you mean a hook to do something when an IndexReader/Searcher is first opened on an index? If so, see newSearcher/firstSearcher hooks in solrconfig.xml -Yonik