public interface IndexerIF
| Modifier and Type | Method and Description |
|---|---|
void |
close()
INTERNAL: Closes the indexer.
|
void |
delete()
INTERNAL: Deletes the index.
|
void |
delete(String field,
String value)
INTERNAL: Removes all documents with the specified field value from
the index.
|
void |
flush()
INTERNAL: Flushes all changes done to the index.
|
void |
index(DocumentIF document)
INTERNAL: Indexes the specified document.
|
void index(DocumentIF document) throws IOException
IOExceptionvoid delete(String field, String value) throws IOException
IOExceptionvoid flush()
throws IOException
IOExceptionvoid delete()
throws IOException
IOExceptionvoid close()
throws IOException
IOException