Class LexicalTokenizer

    • Constructor Detail

      • LexicalTokenizer

        public LexicalTokenizer​(String name)
        Constructor of LexicalTokenizer.
        Parameters:
        name - The name of the token filter. It must only contain letters, digits, spaces, dashes or underscores, can only start and end with alphanumeric characters, and is limited to 128 characters.
    • Method Detail

      • getName

        public String getName()
        Get the name property: The name of the tokenizer. It must only contain letters, digits, spaces, dashes or underscores, can only start and end with alphanumeric characters, and is limited to 128 characters.
        Returns:
        the name value.