Uses of Class
com.norconex.committer.core.UpsertRequest
Packages that use UpsertRequest
Package
Description
-
Uses of UpsertRequest in com.norconex.committer.core
Methods in com.norconex.committer.core with parameters of type UpsertRequestModifier and TypeMethodDescriptionprotected abstract voidAbstractCommitter.doUpsert(UpsertRequest upsertRequest) final voidAbstractCommitter.upsert(UpsertRequest upsertRequest) voidCommitter.upsert(UpsertRequest upsertRequest) Updates or inserts the entity represented by the supplied request into the target of this committer. -
Uses of UpsertRequest in com.norconex.committer.core.batch
Methods in com.norconex.committer.core.batch with parameters of type UpsertRequestModifier and TypeMethodDescriptionprotected voidAbstractBatchCommitter.doUpsert(UpsertRequest upsertRequest) -
Uses of UpsertRequest in com.norconex.committer.core.fs
Methods in com.norconex.committer.core.fs with parameters of type UpsertRequestModifier and TypeMethodDescriptionprotected voidAbstractFsCommitter.doUpsert(UpsertRequest upsertRequest) protected abstract voidAbstractFsCommitter.writeUpsert(T docWriter, UpsertRequest upsertRequest) -
Uses of UpsertRequest in com.norconex.committer.core.fs.impl
Methods in com.norconex.committer.core.fs.impl with parameters of type UpsertRequestModifier and TypeMethodDescriptionprotected voidCsvFileCommitter.writeUpsert(org.apache.commons.csv.CSVPrinter csv, UpsertRequest upsertRequest) protected voidJsonFileCommitter.writeUpsert(Writer writer, UpsertRequest upsertRequest) protected voidXmlFileCommitter.writeUpsert(EnhancedXmlStreamWriter xml, UpsertRequest upsertRequest) -
Uses of UpsertRequest in com.norconex.committer.core.impl
Methods in com.norconex.committer.core.impl that return types with arguments of type UpsertRequestMethods in com.norconex.committer.core.impl with parameters of type UpsertRequestModifier and TypeMethodDescriptionprotected voidLogCommitter.doUpsert(UpsertRequest upsertRequest) protected voidMemoryCommitter.doUpsert(UpsertRequest upsertRequest) -
Uses of UpsertRequest in com.norconex.committer.core.service
Methods in com.norconex.committer.core.service that return types with arguments of type UpsertRequestModifier and TypeMethodDescription@NonNull Function<T, UpsertRequest> CommitterService.getUpsertRequestBuilder()Method parameters in com.norconex.committer.core.service with type arguments of type UpsertRequestModifier and TypeMethodDescriptionCommitterService.CommitterServiceBuilder.upsertRequestBuilder(@NonNull Function<T, UpsertRequest> upsertRequestBuilder) -
Uses of UpsertRequest in com.norconex.committer.solr
Methods in com.norconex.committer.solr with parameters of type UpsertRequestModifier and TypeMethodDescriptionprotected voidSolrCommitter.addSolrUpsertRequest(org.apache.solr.client.solrj.request.UpdateRequest solrBatchRequest, UpsertRequest committerRequest)