Uses of Enum Class
org.apache.solr.client.solrj.util.SolrIdentifierValidator.IdentifierType
Packages that use SolrIdentifierValidator.IdentifierType
-
Uses of SolrIdentifierValidator.IdentifierType in org.apache.solr.client.solrj.util
Methods in org.apache.solr.client.solrj.util that return SolrIdentifierValidator.IdentifierTypeModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.SolrIdentifierValidator.IdentifierType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.apache.solr.client.solrj.util with parameters of type SolrIdentifierValidator.IdentifierTypeModifier and TypeMethodDescriptionstatic StringSolrIdentifierValidator.getIdentifierMessage(SolrIdentifierValidator.IdentifierType identifierType, String name) static StringSolrIdentifierValidator.validateName(SolrIdentifierValidator.IdentifierType type, String name)