Uses of Class
com.norconex.committer.solr.SolrCommitterConfig
Packages that use SolrCommitterConfig
-
Uses of SolrCommitterConfig in com.norconex.committer.solr
Methods in com.norconex.committer.solr that return SolrCommitterConfigModifier and TypeMethodDescriptionSolrCommitter.getConfiguration()SolrCommitterConfig.setSolrClientType(SolrClientType solrClientType) The type of Solr client.SolrCommitterConfig.setSolrCommitDisabled(boolean solrCommitDisabled) Whether to send an explicit commit request at the end of every batch, or let the server auto-commit.SolrCommitterConfig.setSolrURL(String solrURL) The endpoint URL used to connect to Solr (as per the client type selected).SolrCommitterConfig.setSourceIdField(String sourceIdField) The document field name containing the value to be stored in Solr ID field.SolrCommitterConfig.setTargetContentField(String targetContentField) The name of the Solr field where content will be stored.SolrCommitterConfig.setTargetIdField(String targetIdField) The name of the Solr field where to store a document unique identifier (sourceIdField).