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 IndexEntityArangoCollection. 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 FulltextIndexOptionsOptionsBuilder. build(FulltextIndexOptions options, Iterable<String> fields)Deprecated.FulltextIndexOptionsFulltextIndexOptions. minLength(Integer minLength)Deprecated.Methods in com.arangodb.model with parameters of type FulltextIndexOptions Modifier and Type Method Description static FulltextIndexOptionsOptionsBuilder. build(FulltextIndexOptions options, Iterable<String> fields)Deprecated.
-