Class MultiDelimiterAnalyzerProperties


  • public final class MultiDelimiterAnalyzerProperties
    extends Object
    Since:
    ArangoDB 3.12
    Author:
    Michele Rastelli
    • Constructor Detail

      • MultiDelimiterAnalyzerProperties

        public MultiDelimiterAnalyzerProperties()
    • Method Detail

      • getDelimiters

        public Collection<String> getDelimiters()
        Returns:
        a list of strings of which each is considered as one delimiter that can be one or multiple characters long. The delimiters must not overlap, which means that a delimiter cannot be a prefix of another delimiter.
      • setDelimiters

        public void setDelimiters​(String... delimiters)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object