
public class ODefaultIndexFactory extends Object implements OIndexFactory
| Modifier and Type | Field and Description |
|---|---|
static String |
NONE_VALUE_CONTAINER |
| Constructor and Description |
|---|
ODefaultIndexFactory() |
| 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(int indexId,
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()
Index types :
UNIQUE
NOTUNIQUE
FULLTEXT
DICTIONARY
|
public static final String NONE_VALUE_CONTAINER
public Set<String> getTypes()
getTypes in interface OIndexFactorypublic Set<String> getAlgorithms()
getAlgorithms in interface OIndexFactorypublic OIndexInternal createIndex(String name, OStorage storage, String indexType, String algorithm, String valueContainerAlgorithm, ODocument metadata, int version) throws OConfigurationException
OIndexFactorycreateIndex in interface OIndexFactoryindexType - index typeOConfigurationException - if index creation failedpublic int getLastVersion(String algorithm)
getLastVersion in interface OIndexFactorypublic OBaseIndexEngine createIndexEngine(int indexId, String algorithm, String name, Boolean durableInNonTxMode, OStorage storage, int version, int apiVersion, boolean multiValue, Map<String,String> engineProperties)
createIndexEngine in interface OIndexFactoryCopyright © 2009–2025 OrientDB. All rights reserved.