Modifier and Type | Method and Description |
---|---|
OIndexInternal |
OLuceneIndexFactory.createIndex(String name,
OStorage storage,
String indexType,
String algorithm,
String valueContainerAlgorithm,
ODocument metadata,
int version) |
Modifier and Type | Class and Description |
---|---|
class |
OLuceneFullTextIndex |
class |
OLuceneIndexNotUnique |
Modifier and Type | Class and Description |
---|---|
class |
OIndexAbstract
Handles indexing when records change.
|
class |
OIndexAbstractDelegate
Generic abstract wrapper for indexes.
|
class |
OIndexDictionary
Dictionary index similar to unique index but does not check for updates, just executes changes.
|
class |
OIndexFullText
Deprecated.
|
class |
OIndexMultiValues
Abstract index implementation that supports multi-values for the same key.
|
class |
OIndexNotUnique
Index implementation that allows multiple values for the same key.
|
class |
OIndexOneValue
Abstract Index implementation that allows only one value for a key.
|
class |
OIndexTxAware<T>
Transactional wrapper for indexes.
|
class |
OIndexTxAwareDictionary
Transactional wrapper for dictionary index.
|
class |
OIndexTxAwareMultiValue
Transactional wrapper for indexes.
|
class |
OIndexTxAwareOneValue
Transactional wrapper for indexes.
|
class |
OIndexUnique
Index implementation that allows only one value for a key.
|
Modifier and Type | Field and Description |
---|---|
protected OIndexInternal |
OIndexAbstractDelegate.delegate |
Modifier and Type | Method and Description |
---|---|
OIndexInternal |
OIndexFullText.create(OIndexDefinition indexDefinition,
String clusterIndexName,
Set<String> clustersToIndex,
boolean rebuild,
OProgressListener progressListener,
OBinarySerializer valueSerializer)
Deprecated.
|
OIndexInternal |
OIndexAbstract.create(OIndexDefinition indexDefinition,
String clusterIndexName,
Set<String> clustersToIndex,
boolean rebuild,
OProgressListener progressListener,
OBinarySerializer valueSerializer)
Creates the index.
|
static OIndexInternal |
OIndexes.createIndex(OStorage storage,
String name,
String indexType,
String algorithm,
String valueContainerAlgorithm,
ODocument metadata,
int version) |
OIndexInternal |
ODefaultIndexFactory.createIndex(String name,
OStorage storage,
String indexType,
String algorithm,
String valueContainerAlgorithm,
ODocument metadata,
int version) |
OIndexInternal |
OIndexFactory.createIndex(String name,
OStorage storage,
String indexType,
String algorithm,
String valueContainerAlgorithm,
ODocument metadata,
int version)
Creates an index.
|
OIndexInternal |
OIndexAbstract.delete() |
OIndexInternal |
OIndexAbstract.getInternal() |
OIndexInternal |
OIndex.getInternal()
Returns the internal index used.
|
OIndexInternal |
OIndexAbstractDelegate.getInternal() |
OIndexInternal |
OIndexRemote.getInternal() |
Constructor and Description |
---|
OIndexAbstractDelegate(OIndexInternal internal) |
OIndexTxAware(ODatabaseDocumentInternal database,
OIndexInternal delegate) |
OIndexTxAwareDictionary(ODatabaseDocumentInternal iDatabase,
OIndexInternal delegate) |
OIndexTxAwareMultiValue(ODatabaseDocumentInternal database,
OIndexInternal delegate) |
OIndexTxAwareOneValue(ODatabaseDocumentInternal database,
OIndexInternal delegate) |
Modifier and Type | Method and Description |
---|---|
OIndexInternal |
OAutoShardingIndexFactory.createIndex(String name,
OStorage storage,
String indexType,
String algorithm,
String valueContainerAlgorithm,
ODocument metadata,
int version) |
Modifier and Type | Class and Description |
---|---|
class |
OChainedIndexProxy<T>
There are some cases when we need to create index for some class by traversed property.
|
Modifier and Type | Method and Description |
---|---|
OIndexInternal |
OChainedIndexProxy.getInternal()
Returns internal index of last chain index, because proxy applicable to all operations that
last index applicable.
|
Modifier and Type | Field and Description |
---|---|
protected OIndexInternal |
DeleteFromIndexStep.index |
protected OIndexInternal |
FetchFromIndexStep.index |
Modifier and Type | Method and Description |
---|---|
OIndexInternal |
OHashIndexFactory.createIndex(String name,
OStorage storage,
String indexType,
String algorithm,
String valueContainerAlgorithm,
ODocument metadata,
int version) |
Modifier and Type | Method and Description |
---|---|
OIndexInternal |
OTransactionIndexChanges.getAssociatedIndex() |
OIndexInternal |
OTransactionIndexChanges.resolveAssociatedIndex(String indexName,
OIndexManagerAbstract indexManager,
ODatabaseDocumentInternal db) |
Modifier and Type | Method and Description |
---|---|
OIndexInternal |
OLuceneSpatialIndexFactory.createIndex(String name,
OStorage storage,
String indexType,
String algorithm,
String valueContainerAlgorithm,
ODocument metadata,
int version) |
Modifier and Type | Class and Description |
---|---|
class |
OLuceneSpatialIndex |
Copyright © 2009–2020 OrientDB. All rights reserved.