Package | Description |
---|---|
com.arangodb | |
com.arangodb.internal | |
com.arangodb.model |
Modifier and Type | Method and Description |
---|---|
IndexEntity |
ArangoCollection.createFulltextIndex(Collection<String> fields,
FulltextIndexOptions options)
Deprecated.
use
#ensureFulltextIndex(Collection, FulltextIndexOptions) instead |
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 |
---|---|
protected Request |
InternalArangoCollection.createFulltextIndexRequest(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) |
FulltextIndexOptions |
FulltextIndexOptions.minLength(Integer minLength) |
Modifier and Type | Method and Description |
---|---|
static FulltextIndexOptions |
OptionsBuilder.build(FulltextIndexOptions options,
Iterable<String> fields) |
Copyright © 2016–2017 ArangoDB GmbH. All rights reserved.