Uses of Interface
com.norconex.committer.core.Committer
Packages that use Committer
Package
Description
Provides the classes necessary to commit to
an IDOL server.
-
Uses of Committer in com.norconex.committer.amazoncloudsearch
Classes in com.norconex.committer.amazoncloudsearch that implement CommitterModifier and TypeClassDescriptionclassCommits documents to Amazon CloudSearch. -
Uses of Committer in com.norconex.committer.apachekafka
Classes in com.norconex.committer.apachekafka that implement CommitterModifier and TypeClassDescriptionclassCommits documents to Kafka via it's Producer API -
Uses of Committer in com.norconex.committer.azurecognitivesearch
Classes in com.norconex.committer.azurecognitivesearch that implement CommitterModifier and TypeClassDescriptionclassCommits documents to Microsoft Azure Search. -
Uses of Committer in com.norconex.committer.core
Classes in com.norconex.committer.core that implement CommitterModifier and TypeClassDescriptionclassAbstractCommitter<T extends BaseCommitterConfig>A base implementation taking care of basic plumbing, such as firing main Committer events (including exceptions), storing the Committer context (available viaAbstractCommitter.getCommitterContext()), and adding support for filtering unwanted requests. -
Uses of Committer in com.norconex.committer.core.batch
Classes in com.norconex.committer.core.batch that implement CommitterModifier and TypeClassDescriptionclassAbstractBatchCommitter<T extends BaseBatchCommitterConfig>A base implementation for doing batch commits. -
Uses of Committer in com.norconex.committer.core.fs
Classes in com.norconex.committer.core.fs that implement CommitterModifier and TypeClassDescriptionclassAbstractFsCommitter<T,C extends BaseFsCommitterConfig> Base class for Committers writing to the local file system. -
Uses of Committer in com.norconex.committer.core.fs.impl
Classes in com.norconex.committer.core.fs.impl that implement CommitterModifier and TypeClassDescriptionclassCommits documents to CSV files (Comma Separated Value).classCommits documents to JSON files.classCommits documents to XML files. -
Uses of Committer in com.norconex.committer.core.impl
Classes in com.norconex.committer.core.impl that implement CommitterModifier and TypeClassDescriptionclassWARNING: Not intended for production use.classWARNING: Not intended for production use. -
Uses of Committer in com.norconex.committer.core.service
Methods in com.norconex.committer.core.service that return types with arguments of type CommitterModifier and TypeMethodDescriptionDeletes an object using all accepting committers.CommitterService.getCommitters()CommitterServiceEvent.getCommitters()Updates or inserts an object using all accepting committers.Method parameters in com.norconex.committer.core.service with type arguments of type CommitterModifier and TypeMethodDescriptionCommitterService.CommitterServiceBuilder.committers(List<Committer> committers) CommitterServiceEvent.CommitterServiceEventBuilder.committers(List<Committer> committers) -
Uses of Committer in com.norconex.committer.elasticsearch
Classes in com.norconex.committer.elasticsearch that implement CommitterModifier and TypeClassDescriptionclassCommits documents to Elasticsearch. -
Uses of Committer in com.norconex.committer.googlecloudsearch
Classes in com.norconex.committer.googlecloudsearch that implement CommitterModifier and TypeClassDescriptionclassCommits documents to Google Cloud Search using the official Google API client. -
Uses of Committer in com.norconex.committer.idol
Classes in com.norconex.committer.idol that implement CommitterModifier and TypeClassDescriptionclassCommits documents to IDOL Server/DIH or Connector Framework Server (CFS). -
Uses of Committer in com.norconex.committer.neo4j
Classes in com.norconex.committer.neo4j that implement CommitterModifier and TypeClassDescriptionclassCommit documents/fields to a Neo4j graph database. -
Uses of Committer in com.norconex.committer.solr
Classes in com.norconex.committer.solr that implement Committer -
Uses of Committer in com.norconex.committer.sql
Classes in com.norconex.committer.sql that implement Committer -
Uses of Committer in com.norconex.crawler.core
Methods in com.norconex.crawler.core that return types with arguments of type CommitterModifier and TypeMethodDescriptionCrawlerConfig.getCommitters()Gets Committers responsible for persisting information to a target location/repository.Methods in com.norconex.crawler.core with parameters of type CommitterModifier and TypeMethodDescriptionCrawlerConfig.addCommitter(Committer committer) Adds a Committer responsible for persisting information to a target location/repository.Method parameters in com.norconex.crawler.core with type arguments of type CommitterModifier and TypeMethodDescriptionCrawlerConfig.setCommitters(List<Committer> committers) Sets Committers responsible for persisting information to a target location/repository.