Uses of Class
com.arangodb.model.FulltextIndexOptions
-
Packages that use FulltextIndexOptions Package Description com.arangodb com.arangodb.model -
-
Uses of FulltextIndexOptions in com.arangodb
Methods in com.arangodb with parameters of type FulltextIndexOptions Modifier and Type Method Description IndexEntity
ArangoCollection. ensureFulltextIndex(Iterable<String> fields, FulltextIndexOptions options)
Deprecated.since ArangoDB 3.10, use ArangoSearch or Inverted indexes instead.CompletableFuture<IndexEntity>
ArangoCollectionAsync. ensureFulltextIndex(Iterable<String> fields, FulltextIndexOptions options)
Deprecated. -
Uses of FulltextIndexOptions in com.arangodb.model
Methods in com.arangodb.model that return FulltextIndexOptions Modifier and Type Method Description static FulltextIndexOptions
OptionsBuilder. build(FulltextIndexOptions options, Iterable<String> fields)
Deprecated.FulltextIndexOptions
FulltextIndexOptions. minLength(Integer minLength)
Deprecated.Methods in com.arangodb.model with parameters of type FulltextIndexOptions Modifier and Type Method Description static FulltextIndexOptions
OptionsBuilder. build(FulltextIndexOptions options, Iterable<String> fields)
Deprecated.
-