Class FulltextIndexOptions

    • Constructor Detail

      • FulltextIndexOptions

        public FulltextIndexOptions()
        Deprecated.
    • Method Detail

      • getType

        public IndexType getType()
        Deprecated.
      • getMinLength

        public Integer getMinLength()
        Deprecated.
      • minLength

        public FulltextIndexOptions minLength​(Integer minLength)
        Deprecated.
        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