Package com.arangodb.model
Class FulltextIndexOptions
Deprecated.
since ArangoDB 3.10, use ArangoSearch or Inverted indexes instead.
- Author:
- Mark Vollmary
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.arangodb.model.IndexOptions
getInBackground, getName, inBackground, name
-
Constructor Details
-
FulltextIndexOptions
public FulltextIndexOptions()Deprecated.
-
-
Method Details
-
getFields
Deprecated. -
getType
Deprecated. -
getMinLength
Deprecated. -
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
-