public class FulltextIndexOptions extends IndexOptions<FulltextIndexOptions>
Constructor and Description |
---|
FulltextIndexOptions() |
Modifier and Type | Method and Description |
---|---|
protected FulltextIndexOptions |
fields(Iterable<String> fields) |
protected Iterable<String> |
getFields() |
Integer |
getMinLength() |
protected FulltextIndexOptions |
getThis() |
protected IndexType |
getType() |
FulltextIndexOptions |
minLength(Integer minLength) |
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–2021 ArangoDB GmbH. All rights reserved.