| Package | Description |
|---|---|
| com.orientechnologies.orient.core.index |
| Modifier and Type | Interface and Description |
|---|---|
interface |
OIndexDefinition
Presentation of index that is used information and contained in document
OClass . |
interface |
OIndexDefinitionMultiValue
Interface that indicates that index definition is based on collection of values but not on single value.
|
| Modifier and Type | Class and Description |
|---|---|
class |
OAbstractIndexDefinition
Abstract index definiton implementation.
|
class |
OAbstractIndexDefinitionMultiValue
Base class for all multivalue index definitions that contains base functionality which can be reused by concrete implementations.
|
class |
OCompositeIndexDefinition
Index that consist of several indexDefinitions like
OPropertyIndexDefinition. |
class |
OPropertyIndexDefinition
Index implementation bound to one schema class property.
|
class |
OPropertyListIndexDefinition
Index implementation bound to one schema class property that presents
OType.EMBEDDEDLIST,
OType.LINKLIST,
OType.LINKSET or
OType.EMBEDDEDSET properties. |
class |
OPropertyMapIndexDefinition
Index implementation bound to one schema class property that presents
{@link com.orientechnologies.orient.core.metadata.schema.OType#EMBEDDEDMAP or
|
class |
OPropertyRidBagIndexDefinition
Index definition for index which is bound to field with type
OType.LINKBAG . |
class |
ORuntimeKeyIndexDefinition<T>
Index definition that use the serializer specified at run-time not based on type.
|
class |
OSimpleKeyIndexDefinition |
Copyright © 2009–2025 OrientDB. All rights reserved.