Class FulltextIndexOptions

    • Constructor Detail

      • FulltextIndexOptions

        public FulltextIndexOptions()
    • Method Detail

      • getMinLength

        public Integer getMinLength()
      • minLength

        public FulltextIndexOptions minLength​(Integer minLength)
        Parameters:
        minLength - Minimum character length of words to index. Will default to a server-defined value if unspecified. It is thus recommended to set this value explicitly when creating the index.
        Returns:
        options