public interface InternalIndexDriver extends BaseDriverInterface
Modifier and Type | Method and Description |
---|---|
IndexEntity |
createFulltextIndex(String database,
String collectionName,
Integer minLength,
String... fields) |
IndexEntity |
createIndex(String database,
String collectionName,
IndexType type,
boolean unique,
boolean sparse,
String... fields) |
IndexEntity |
createIndex(String database,
String collectionName,
IndexType type,
boolean unique,
String... fields) |
IndexEntity |
deleteIndex(String database,
String indexHandle) |
IndexEntity |
getIndex(String database,
String indexHandle) |
IndexesEntity |
getIndexes(String database,
String collectionName) |
getHttpManager, setHttpManager
IndexEntity createIndex(String database, String collectionName, IndexType type, boolean unique, boolean sparse, String... fields) throws ArangoException
ArangoException
IndexEntity createIndex(String database, String collectionName, IndexType type, boolean unique, String... fields) throws ArangoException
ArangoException
IndexEntity createFulltextIndex(String database, String collectionName, Integer minLength, String... fields) throws ArangoException
ArangoException
IndexEntity deleteIndex(String database, String indexHandle) throws ArangoException
ArangoException
IndexEntity getIndex(String database, String indexHandle) throws ArangoException
ArangoException
IndexesEntity getIndexes(String database, String collectionName) throws ArangoException
ArangoException
Copyright © 2012–2016 ArangoDB GmbH. All rights reserved.