| Package | Description |
|---|---|
| com.orientechnologies.lucene.index | |
| com.orientechnologies.orient.core.index |
| Modifier and Type | Class and Description |
|---|---|
class |
OLuceneFullTextIndex |
class |
OLuceneIndexNotUnique |
| 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
Fast index for full-text searches.
|
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<T> |
OIndexAbstract.addCluster(String clusterName) |
OIndexAbstract<T> |
OIndexAbstract.removeCluster(String iClusterName) |
Copyright © 2009–2025 OrientDB. All rights reserved.