Package | Description |
---|---|
oracle.pg.common |
This package contains the common logic that is shared by all the backend databases including Oracle Database, Oracle NoSQL Database, and Apache HBase.
|
oracle.pg.text |
This package contains the logic for handling text search and text indexing.
|
Modifier and Type | Method and Description |
---|---|
OracleIndexParameters |
OraclePropertyGraphBase.getDefaultIndexParameters()
Get the default index parameters associated to this property graph.
|
OracleIndexParameters |
OracleIndexableGraph.getDefaultIndexParameters()
Get the public default index parameters associated to this property graph.
|
default <T extends OracleElementBase> |
OracleIndexableGraph.getIndexParameters(java.lang.String indexName, java.lang.Class<T> indexClass)
Gets the index parameters associated to the given text index.
|
Modifier and Type | Method and Description |
---|---|
void |
OraclePropertyGraphBase.setDefaultIndexParameters(OracleIndexParameters indexParams)
Set the default index parameters associated to this property graph.
|
void |
OracleIndexableGraph.setDefaultIndexParameters(OracleIndexParameters indexParams)
Set the public default index parameters associated to this property graph.
|
Modifier and Type | Method and Description |
---|---|
OracleIndexParameters |
OracleIndex.getOracleIndexParameters()
Gets the OracleIndexParameters associated to this index
|