Class IndexChecker (2.0.0)

public class IndexChecker

Checks values of Indexes.

Inheritance

java.lang.Object > IndexChecker

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
NameDescription
indexNameString

the index name to check

Returns
TypeDescription
String

the checked index name

Constructors

IndexChecker()

public IndexChecker()