net.sf.lucis.core
Interface ReindexingWriter
- All Known Implementing Classes:
- DefaultReindexingWriter
public interface ReindexingWriter
A reindexing writer is the object that writes the documents into a reindexing store.
- Author:
- Andres Rodriguez.
reindex
void reindex(ReindexingStore store,
FullIndexer indexer)
throws InterruptedException
- Reindex.
- Parameters:
store - Destination store.indexer - Indexer.
- Throws:
IndexException - if an error occurs.
InterruptedException - if the current task has been interrupted.
Copyright © 2013. All Rights Reserved.