Package com.arangodb.model
Class FulltextIndexOptions
- java.lang.Object
-
- com.arangodb.model.IndexOptions<FulltextIndexOptions>
-
- com.arangodb.model.FulltextIndexOptions
-
@Deprecated public final class FulltextIndexOptions extends IndexOptions<FulltextIndexOptions>
Deprecated.since ArangoDB 3.10, use ArangoSearch or Inverted indexes instead.- Author:
- Mark Vollmary
-
-
Constructor Summary
Constructors Constructor Description FulltextIndexOptions()
Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description Iterable<String>
getFields()
Deprecated.Integer
getMinLength()
Deprecated.IndexType
getType()
Deprecated.FulltextIndexOptions
minLength(Integer minLength)
Deprecated.-
Methods inherited from class com.arangodb.model.IndexOptions
getInBackground, getName, inBackground, name
-
-
-
-
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
-
-