org.apache.solr.core
Interface SolrEventListener


public interface SolrEventListener

Version:
$Id: SolrEventListener.java 681447 2008-07-31 19:27:36Z yonik $

Field Summary
static Logger log
           
 
Method Summary
 void init(NamedList args)
           
 void newSearcher(SolrIndexSearcher newSearcher, SolrIndexSearcher currentSearcher)
          The searchers passed here are only guaranteed to be valid for the duration of this method call, so care should be taken not to spawn threads or asynchronous tasks with references to these searchers.
 void postCommit()
           
 

Field Detail

log

static final Logger log
Method Detail

init

void init(NamedList args)

postCommit

void postCommit()

newSearcher

void newSearcher(SolrIndexSearcher newSearcher,
                 SolrIndexSearcher currentSearcher)
The searchers passed here are only guaranteed to be valid for the duration of this method call, so care should be taken not to spawn threads or asynchronous tasks with references to these searchers.



Copyright © 2008 Apache Software Foundation. All Rights Reserved.