@Deprecated public class FulltextIndexOptions extends IndexOptions<FulltextIndexOptions>
Constructor and Description |
---|
FulltextIndexOptions()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
protected FulltextIndexOptions |
fields(Iterable<String> fields)
Deprecated.
|
protected Iterable<String> |
getFields()
Deprecated.
|
Integer |
getMinLength()
Deprecated.
|
protected FulltextIndexOptions |
getThis()
Deprecated.
|
protected IndexType |
getType()
Deprecated.
|
FulltextIndexOptions |
minLength(Integer minLength)
Deprecated.
|
getInBackground, getName, inBackground, name
protected FulltextIndexOptions getThis()
getThis
in class IndexOptions<FulltextIndexOptions>
protected FulltextIndexOptions fields(Iterable<String> fields)
fields
- A list of attribute pathsprotected 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.