Class StemAnalyzerProperties


  • public final class StemAnalyzerProperties
    extends Object
    Author:
    Michele Rastelli
    • Constructor Detail

      • StemAnalyzerProperties

        public StemAnalyzerProperties()
    • 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.
        See Also:
        Supported Languages
      • setLocale

        public void setLocale​(String locale)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object