
public interface OIndexFactory
| Modifier and Type | Method and Description |
|---|---|
OIndexInternal<?> |
createIndex(String name,
OStorage storage,
String indexType,
String algorithm,
String valueContainerAlgorithm,
ODocument metadata,
int version)
Creates an index.
|
OBaseIndexEngine |
createIndexEngine(String algorithm,
String name,
Boolean durableInNonTxMode,
OStorage storage,
int version,
int apiVersion,
boolean multivalue,
Map<String,String> engineProperties) |
Set<String> |
getAlgorithms() |
int |
getLastVersion(String algorithm) |
Set<String> |
getTypes() |
int getLastVersion(String algorithm)
OIndexInternal<?> createIndex(String name, OStorage storage, String indexType, String algorithm, String valueContainerAlgorithm, ODocument metadata, int version) throws OConfigurationException
name - storage - TODOindexType - index typealgorithm - valueContainerAlgorithm - OConfigurationException - if index creation failedCopyright © 2009–2025 OrientDB. All rights reserved.