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