See: Description
Interface | Description |
---|---|
OracleAutoIndex<T extends com.tinkerpop.blueprints.Element> |
An interface that extends the functions defined in OracleIndex to provide manage an automatic index.
|
OracleIndex<T extends com.tinkerpop.blueprints.Element> |
An interface extending the Blueprints Index interface.
|
Class | Description |
---|---|
IndexParametersBase |
This class manages the parameters and utilities to access the parameters
used to create text indices
|
OracleIndexManager |
A single point for managing/accessing all vertex and edge indices of a specific
OraclePropertyGraphBase object. |
OracleIndexParameters |
This class manages relevant parameters for text indexing.
|
OracleIndexUtils |
This class contains a set of utilities to handle text search and text indexes
|
Enum | Description |
---|---|
OracleIndex.SEARCH_ENGINE |
An enumeration listing the search engines supported for text search in Oracle Index
|
Exception | Description |
---|---|
OracleIndexException |
A nestable checked index exception.
|
Copyright © 2015, 2019, Oracle and/or its afflilates. All Rights Reserved.