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