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>IOExceptionpublic abstract void withSearcherWithoutResult(org.apache.lucene.search.IndexSearcher searcher)
throws IOException
IOExceptionCopyright © 2003–2021 Atlassian. All rights reserved.