void |
ILuceneConnection.close() |
Closes the reader and the writer.
|
void |
LuceneConnection.close() |
|
void |
ILuceneConnection.closeWriter() |
Deprecated.
|
void |
LuceneConnection.closeWriter() |
|
void |
ILuceneConnection.optimize() |
Perform an optimize on the index.
|
void |
LuceneConnection.optimize() |
Blocks and waits until all write operations to the index complete.
|
void |
ILuceneConnection.reset(Runnable resetAction) |
Closes the reader and the writer and create new ones.
|
void |
LuceneAccessor.reset(Runnable resetAction) |
|
void |
LuceneConnection.reset(Runnable resetAction) |
|
void |
ILuceneConnection.truncateIndex() |
Removes all documents from the index.
|
void |
LuceneConnection.truncateIndex() |
|
Object |
ILuceneConnection.withReader(ILuceneConnection.ReaderAction action) |
Idempotent operation.
|
Object |
LuceneConnection.withReader(ILuceneConnection.ReaderAction action) |
|
Object |
MultiConnection.withReader(EnumSet<SearchIndex> indexes,
ILuceneConnection.ReaderAction action) |
|
void |
ILuceneConnection.withSearch(ILuceneConnection.SearcherAction action) |
|
void |
LuceneConnection.withSearch(ILuceneConnection.SearcherAction action) |
|
void |
MultiConnection.withSearch(EnumSet<SearchIndex> indexes,
ILuceneConnection.SearcherAction action) |
|
<T> T |
LuceneConnection.withSearcher(ILuceneConnection.SearcherWithTokenAction<T> action) |
|
void |
ILuceneConnection.withWriter(ILuceneConnection.WriterAction action) |
Add (write) documents to the index
|
void |
LuceneConnection.withWriter(ILuceneConnection.WriterAction action) |
Blocks and waits until all write operations to the index complete.
|