Package com.arangodb.model
Class IndexOptions<T extends IndexOptions<T>>
java.lang.Object
com.arangodb.model.IndexOptions<T>
- Direct Known Subclasses:
AbstractMDIndexOptions
,FulltextIndexOptions
,GeoIndexOptions
,InvertedIndexOptions
,PersistentIndexOptions
,TtlIndexOptions
,ZKDIndexOptions
- Author:
- Heiko Kernbach
This final class is used for all index similarities
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
IndexOptions
protected IndexOptions()
-
-
Method Details
-
inBackground
- Parameters:
inBackground
- create the the index in the background this is a RocksDB only flag.- Returns:
- options
-
getInBackground
-
name
- Parameters:
name
- the name of the index- Returns:
- options
-
getName
-