com.atlassian.bonnie
Interface ILuceneConnection.SearcherAction

Enclosing interface:
ILuceneConnection

public static interface ILuceneConnection.SearcherAction


Method Summary
 void perform(org.apache.lucene.search.IndexSearcher searcher)
          Perform search.
 

Method Detail

perform

void perform(org.apache.lucene.search.IndexSearcher searcher)
             throws java.io.IOException
Perform search. The searcher is managed which means you must not close the searcher.

Parameters:
searcher -
Throws:
java.io.IOException


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