| Package | Description |
|---|---|
| com.arangodb | |
| com.arangodb.model |
| Modifier and Type | Method and Description |
|---|---|
IndexEntity |
ArangoCollection.ensureFulltextIndex(Iterable<String> fields,
FulltextIndexOptions options)
Creates a fulltext index for the collection, if it does not already exist.
|
| Modifier and Type | Method and Description |
|---|---|
static FulltextIndexOptions |
OptionsBuilder.build(FulltextIndexOptions options,
Iterable<String> fields) |
protected FulltextIndexOptions |
FulltextIndexOptions.fields(Iterable<String> fields) |
FulltextIndexOptions |
FulltextIndexOptions.minLength(Integer minLength) |
| Modifier and Type | Method and Description |
|---|---|
static FulltextIndexOptions |
OptionsBuilder.build(FulltextIndexOptions options,
Iterable<String> fields) |
Copyright © 2016–2021 ArangoDB GmbH. All rights reserved.