B C D E F G H I K L P Q S T

B

BaseCommitter - Class in com.norconex.committer
A base class batching documents and offering mappings of source id and content fields to target id and content fields.
BaseCommitter() - Constructor for class com.norconex.committer.BaseCommitter
 
BaseCommitter(int) - Constructor for class com.norconex.committer.BaseCommitter
 
BatchableCommitter - Class in com.norconex.committer
Base implementation offering to batch the committing of documents (additions and deletions alike).
BatchableCommitter() - Constructor for class com.norconex.committer.BatchableCommitter
 
BatchableCommitter(int) - Constructor for class com.norconex.committer.BatchableCommitter
 

C

com.norconex.committer - package com.norconex.committer
 
com.norconex.committer.impl - package com.norconex.committer.impl
 
commit() - Method in class com.norconex.committer.FileSystemQueueCommitter
 
commit() - Method in interface com.norconex.committer.ICommitter
Commits queued documents.
commit() - Method in class com.norconex.committer.impl.FileSystemCommitter
 
commitAddedDocument(FileSystemQueueCommitter.QueuedAddedDocument) - Method in class com.norconex.committer.FileSystemQueueCommitter
Allow subclasses to commit a file to be added.
commitComplete() - Method in class com.norconex.committer.FileSystemQueueCommitter
Allow subclasses to operate upon the end of the commit operation.
commitDeletedDocument(FileSystemQueueCommitter.QueuedDeletedDocument) - Method in class com.norconex.committer.FileSystemQueueCommitter
Allow subclasses to commit a file to be deleted.
CommitterException - Exception in com.norconex.committer
Triggered when something went wrong with committing.
CommitterException() - Constructor for exception com.norconex.committer.CommitterException
 
CommitterException(String) - Constructor for exception com.norconex.committer.CommitterException
 
CommitterException(Throwable) - Constructor for exception com.norconex.committer.CommitterException
 
CommitterException(String, Throwable) - Constructor for exception com.norconex.committer.CommitterException
 
contentSourceField - Variable in class com.norconex.committer.BaseCommitter
 
contentTargetField - Variable in class com.norconex.committer.BaseCommitter
 

D

DEFAULT_BATCH_SIZE - Static variable in class com.norconex.committer.BatchableCommitter
 
DEFAULT_DIRECTORY - Static variable in class com.norconex.committer.impl.FileSystemCommitter
 
DEFAULT_DOCUMENT_REFERENCE - Static variable in interface com.norconex.committer.ICommitter
The default document unique identifier (reference) is "doc.reference".
DEFAULT_QUEUE_DIR - Static variable in class com.norconex.committer.FileSystemQueueCommitter
 
deleteFromQueue() - Method in class com.norconex.committer.FileSystemQueueCommitter.QueuedAddedDocument
 
deleteFromQueue() - Method in class com.norconex.committer.FileSystemQueueCommitter.QueuedDeletedDocument
 

E

equals(Object) - Method in class com.norconex.committer.BaseCommitter
 
equals(Object) - Method in class com.norconex.committer.BatchableCommitter
 
equals(Object) - Method in class com.norconex.committer.FileSystemQueueCommitter
 
equals(Object) - Method in class com.norconex.committer.impl.FileSystemCommitter
 

F

FileSystemCommitter - Class in com.norconex.committer.impl
Commits a copy of files on the filesystem.
FileSystemCommitter() - Constructor for class com.norconex.committer.impl.FileSystemCommitter
 
FileSystemQueueCommitter - Class in com.norconex.committer
Base batching implementation queuing documents on filesystem.
FileSystemQueueCommitter() - Constructor for class com.norconex.committer.FileSystemQueueCommitter
 
FileSystemQueueCommitter(int) - Constructor for class com.norconex.committer.FileSystemQueueCommitter
 
FileSystemQueueCommitter.QueuedAddedDocument - Class in com.norconex.committer
 
FileSystemQueueCommitter.QueuedDeletedDocument - Class in com.norconex.committer
 

G

getAddDir() - Method in class com.norconex.committer.impl.FileSystemCommitter
 
getBatchSize() - Method in class com.norconex.committer.BatchableCommitter
 
getContentSourceField() - Method in class com.norconex.committer.BaseCommitter
 
getContentStream() - Method in class com.norconex.committer.FileSystemQueueCommitter.QueuedAddedDocument
 
getContentTargetField() - Method in class com.norconex.committer.BaseCommitter
 
getDirectory() - Method in class com.norconex.committer.impl.FileSystemCommitter
 
getIdSourceField() - Method in class com.norconex.committer.BaseCommitter
 
getIdTargetField() - Method in class com.norconex.committer.BaseCommitter
 
getMetadata() - Method in class com.norconex.committer.FileSystemQueueCommitter.QueuedAddedDocument
 
