@Deprecated public final class FulltextIndexOptions extends IndexOptions<FulltextIndexOptions>
Constructor and Description |
---|
FulltextIndexOptions()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
Iterable<String> |
getFields()
Deprecated.
|
Integer |
getMinLength()
Deprecated.
|
IndexType |
getType()
Deprecated.
|
FulltextIndexOptions |
minLength(Integer minLength)
Deprecated.
|
getInBackground, getName, inBackground, name
public IndexType getType()
public Integer getMinLength()
public FulltextIndexOptions minLength(Integer minLength)
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.Copyright © 2016–2023 ArangoDB GmbH. All rights reserved.