Uses of Class
com.arangodb.model.FulltextIndexOptions
Packages that use FulltextIndexOptions
-
Uses of FulltextIndexOptions in com.arangodb
Methods in com.arangodb with parameters of type FulltextIndexOptionsModifier and TypeMethodDescriptionArangoCollection.ensureFulltextIndex
(Iterable<String> fields, FulltextIndexOptions options) Deprecated.since ArangoDB 3.10, use ArangoSearch or Inverted indexes instead.ArangoCollectionAsync.ensureFulltextIndex
(Iterable<String> fields, FulltextIndexOptions options) Deprecated. -
Uses of FulltextIndexOptions in com.arangodb.internal
Methods in com.arangodb.internal with parameters of type FulltextIndexOptionsModifier and TypeMethodDescriptionprotected InternalRequest
InternalArangoCollection.createFulltextIndexRequest
(Iterable<String> fields, FulltextIndexOptions options) Deprecated.ArangoCollectionAsyncImpl.ensureFulltextIndex
(Iterable<String> fields, FulltextIndexOptions options) Deprecated.ArangoCollectionImpl.ensureFulltextIndex
(Iterable<String> fields, FulltextIndexOptions options) Deprecated. -
Uses of FulltextIndexOptions in com.arangodb.model
Methods in com.arangodb.model that return FulltextIndexOptionsModifier and TypeMethodDescriptionstatic FulltextIndexOptions
OptionsBuilder.build
(FulltextIndexOptions options, Iterable<String> fields) Deprecated.Deprecated.Methods in com.arangodb.model with parameters of type FulltextIndexOptionsModifier and TypeMethodDescriptionstatic FulltextIndexOptions
OptionsBuilder.build
(FulltextIndexOptions options, Iterable<String> fields) Deprecated.