JavaScript is disabled on your browser.
Skip navigation links
arangodb-spring-data
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
SEARCH:
Deprecated API
Contents
Annotation Interfaces
Methods
Deprecated Annotation Interfaces
Annotation Interface
Description
com.arangodb.springframework.annotation.FulltextIndex
com.arangodb.springframework.annotation.FulltextIndexed
since ArangoDB 3.10, use ArangoSearch or Inverted indexes instead.
com.arangodb.springframework.annotation.FulltextIndexes
Deprecated Methods
Method
Description
com.arangodb.springframework.core.CollectionOperations.ensureFulltextIndex
(Iterable<String>, FulltextIndexOptions)
since ArangoDB 3.10, use ArangoSearch or Inverted indexes instead.
com.arangodb.springframework.core.mapping.ArangoPersistentEntity.getFulltextIndexedProperties()
com.arangodb.springframework.core.mapping.ArangoPersistentEntity.getFulltextIndexes()
com.arangodb.springframework.core.mapping.ArangoPersistentProperty.getFulltextIndexed()
com.arangodb.springframework.core.mapping.DefaultArangoPersistentEntity.getFulltextIndexedProperties()
com.arangodb.springframework.core.mapping.DefaultArangoPersistentEntity.getFulltextIndexes()
com.arangodb.springframework.core.mapping.DefaultArangoPersistentProperty.getFulltextIndexed()
com.arangodb.springframework.core.template.DefaultCollectionOperations.ensureFulltextIndex
(Iterable<String>, FulltextIndexOptions)
com.arangodb.springframework.repository.ArangoRepositoryConfigurationExtension.getModulePrefix()