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
IOException
void delete(String field, String value) throws IOException
IOException
void flush() throws IOException
IOException
void delete() throws IOException
IOException
void close() throws IOException
IOException