public interface SearchResultSource
| Modifier and Type | Method and Description |
|---|---|
void |
cleanup(org.archive.util.iterator.CloseableIterator<CaptureSearchResult> c) |
org.archive.util.iterator.CloseableIterator<CaptureSearchResult> |
getPrefixIterator(String prefix) |
org.archive.util.iterator.CloseableIterator<CaptureSearchResult> |
getPrefixReverseIterator(String prefix) |
void |
shutdown() |
org.archive.util.iterator.CloseableIterator<CaptureSearchResult> getPrefixIterator(String prefix) throws ResourceIndexNotAvailableException
prefix - ResourceIndexNotAvailableExceptionorg.archive.util.iterator.CloseableIterator<CaptureSearchResult> getPrefixReverseIterator(String prefix) throws ResourceIndexNotAvailableException
prefix - ResourceIndexNotAvailableExceptionvoid cleanup(org.archive.util.iterator.CloseableIterator<CaptureSearchResult> c) throws IOException
c - IOExceptionvoid shutdown()
throws IOException
IOExceptionCopyright © 2005–2015 IIPC. All rights reserved.