Uses of Enum Class
com.norconex.committer.solr.SolrClientType
-
Uses of SolrClientType in com.norconex.committer.solr
Methods in com.norconex.committer.solr that return SolrClientTypeModifier and TypeMethodDescriptionSolrCommitter.getSolrClientType()Gets the Solr client type.static SolrClientTypeReturns theSolrClientTypematching the given type string (case-insensitive), ornullif none match.static SolrClientTypeReturns the enum constant of this class with the specified name.static SolrClientType[]SolrClientType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.norconex.committer.solr with parameters of type SolrClientTypeModifier and TypeMethodDescriptionvoidSolrCommitter.setSolrClientType(SolrClientType solrClientType) Sets the Solr client type.