| Package | Description |
|---|---|
| com.arangodb | |
| com.arangodb.async | |
| com.arangodb.async.internal | |
| 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 |
|---|---|
CompletableFuture<IndexEntity> |
ArangoCollectionAsync.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 |
|---|---|
CompletableFuture<IndexEntity> |
ArangoCollectionAsyncImpl.ensureFulltextIndex(Iterable<String> fields,
FulltextIndexOptions options) |
| Modifier and Type | Method and Description |
|---|---|
static FulltextIndexOptions |
OptionsBuilder.build(FulltextIndexOptions options,
Iterable<String> fields) |
protected FulltextIndexOptions |
FulltextIndexOptions.fields(Iterable<String> fields) |
protected FulltextIndexOptions |
FulltextIndexOptions.getThis() |
FulltextIndexOptions |
FulltextIndexOptions.minLength(Integer minLength) |
| Modifier and Type | Method and Description |
|---|---|
static FulltextIndexOptions |
OptionsBuilder.build(FulltextIndexOptions options,
Iterable<String> fields) |
Copyright © 2016–2020 ArangoDB GmbH. All rights reserved.