Class SolrIdentifierValidator

java.lang.Object
org.apache.solr.client.solrj.util.SolrIdentifierValidator

public class SolrIdentifierValidator extends Object
Ensures that provided identifiers align with Solr's recommendations/requirements for choosing collection, core, etc. identifiers.

Identifiers are allowed to contain underscores, periods, hyphens, and alphanumeric characters.