[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-05 UTC."],[[["The `IndexChecker` class is designed to validate values of `Indexes`."],["It inherits from the `java.lang.Object` class, gaining access to several inherited methods, such as `clone()`, `equals()`, and `toString()`."],["The static method `checkName(String indexName)` is available to verify if a given index name is valid based on certain criteria."],["An index name is deemed valid if it's a visible ASCII printable string, with a length between 1 and `MAXIMUM_INDEX_NAME_LENGTH`, does not begin with '!', and does not match the reserved format `.*`."],["The `IndexChecker()` constructor is used to make an `IndexChecker` object."]]],[]]