Package | Description |
---|---|
com.norconex.committer | |
com.norconex.committer.impl |
Class and Description |
---|
AbstractBatchCommitter
Commits documents to the target repository
(e.g.
|
AbstractCommitter
Basic implementation invoking the
ICommitter.commit() method every time a given
queue size threshold has been reached. |
AbstractFileQueueCommitter
Queues documents on filesystem, leaving only the committing of additions
and deletions to implement.
|
BatchableCommitter
Deprecated.
Since 1.1.0. Use
AbstractCommitter |
FileSystemQueueCommitter
Deprecated.
Since 1.1.0. Use
AbstractFileQueueCommitter |
FileSystemQueueCommitter.QueuedAddedDocument
Deprecated.
Class representing a document addition.
|
FileSystemQueueCommitter.QueuedDeletedDocument
Deprecated.
Class representing a document deletion.
|
IAddOperation
Operation representing a new or updated document to be added to the
target repository.
|
ICommitOperation
Implementations represent the different types of commit operations that
can take place on a remote repository, and hold all necessary information
for a successful commit.
|
ICommitter
Commits documents to their final destination (e.g.
|
IDeleteOperation
Operation representing a document to be deleted from the
target repository.
|
Class and Description |
---|
ICommitter
Commits documents to their final destination (e.g.
|
Copyright © 2009-2014 Norconex Inc.. All Rights Reserved.