- getAddDir() - Method in class com.norconex.committer.impl.FileSystemCommitter
-
Gets the directory where documents to be added are stored.
- getBatchSize() - Method in class com.norconex.committer.BatchableCommitter
-
Deprecated.
Gets the batch size.
- getCommitBatchSize() - Method in class com.norconex.committer.AbstractBatchCommitter
-
Gets the commit batch size.
- getCommitters() - Method in class com.norconex.committer.impl.MultiCommitter
-
Gets nested committers.
- getContentSourceField() - Method in class com.norconex.committer.AbstractMappedCommitter
-
Gets the source field name holding the document content.
- getContentSourceField() - Method in class com.norconex.committer.BaseCommitter
-
Deprecated.
Gets the source field name holding the document content.
- getContentStream() - Method in class com.norconex.committer.FileAddOperation
-
- getContentStream() - Method in class com.norconex.committer.FileSystemQueueCommitter.QueuedAddedDocument
-
Deprecated.
Gets the content as a stream.
- getContentStream() - Method in interface com.norconex.committer.IAddOperation
-
Gets the content as a stream
- getContentTargetField() - Method in class com.norconex.committer.AbstractMappedCommitter
-
Gets the target field where to store the document content.
- getContentTargetField() - Method in class com.norconex.committer.BaseCommitter
-
Deprecated.
Gets the target field where to store the document content.
- getDirectory() - Method in class com.norconex.committer.impl.FileSystemCommitter
-
Gets the directory where files are committed.
- getIdSourceField() - Method in class com.norconex.committer.AbstractMappedCommitter
-
Gets the source field name holding the unique identifier.
- getIdSourceField() - Method in class com.norconex.committer.BaseCommitter
-
Deprecated.
Gets the source field name holding the unique identifier.
- getIdTargetField() - Method in class com.norconex.committer.AbstractMappedCommitter
-
Gets the target field name to store the unique identifier.
- getIdTargetField() - Method in class com.norconex.committer.BaseCommitter
-
Deprecated.
Gets the target field name to store the unique identifier.
- getMaxRetries() - Method in class com.norconex.committer.AbstractBatchCommitter
-
Gets the maximum number of retries upon batch commit failure.
- getMaxRetryWait() - Method in class com.norconex.committer.AbstractBatchCommitter
-
Gets the maximum wait time before retrying a failed commit.
- getMetadata() - Method in class com.norconex.committer.FileAddOperation
-
- getMetadata() - Method in class com.norconex.committer.FileSystemQueueCommitter.QueuedAddedDocument
-
Deprecated.
Gets the metadata.
- getMetadata() - Method in interface com.norconex.committer.IAddOperation
-
Gets the metadata.
- getQueueDir() - Method in class com.norconex.committer.AbstractFileQueueCommitter
-
Gets the directory where queued files are stored.
- getQueueDir() - Method in class com.norconex.committer.FileSystemQueueCommitter
-
Deprecated.
Gets the queue directory.
- getQueueSize() - Method in class com.norconex.committer.AbstractCommitter
-
Gets the queue size.
- getReference() - Method in class com.norconex.committer.FileDeleteOperation
-
- getReference() - Method in class com.norconex.committer.FileSystemQueueCommitter.QueuedDeletedDocument
-
Deprecated.
Document reference.
- getReference() - Method in interface com.norconex.committer.IDeleteOperation
-
Gets the document reference.
- getRemoveDir() - Method in class com.norconex.committer.impl.FileSystemCommitter
-
Gets the directory where documents to be removed are stored.
- saveToXML(Writer) - Method in class com.norconex.committer.AbstractMappedCommitter
-
- saveToXML(XMLStreamWriter) - Method in class com.norconex.committer.AbstractMappedCommitter
-
Allows subclasses to write their config to xml
- saveToXML(Writer) - Method in class com.norconex.committer.BaseCommitter
-
Deprecated.
- saveToXML(XMLStreamWriter) - Method in class com.norconex.committer.BaseCommitter
-
Deprecated.
Allows subclasses to write their configuration to XML.
- saveToXML(Writer) - Method in class com.norconex.committer.impl.FileSystemCommitter
-
- saveToXML(Writer) - Method in class com.norconex.committer.impl.MultiCommitter
-
- setBatchSize(int) - Method in class com.norconex.committer.BatchableCommitter
-
Deprecated.
Sets the batch size.
- setCommitBatchSize(int) - Method in class com.norconex.committer.AbstractBatchCommitter
-
Sets the commit batch size.
- setContentSourceField(String) - Method in class com.norconex.committer.AbstractMappedCommitter
-
Sets the source field name holding the document content.
- setContentSourceField(String) - Method in class com.norconex.committer.BaseCommitter
-
Deprecated.
Sets the source field name holding the document content.
- setContentTargetField(String) - Method in class com.norconex.committer.AbstractMappedCommitter
-
Sets the target field where to store the document content.
- setContentTargetField(String) - Method in class com.norconex.committer.BaseCommitter
-
Deprecated.
Sets the target field where to store the document content.
- setDirectory(String) - Method in class com.norconex.committer.impl.FileSystemCommitter
-
Sets the directory where files are committed.
- setIdSourceField(String) - Method in class com.norconex.committer.AbstractMappedCommitter
-
sets the source field name holding the unique identifier.
- setIdSourceField(String) - Method in class com.norconex.committer.BaseCommitter
-
Deprecated.
sets the source field name holding the unique identifier.
- setIdTargetField(String) - Method in class com.norconex.committer.AbstractMappedCommitter
-
Sets the target field name to store the unique identifier.
- setIdTargetField(String) - Method in class com.norconex.committer.BaseCommitter
-
Deprecated.
Sets the target field name to store the unique identifier.
- setKeepContentSourceField(boolean) - Method in class com.norconex.committer.AbstractMappedCommitter
-
Sets whether to keep the content source field or not, once mapped.
- setKeepContentSourceField(boolean) - Method in class com.norconex.committer.BaseCommitter
-
Deprecated.
Sets whether to keep the content source field or not, once mapped.
- setKeepIdSourceField(boolean) - Method in class com.norconex.committer.AbstractMappedCommitter
-
Sets whether to keep the ID source field or not, once mapped.
- setKeepIdSourceField(boolean) - Method in class com.norconex.committer.BaseCommitter
-
Deprecated.
Sets whether to keep the ID source field or not, once mapped.
- setMaxRetries(int) - Method in class com.norconex.committer.AbstractBatchCommitter
-
Sets the maximum number of retries upon batch commit failure.
- setMaxRetryWait(long) - Method in class com.norconex.committer.AbstractBatchCommitter
-
Sets the maximum wait time before retrying a failed commit.
- setQueueDir(String) - Method in class com.norconex.committer.AbstractFileQueueCommitter
-
Sets the directory where queued files are stored.
- setQueueDir(String) - Method in class com.norconex.committer.FileSystemQueueCommitter
-
Deprecated.
Sets the queue directory.
- setQueueSize(int) - Method in class com.norconex.committer.AbstractCommitter
-
Sets the queue size.