public abstract class IndexSearcherCallbackWithoutResult extends Object implements IndexSearcherCallback<Object>
Constructor and Description |
---|
IndexSearcherCallbackWithoutResult() |
Modifier and Type | Method and Description |
---|---|
Object |
withSearcher(org.apache.lucene.search.IndexSearcher searcher) |
abstract void |
withSearcherWithoutResult(org.apache.lucene.search.IndexSearcher searcher) |
public Object withSearcher(org.apache.lucene.search.IndexSearcher searcher) throws IOException
withSearcher
in interface IndexSearcherCallback<Object>
IOException
public abstract void withSearcherWithoutResult(org.apache.lucene.search.IndexSearcher searcher) throws IOException
IOException
Copyright © 2003–2017 Atlassian. All rights reserved.