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)
Deprecated.
since ArangoDB 3.10, use ArangoSearch or Inverted indexes instead.
|
Modifier and Type | Method and Description |
---|---|
CompletableFuture<IndexEntity> |
ArangoCollectionAsync.ensureFulltextIndex(Iterable<String> fields,
FulltextIndexOptions options)
Deprecated.
since ArangoDB 3.10, use ArangoSearch or Inverted indexes instead.
|
Modifier and Type | Method and Description |
---|---|
CompletableFuture<IndexEntity> |
ArangoCollectionAsyncImpl.ensureFulltextIndex(Iterable<String> fields,
FulltextIndexOptions options)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static FulltextIndexOptions |
OptionsBuilder.build(FulltextIndexOptions options,
Iterable<String> fields)
Deprecated.
|
protected FulltextIndexOptions |
FulltextIndexOptions.fields(Iterable<String> fields)
Deprecated.
|
protected FulltextIndexOptions |
FulltextIndexOptions.getThis()
Deprecated.
|
FulltextIndexOptions |
FulltextIndexOptions.minLength(Integer minLength)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static FulltextIndexOptions |
OptionsBuilder.build(FulltextIndexOptions options,
Iterable<String> fields)
Deprecated.
|
Copyright © 2016–2022 ArangoDB GmbH. All rights reserved.