com.atlassian.bonnie.search
Interface SearcherInitialisation


public interface SearcherInitialisation

Implement this interface to initialise a searcher. This may include warming up or changing the Similarity implementation used.


Method Summary
 void initialise(org.apache.lucene.search.IndexSearcher searcher)
          Initialises a newly created IndexSearcher.
 

Method Detail

initialise

void initialise(org.apache.lucene.search.IndexSearcher searcher)
Initialises a newly created IndexSearcher.



Copyright © 2006-2009 Atlassian Software Systems Pty Ltd. All Rights Reserved.