Package | Description |
---|---|
com.orientechnologies.orient.core.index |
Modifier and Type | Class and Description |
---|---|
class |
OIndexFullText
Deprecated.
|
class |
OIndexNotUnique
Index implementation that allows multiple values for the same key.
|
Modifier and Type | Method and Description |
---|---|
OIndexMultiValues |
OIndexFullText.create(String name,
OIndexDefinition indexDefinition,
String clusterIndexName,
Set<String> clustersToIndex,
boolean rebuild,
OProgressListener progressListener)
Deprecated.
|
OIndexMultiValues |
OIndexMultiValues.create(String name,
OIndexDefinition indexDefinition,
String clusterIndexName,
Set<String> clustersToIndex,
boolean rebuild,
OProgressListener progressListener) |
OIndexMultiValues |
OIndexMultiValues.put(Object key,
OIdentifiable singleValue) |
Copyright © 2009–2020 OrientDB. All rights reserved.