|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sf.lucis.core.impl.DefaultReindexingWriter
public final class DefaultReindexingWriter
Default reindexing writer.
| Constructor Summary | |
|---|---|
DefaultReindexingWriter()
|
|
DefaultReindexingWriter(Supplier<IndexWriterConfig> config)
|
|
| Method Summary | |
|---|---|
String |
getName()
Returns the name of the object or the class name if no one was provided. |
void |
reindex(ReindexingStore store,
FullIndexer indexer)
Reindex. |
void |
setName(String name)
Sets the object name. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DefaultReindexingWriter()
public DefaultReindexingWriter(Supplier<IndexWriterConfig> config)
| Method Detail |
|---|
public void reindex(ReindexingStore store,
FullIndexer indexer)
throws InterruptedException
ReindexingWriter
reindex in interface ReindexingWriterstore - Destination store.indexer - Indexer.
InterruptedException - if the current task has been interrupted.public final String getName()
public final void setName(String name)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||