Class CollationAnalyzerProperties
- java.lang.Object
-
- com.arangodb.entity.arangosearch.analyzer.CollationAnalyzerProperties
-
public final class CollationAnalyzerProperties extends Object
- Since:
- ArangoDB 3.9
- Author:
- Michele Rastelli
-
-
Constructor Summary
Constructors Constructor Description CollationAnalyzerProperties()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
String
getLocale()
int
hashCode()
void
setLocale(String locale)
-
-
-
Method Detail
-
getLocale
public String getLocale()
- Returns:
- a locale in the format `language[_COUNTRY][.encoding][@variant]` (square brackets denote optional parts), e.g. `de.utf-8` or `en_US.utf-8`. Only UTF-8 encoding is meaningful in ArangoDB. The locale is forwarded to ICU without checks. An invalid locale does not prevent the creation of the Analyzer.
- See Also:
- Supported Languages
-
setLocale
public void setLocale(String locale)
-
-