com.atlassian.confluence.plugins.edgeindex.lucene
Class IndexSearcherCallbackWithoutResult

java.lang.Object
  extended by com.atlassian.confluence.plugins.edgeindex.lucene.IndexSearcherCallbackWithoutResult
All Implemented Interfaces:
IndexSearcherCallback<Object>

public abstract class IndexSearcherCallbackWithoutResult
extends Object
implements IndexSearcherCallback<Object>


Constructor Summary
IndexSearcherCallbackWithoutResult()
           
 
Method Summary
 Object withSearcher(org.apache.lucene.search.IndexSearcher searcher)
           
abstract  void withSearcherWithoutResult(org.apache.lucene.search.IndexSearcher searcher)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IndexSearcherCallbackWithoutResult

public IndexSearcherCallbackWithoutResult()
Method Detail

withSearcher

public Object withSearcher(org.apache.lucene.search.IndexSearcher searcher)
                    throws IOException
Specified by:
withSearcher in interface IndexSearcherCallback<Object>
Throws:
IOException

withSearcherWithoutResult

public abstract void withSearcherWithoutResult(org.apache.lucene.search.IndexSearcher searcher)
                                        throws IOException
Throws:
IOException


Copyright © 2003-2012 Atlassian. All Rights Reserved.