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.rdbms |
This package contains the APIs specific to the property graph support on Oracle Database.
|
oracle.pg.rdbms.index.oratext |
This package contains the APIs specific to the text indexing and text search using Oracle Text for property graph
support on Oracle Database.
|
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 org.apache.tinkerpop.gremlin.structure.Element> |
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 |
OraclePropertyGraph.getDefaultIndexParameters()
Get the default index parameters associated to this property graph.
|
Modifier and Type | Class and Description |
---|---|
class |
OracleTextIndexParameters
This class manages relevant parameters for text indexing using Oracle Text.
|
Modifier and Type | Method and Description |
---|---|
static OracleIndexParameters |
OracleTextIndexParameters.buildDefaultOracleText()
Creates a new OracleIndexParameters object from the set of default parameters used to configure a text index using
Oracle Text.
|
static OracleIndexParameters |
OracleTextIndexParameters.buildOracleText(java.lang.String prefOwner,
java.lang.String datastore,
java.lang.String filter,
java.lang.String storage,
java.lang.String wordlist,
java.lang.String stoplist,
java.lang.String lexer,
int dop,
java.lang.String options)
Creates a new OracleIndexParameters object from the set of parameters used to configure a text index using Oracle
Text.
|
OracleIndexParameters |
OracleTextAutoIndex.getOracleIndexParameters()
Gets the OracleIndexParameters associated to this index
|
Modifier and Type | Method and Description |
---|---|
OracleIndexParameters |
OracleIndex.getOracleIndexParameters()
Gets the OracleIndexParameters associated to this index
|
Copyright © 2015 - 2020 Oracle and/or its affiliates. All Rights Reserved.