public class IndexCheckerChecks values of Indexes.
Static Methods
checkName(String indexName)
public static String checkName(String indexName)Checks whether an index name is valid. It must be a ASCII visible printable string of length between 1 and
MAXIMUM_INDEX_NAME_LENGTH, not start with '!', and not be of
the format .*, which are reserved sequences for internal index names.
| Parameter | |
|---|---|
| Name | Description |
indexName |
Stringthe index name to check |
| Returns | |
|---|---|
| Type | Description |
String |
the checked index name |
Constructors
IndexChecker()
public IndexChecker()