See: Description
Interface | Description |
---|---|
OracleAutoIndex<T extends org.apache.tinkerpop.gremlin.structure.Element> |
An interface that extends the functions defined in OracleIndex to provide manage an automatic index.
|
OracleIndex<T extends org.apache.tinkerpop.gremlin.structure.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
|
Parameter<K,V> |
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 © 2010, 2020 Oracle and/or its affiliates. All Rights Reserved.