Uses of Interface
com.norconex.committer.core.CommitterRequest
Packages that use CommitterRequest
Package
Description
Provides the classes necessary to commit to
an IDOL server.
-
Uses of CommitterRequest in com.norconex.committer.amazoncloudsearch
Method parameters in com.norconex.committer.amazoncloudsearch with type arguments of type CommitterRequestModifier and TypeMethodDescriptionprotected voidAmazonCloudSearchCommitter.commitBatch(Iterator<CommitterRequest> it) -
Uses of CommitterRequest in com.norconex.committer.apachekafka
Method parameters in com.norconex.committer.apachekafka with type arguments of type CommitterRequestModifier and TypeMethodDescriptionprotected voidApacheKafkaCommitter.commitBatch(Iterator<CommitterRequest> it) -
Uses of CommitterRequest in com.norconex.committer.azurecognitivesearch
Method parameters in com.norconex.committer.azurecognitivesearch with type arguments of type CommitterRequestModifier and TypeMethodDescriptionprotected voidAzureSearchCommitter.commitBatch(Iterator<CommitterRequest> it) -
Uses of CommitterRequest in com.norconex.committer.core
Classes in com.norconex.committer.core that implement CommitterRequestModifier and TypeClassDescriptionclassA committer deletion request.classA committer upsert request (update or insert).Methods in com.norconex.committer.core that return CommitterRequestMethods in com.norconex.committer.core with parameters of type CommitterRequestModifier and TypeMethodDescriptionbooleanAbstractCommitter.accept(CommitterRequest request) booleanCommitter.accept(CommitterRequest request) Gets whether this committer accepts to commit the supplied request.protected voidAbstractCommitter.applyFieldMappings(CommitterRequest req) static voidCommitterUtil.applyTargetContent(CommitterRequest req, String targetContentField) Applies the document content (input stream) to the target field name.static voidCommitterUtil.applyTargetId(CommitterRequest req, String sourceIdField, String targetIdField) Applies the source ID field value after extracting it usingCommitterUtil.extractSourceIdValue(CommitterRequest, String), to the target ID ID field supplied.static StringCommitterUtil.extractSourceIdValue(CommitterRequest req, String sourceIdField) Extracts the source ID value.static StringCommitterUtil.extractSourceIdValue(CommitterRequest req, String sourceIdField, boolean keepSourceIdField) Extracts the source ID value.protected final voidAbstractCommitter.fireDebug(String name, CommitterRequest req) protected final voidAbstractCommitter.fireError(String name, CommitterRequest req, Exception e) protected final voidAbstractCommitter.fireInfo(String name, CommitterRequest req) static StringCommitterUtil.getContentAsString(CommitterRequest req) Gets the request content as a string.CommitterEvent.CommitterEventBuilder.request(CommitterRequest request) -
Uses of CommitterRequest in com.norconex.committer.core.batch
Method parameters in com.norconex.committer.core.batch with type arguments of type CommitterRequestModifier and TypeMethodDescriptionprotected abstract voidAbstractBatchCommitter.commitBatch(Iterator<CommitterRequest> it) Commits the supplied batch.voidAbstractBatchCommitter.consume(Iterator<CommitterRequest> it) voidBatchConsumer.consume(Iterator<CommitterRequest> it) -
Uses of CommitterRequest in com.norconex.committer.core.batch.queue
Methods in com.norconex.committer.core.batch.queue with parameters of type CommitterRequestModifier and TypeMethodDescriptionvoidCommitterQueue.queue(CommitterRequest request) Queues a committer request to be later processed in batch. -
Uses of CommitterRequest in com.norconex.committer.core.batch.queue.impl
Methods in com.norconex.committer.core.batch.queue.impl that return CommitterRequestModifier and TypeMethodDescriptionstatic CommitterRequestFSQueueUtil.fromZipFile(Path sourceFile) static CommitterRequestFSQueueUtil.fromZipFile(Path sourceFile, CachedStreamFactory streamFactory) Methods in com.norconex.committer.core.batch.queue.impl with parameters of type CommitterRequestModifier and TypeMethodDescriptionvoidFsQueue.queue(CommitterRequest request) static voidFSQueueUtil.toZipFile(CommitterRequest request, Path targetFile) -
Uses of CommitterRequest in com.norconex.committer.core.impl
Methods in com.norconex.committer.core.impl that return types with arguments of type CommitterRequestMethods in com.norconex.committer.core.impl with parameters of type CommitterRequest -
Uses of CommitterRequest in com.norconex.committer.elasticsearch
Method parameters in com.norconex.committer.elasticsearch with type arguments of type CommitterRequestModifier and TypeMethodDescriptionprotected voidElasticsearchCommitter.commitBatch(Iterator<CommitterRequest> it) -
Uses of CommitterRequest in com.norconex.committer.googlecloudsearch
Method parameters in com.norconex.committer.googlecloudsearch with type arguments of type CommitterRequestModifier and TypeMethodDescriptionprotected voidGoogleCloudSearchCommitter.commitBatch(Iterator<CommitterRequest> it) -
Uses of CommitterRequest in com.norconex.committer.idol
Method parameters in com.norconex.committer.idol with type arguments of type CommitterRequestModifier and TypeMethodDescriptionprotected voidIdolCommitter.commitBatch(Iterator<CommitterRequest> it) -
Uses of CommitterRequest in com.norconex.committer.neo4j
Method parameters in com.norconex.committer.neo4j with type arguments of type CommitterRequestModifier and TypeMethodDescriptionprotected voidNeo4jCommitter.commitBatch(Iterator<CommitterRequest> it) -
Uses of CommitterRequest in com.norconex.committer.solr
Method parameters in com.norconex.committer.solr with type arguments of type CommitterRequestModifier and TypeMethodDescriptionprotected voidSolrCommitter.commitBatch(Iterator<CommitterRequest> it) -
Uses of CommitterRequest in com.norconex.committer.sql
Method parameters in com.norconex.committer.sql with type arguments of type CommitterRequestModifier and TypeMethodDescriptionprotected voidSqlCommitter.commitBatch(Iterator<CommitterRequest> it)