Package com.norconex.committer.core
package com.norconex.committer.core
-
ClassDescriptionAbstractCommitter<T extends BaseCommitterConfig>A base implementation taking care of basic plumbing, such as firing main Committer events (including exceptions), storing the Committer context (available via
AbstractCommitter.getCommitterContext()), and adding support for filtering unwanted requests.A base implementation taking care of basic plumbing for field mappings and restrictions for filtering unwanted requests.Commits documents to their final destination (e.g. search engine).Holds objects defined outside a committer but useful or required for the committer execution.Default committer events.CommitterEvent.CommitterEventBuilder<C extends CommitterEvent,B extends CommitterEvent.CommitterEventBuilder<C, B>> Triggered when something went wrong with committing.A document (or record, entry, entity, etc.) to be committed.Committer-related utility methods.A committer deletion request.A committer upsert request (update or insert).