Package | Description |
---|---|
com.norconex.committer | |
com.norconex.committer.impl |
Modifier and Type | Class and Description |
---|---|
class |
AbstractBatchCommitter
Commits documents to the target repository
(e.g.
|
class |
AbstractCommitter
Basic implementation invoking the
commit() method every time a given
queue size threshold has been reached. |
class |
AbstractFileQueueCommitter
Queues documents on filesystem, leaving only the committing of additions
and deletions to implement.
|
class |
AbstractMappedCommitter
A base class batching documents and offering mappings of source id and
source content fields to target id and target content fields.
|
class |
BaseCommitter
Deprecated.
Since 1.1.0. Use
AbstractMappedCommitter |
class |
BatchableCommitter
Deprecated.
Since 1.1.0. Use
AbstractCommitter |
class |
FileSystemQueueCommitter
Deprecated.
Since 1.1.0. Use
AbstractFileQueueCommitter |
Modifier and Type | Class and Description |
---|---|
class |
FileSystemCommitter
Commits a copy of files on the filesystem.
|
class |
MultiCommitter
This committer allows you to define user many committers as one.
|
class |
NilCommitter
A dummy Committer that does nothing but logging to INFO (log4j) how many
documents were queued (in batch of 100) so far, or committed (but fake).
|
Modifier and Type | Method and Description |
---|---|
List<ICommitter> |
MultiCommitter.getCommitters()
Gets nested committers.
|
Modifier and Type | Method and Description |
---|---|
void |
MultiCommitter.addCommitter(ICommitter... committer)
Adds one or more committers.
|
void |
MultiCommitter.removeCommitter(ICommitter... committer)
Removes one or more committers.
|
Constructor and Description |
---|
MultiCommitter(List<ICommitter> committers)
Constructor.
|
Copyright © 2009-2014 Norconex Inc.. All Rights Reserved.