| Package | Description |
|---|---|
| com.orientechnologies.orient.core.index |
| Modifier and Type | Class and Description |
|---|---|
class |
OIndexFullText
Fast index for full-text searches.
|
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) |
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–2025 OrientDB. All rights reserved.