- clean() - Method in class com.norconex.committer.core3.AbstractCommitter
-
- clean() - Method in interface com.norconex.committer.core3.batch.queue.ICommitterQueue
-
Cleans any persisted information specific to this queue.
- clean() - Method in class com.norconex.committer.core3.batch.queue.impl.FSQueue
-
- clean() - Method in interface com.norconex.committer.core3.ICommitter
-
Cleans any persisted information (e.g.
- clearFieldMappings() - Method in class com.norconex.committer.core3.AbstractCommitter
-
- clearRestrictions() - Method in class com.norconex.committer.core3.AbstractCommitter
-
Clears all restrictions.
- close() - Method in class com.norconex.committer.core3.AbstractCommitter
-
- close() - Method in interface com.norconex.committer.core3.batch.queue.ICommitterQueue
-
- close() - Method in class com.norconex.committer.core3.batch.queue.impl.FSQueue
-
- close() - Method in interface com.norconex.committer.core3.ICommitter
-
- closeBatchCommitter() - Method in class com.norconex.committer.core3.batch.AbstractBatchCommitter
-
Subclasses can perform additional closing logic by overriding this
method.
- closeDocWriter(T) - Method in class com.norconex.committer.core3.fs.AbstractFSCommitter
-
- closeDocWriter(CSVPrinter) - Method in class com.norconex.committer.core3.fs.impl.CSVFileCommitter
-
- closeDocWriter(Writer) - Method in class com.norconex.committer.core3.fs.impl.JSONFileCommitter
-
- closeDocWriter(EnhancedXMLStreamWriter) - Method in class com.norconex.committer.core3.fs.impl.XMLFileCommitter
-
- Column(String) - Constructor for class com.norconex.committer.core3.fs.impl.CSVFileCommitter.Column
-
- Column(String, int) - Constructor for class com.norconex.committer.core3.fs.impl.CSVFileCommitter.Column
-
- Column(String, String) - Constructor for class com.norconex.committer.core3.fs.impl.CSVFileCommitter.Column
-
- Column(String, String, int) - Constructor for class com.norconex.committer.core3.fs.impl.CSVFileCommitter.Column
-
- com.norconex.committer.core3 - package com.norconex.committer.core3
-
- com.norconex.committer.core3.batch - package com.norconex.committer.core3.batch
-
- com.norconex.committer.core3.batch.queue - package com.norconex.committer.core3.batch.queue
-
- com.norconex.committer.core3.batch.queue.impl - package com.norconex.committer.core3.batch.queue.impl
-
- com.norconex.committer.core3.fs - package com.norconex.committer.core3.fs
-
- com.norconex.committer.core3.fs.impl - package com.norconex.committer.core3.fs.impl
-
- com.norconex.committer.core3.impl - package com.norconex.committer.core3.impl
-
- commitBatch(Iterator<ICommitterRequest>) - Method in class com.norconex.committer.core3.batch.AbstractBatchCommitter
-
- COMMITTER_ACCEPT_ERROR - Static variable in class com.norconex.committer.core3.CommitterEvent
-
The Committer acceptance check produced an error.
- COMMITTER_ACCEPT_NO - Static variable in class com.norconex.committer.core3.CommitterEvent
-
The Committer has rejected a request and it will not commit it.
- COMMITTER_ACCEPT_YES - Static variable in class com.norconex.committer.core3.CommitterEvent
-
The Committer has accepted a request and it will commit it.
- COMMITTER_BATCH_BEGIN - Static variable in class com.norconex.committer.core3.CommitterEvent
-
The Committer is about to commit a request batch.
- COMMITTER_BATCH_END - Static variable in class com.norconex.committer.core3.CommitterEvent
-
The Committer is done committing a request batch
Triggered by supporting Committers only.
- COMMITTER_BATCH_ERROR - Static variable in class com.norconex.committer.core3.CommitterEvent
-
The Committer encountered an error when committing a request batch.
- COMMITTER_CLEAN_BEGIN - Static variable in class com.norconex.committer.core3.CommitterEvent
-
The Committer is being cleaned.
- COMMITTER_CLEAN_END - Static variable in class com.norconex.committer.core3.CommitterEvent
-
The Committer has been cleaned.
- COMMITTER_CLEAN_ERROR - Static variable in class com.norconex.committer.core3.CommitterEvent
-
The Committer encountered an error when cleaning.
- COMMITTER_CLOSE_BEGIN - Static variable in class com.norconex.committer.core3.CommitterEvent
-
The Committer is closing.
- COMMITTER_CLOSE_END - Static variable in class com.norconex.committer.core3.CommitterEvent
-
The Committer is closed.
- COMMITTER_CLOSE_ERROR - Static variable in class com.norconex.committer.core3.CommitterEvent
-
The Committer encountered an error when closing.
- COMMITTER_DELETE_BEGIN - Static variable in class com.norconex.committer.core3.CommitterEvent
-
The Committer is receiving document to be removed.
- COMMITTER_DELETE_END - Static variable in class com.norconex.committer.core3.CommitterEvent
-
The Committer has received a document to be removed.
- COMMITTER_DELETE_ERROR - Static variable in class com.norconex.committer.core3.CommitterEvent
-
The Committer entity removal produced an error.
- COMMITTER_INIT_BEGIN - Static variable in class com.norconex.committer.core3.CommitterEvent
-
The Committer began its initialization.
- COMMITTER_INIT_END - Static variable in class com.norconex.committer.core3.CommitterEvent
-
The Committer has been initialized.
- COMMITTER_INIT_ERROR - Static variable in class com.norconex.committer.core3.CommitterEvent
-
The Committer encountered an error when initializing.
- COMMITTER_UPSERT_BEGIN - Static variable in class com.norconex.committer.core3.CommitterEvent
-
The Committer is receiving a document to be updated or inserted.
- COMMITTER_UPSERT_END - Static variable in class com.norconex.committer.core3.CommitterEvent
-
The Committer has received a document to be updated or inserted.
- COMMITTER_UPSERT_ERROR - Static variable in class com.norconex.committer.core3.CommitterEvent
-
The Committer entity update/upsert produced an error.
- CommitterContext - Class in com.norconex.committer.core3
-
Holds data defined outside a committer but useful or required for the
committer execution.
- CommitterContext.Builder - Class in com.norconex.committer.core3
-
- CommitterEvent - Class in com.norconex.committer.core3
-
Default committer events.
- CommitterEvent(CommitterEvent.Builder) - Constructor for class com.norconex.committer.core3.CommitterEvent
-
New event.
- CommitterEvent.Builder - Class in com.norconex.committer.core3
-
- CommitterException - Exception in com.norconex.committer.core3
-
Triggered when something went wrong with committing.
- CommitterException() - Constructor for exception com.norconex.committer.core3.CommitterException
-
Constructor.
- CommitterException(String) - Constructor for exception com.norconex.committer.core3.CommitterException
-
Constructor.
- CommitterException(Throwable) - Constructor for exception com.norconex.committer.core3.CommitterException
-
Constructor.
- CommitterException(String, Throwable) - Constructor for exception com.norconex.committer.core3.CommitterException
-
Constructor.
- CommitterQueueException - Exception in com.norconex.committer.core3.batch.queue
-
Triggered when something went wrong with the committer queue.
- CommitterQueueException() - Constructor for exception com.norconex.committer.core3.batch.queue.CommitterQueueException
-
Constructor.
- CommitterQueueException(String) - Constructor for exception com.norconex.committer.core3.batch.queue.CommitterQueueException
-
Constructor.
- CommitterQueueException(Throwable) - Constructor for exception com.norconex.committer.core3.batch.queue.CommitterQueueException
-
Constructor.
- CommitterQueueException(String, Throwable) - Constructor for exception com.norconex.committer.core3.batch.queue.CommitterQueueException
-
Constructor.
- committerRequest(ICommitterRequest) - Method in class com.norconex.committer.core3.CommitterEvent.Builder
-
- CommitterUtil - Class in com.norconex.committer.core3
-
Committer-related utility methods.
- consume(Iterator<ICommitterRequest>) - Method in class com.norconex.committer.core3.batch.AbstractBatchCommitter
-
- consume(Iterator<ICommitterRequest>) - Method in interface com.norconex.committer.core3.batch.IBatchConsumer
-
- createDocWriter(Writer) - Method in class com.norconex.committer.core3.fs.AbstractFSCommitter
-
- createDocWriter(Writer) - Method in class com.norconex.committer.core3.fs.impl.CSVFileCommitter
-
- createDocWriter(Writer) - Method in class com.norconex.committer.core3.fs.impl.JSONFileCommitter
-
- createDocWriter(Writer) - Method in class com.norconex.committer.core3.fs.impl.XMLFileCommitter
-
- CSVFileCommitter - Class in com.norconex.committer.core3.fs.impl
-
Commits documents to CSV files (Comma Separated Value).
- CSVFileCommitter() - Constructor for class com.norconex.committer.core3.fs.impl.CSVFileCommitter
-
- CSVFileCommitter.Column - Class in com.norconex.committer.core3.fs.impl
-