-
Methods Method Description org.elasticsearch.common.Booleans.isBooleanLenient(char[], int, int) org.elasticsearch.common.Booleans.parseBooleanLenient(char[], int, int, boolean) Only kept to provide automatic upgrades for pre 6.0 indices. UseBooleans.parseBoolean(char[], int, int, boolean)insteadorg.elasticsearch.common.Booleans.parseBooleanLenient(String, boolean) Only kept to provide automatic upgrades for pre 6.0 indices. UseBooleans.parseBoolean(String, boolean)instead.org.elasticsearch.common.Booleans.parseBooleanLenient(String, Boolean) Only kept to provide automatic upgrades for pre 6.0 indices. UseBooleans.parseBoolean(String, Boolean)instead.
Booleans.isBoolean(char[], int, int)instead.