Package | Description |
---|---|
com.orientechnologies.lucene.index | |
com.orientechnologies.orient.core.index | |
com.orientechnologies.spatial.index |
Modifier and Type | Class and Description |
---|---|
class |
OLuceneFullTextIndex |
class |
OLuceneIndexNotUnique |
Modifier and Type | Method and Description |
---|---|
OIndexAbstract |
OLuceneIndexNotUnique.removeCluster(String iClusterName) |
Modifier and Type | Class and Description |
---|---|
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 |
OIndexUnique
Index implementation that allows only one value for a key.
|
Modifier and Type | Method and Description |
---|---|
OIndexAbstract |
OIndexAbstract.addCluster(String clusterName) |
OIndexAbstract |
OIndexAbstract.removeCluster(String iClusterName) |
Modifier and Type | Class and Description |
---|---|
class |
OLuceneSpatialIndex |
Copyright © 2009–2020 OrientDB. All rights reserved.