getQueueDir() - Method in class com.norconex.committer.FileSystemQueueCommitter
 
getReference() - Method in class com.norconex.committer.FileSystemQueueCommitter.QueuedDeletedDocument
 
getRemoveDir() - Method in class com.norconex.committer.impl.FileSystemCommitter
 

H

hashCode() - Method in class com.norconex.committer.BaseCommitter
 
hashCode() - Method in class com.norconex.committer.BatchableCommitter
 
hashCode() - Method in class com.norconex.committer.FileSystemQueueCommitter
 
hashCode() - Method in class com.norconex.committer.impl.FileSystemCommitter
 

I

ICommitter - Interface in com.norconex.committer
Commits documents to their final destination (e.g.
idSourceField - Variable in class com.norconex.committer.BaseCommitter
 
idTargetField - Variable in class com.norconex.committer.BaseCommitter
 
isKeepContentSourceField() - Method in class com.norconex.committer.BaseCommitter
 
isKeepIdSourceField() - Method in class com.norconex.committer.BaseCommitter
 

K

keepContentSourceField - Variable in class com.norconex.committer.BaseCommitter
 
keepIdSourceField - Variable in class com.norconex.committer.BaseCommitter
 

L

loadFromXML(Reader) - Method in class com.norconex.committer.BaseCommitter
 
loadFromXml(XMLConfiguration) - Method in class com.norconex.committer.BaseCommitter
Allows subclasses to load their config from xml
loadFromXML(Reader) - Method in class com.norconex.committer.impl.FileSystemCommitter
 

P

preCommitAddedDocument(FileSystemQueueCommitter.QueuedAddedDocument) - Method in class com.norconex.committer.BaseCommitter
 
preCommitAddedDocument(FileSystemQueueCommitter.QueuedAddedDocument) - Method in class com.norconex.committer.FileSystemQueueCommitter
Optionally performs operations on a document to be added before actually committing it.
preCommitDeletedDocument(FileSystemQueueCommitter.QueuedDeletedDocument) - Method in class com.norconex.committer.FileSystemQueueCommitter
Optionally performs operations on a document to be deleted before actually committing it.

Q

queueAdd(String, File, Properties) - Method in class com.norconex.committer.BatchableCommitter
 
queueAdd(String, File, Properties) - Method in interface com.norconex.committer.ICommitter
Queues a new or modified document.
queueAdd(String, File, Properties) - Method in class com.norconex.committer.impl.FileSystemCommitter
 
queueBatchableAdd(String, File, Properties) - Method in class com.norconex.committer.BatchableCommitter
Queues a document to be added.
queueBatchableAdd(String, File, Properties) - Method in class com.norconex.committer.FileSystemQueueCommitter
 
queueBatchableRemove(String, File, Properties) - Method in class com.norconex.committer.BatchableCommitter
Queues a document to be deleted.
queueBatchableRemove(String, File, Properties) - Method in class com.norconex.committer.FileSystemQueueCommitter
 
queueRemove(String, File, Properties) - Method in class com.norconex.committer.BatchableCommitter
 
queueRemove(String, File, Properties) - Method in interface com.norconex.committer.ICommitter
Queues a document for removal.
queueRemove(String, File, Properties) - Method in class com.norconex.committer.impl.FileSystemCommitter
 

S

saveToXML(Writer) - Method in class com.norconex.committer.BaseCommitter
 
saveToXML(XMLStreamWriter) - Method in class com.norconex.committer.BaseCommitter
Allows subclasses to write their config to xml
saveToXML(Writer) - Method in class com.norconex.committer.impl.FileSystemCommitter
 
setBatchSize(int) - Method in class com.norconex.committer.BatchableCommitter
 
setContentSourceField(String) - Method in class com.norconex.committer.BaseCommitter
 
setContentTargetField(String) - Method in class com.norconex.committer.BaseCommitter
 
setDirectory(String) - Method in class com.norconex.committer.impl.FileSystemCommitter
 
setIdSourceField(String) - Method in class com.norconex.committer.BaseCommitter
 
setIdTargetField(String) - Method in class com.norconex.committer.BaseCommitter
 
setKeepContentSourceField(boolean) - Method in class com.norconex.committer.BaseCommitter
 
setKeepIdSourceField(boolean) - Method in class com.norconex.committer.BaseCommitter
 
setQueueDir(String) - Method in class com.norconex.committer.FileSystemQueueCommitter
 

T

toString() - Method in class com.norconex.committer.BaseCommitter
 
toString() - Method in class com.norconex.committer.BatchableCommitter
 
toString() - Method in class com.norconex.committer.FileSystemQueueCommitter
 
toString() - Method in class com.norconex.committer.impl.FileSystemCommitter
 

B C D E F G H I K L P Q S T

Copyright © 2009-2013 Norconex Inc.. All Rights Reserved.