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.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 |
---|---|
<T extends org.apache.tinkerpop.gremlin.structure.Element> |
OraclePropertyGraphBase.createIndex(java.lang.String indexName, java.lang.Class<T> indexClass, Parameter... indexParameters)
Generates an index with a particular name, for a particular class, and of a particular type.
|
<T extends org.apache.tinkerpop.gremlin.structure.Element> |
OracleIndexableGraph.createIndex(java.lang.String indexName, java.lang.Class<T> indexClass, Parameter... indexParameters)
Generates an index with a particular name, for a particular class, and of a particular type.
|
default <T extends org.apache.tinkerpop.gremlin.structure.Element> |
OracleIndexableGraph.createKeyIndex(java.lang.String[] keys, java.lang.Class<T> elementClass, Parameter... parameters)
Creates an automatically maintained index for the given keys and element class.
|
default <T extends org.apache.tinkerpop.gremlin.structure.Element> |
OracleIndexableGraph.createKeyIndex(java.lang.String key, java.lang.Class<T> elementClass, Parameter... parameters)
Creates an automatic indexing structure for indexing provided key for element class.
|
default <T extends org.apache.tinkerpop.gremlin.structure.Element> |
OracleIndexableGraph.dropKeyIndex(java.lang.String[] keys, java.lang.Class<T> elementClass, Parameter... parameters)
Removes an automatic indexing structure associated with indexing provided key for element class.
|
Modifier and Type | Method and Description |
---|---|
Parameter<java.lang.String,java.lang.Object>[] |
OracleTextAutoIndex.getParameters()
Gets the Parameters associated to this index.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<Parameter> |
OracleTextIndexParameters.defaultIndexParamsAsList()
Gets Oracle's default list of parameters defined for a text index using Oracle Text The owner of the preferences will be set to "MDSYS", By default the data store, filter, storage, word list, and stop list preferences used will be the default preferences of CTXSYS user.
|
Modifier and Type | Method and Description |
---|---|
static OracleTextIndexParameters |
OracleTextIndexParameters.getInstance(Parameter[] parameters)
Creates a new OracleIndexParameters object from an initial set of parameters.
|
Constructor and Description |
---|
OracleTextAutoIndex(java.lang.String indexName, java.lang.Class<T> indexClass, OraclePropertyGraphBase oraclePropertyGraph, Parameter[] indexParameters, boolean clear)
Constructs a new OracleTextAutoIndex object.
|
OracleTextIndexParameters(Parameter[] parameters)
Creates a new OracleTexIndexParameters object from an initial set of parameters.
|
RDBMSOracleTextEdgeAutoIndex(java.lang.String indexName, OraclePropertyGraph opg, Parameter[] indexParameters, boolean erase)
Constructs a new RDBMSOracleTextEdgeAutoIndex object.
|
RDBMSOracleTextVertexAutoIndex(java.lang.String indexName, OraclePropertyGraph opg, Parameter[] indexParameters, boolean erase)
Constructs a new RDBMSOracleTextVertexAutoIndex object.
|
Constructor and Description |
---|
OracleTextIndexParameters(java.util.List<Parameter> parameters)
Creates a new OracleTextIndexParameters object from an initial set of parameters.
|
Modifier and Type | Method and Description |
---|---|
Parameter[] |
OracleIndexParameters.defaultIndexParams()
Gets Oracle's default array of parameters defined for an index.
|
Parameter[] |
OracleIndexParameters.getParameters()
Gets the index parameters associated to this object.
|
Parameter[] |
OracleIndex.getParameters()
Gets the OracleIndexParameters associated to this index
|
Modifier and Type | Method and Description |
---|---|
java.util.List<Parameter> |
OracleIndexParameters.defaultIndexParamsAsList()
Gets Oracle's default list of parameters defined for an index.
|
Modifier and Type | Method and Description |
---|---|
void |
OracleIndexParameters.addParameter(Parameter parameter)
Adds a new parameter to this OracleIndexParameters object
|
<T extends org.apache.tinkerpop.gremlin.structure.Element> |
OracleIndexManager.createIndex(java.lang.String indexName, java.lang.Class<T> indexClass, OraclePropertyGraphBase pg, Parameter... indexParameters)
Generates an index with a particular name, for a particular class, and of a particular type.
|
OracleAutoIndex<org.apache.tinkerpop.gremlin.structure.Edge> |
OracleIndexManager.getEdgeAutoIndexer(Parameter... indexParameters)
Deprecated.
|
OracleAutoIndex<org.apache.tinkerpop.gremlin.structure.Vertex> |
OracleIndexManager.getVertexAutoIndexer(Parameter... indexParameters)
Deprecated.
|
Constructor and Description |
---|
IndexParametersBase(Parameter[] indexParams, OraclePropertyGraphBase opg)
Creates a new IndexParametersBase object from the given array of parameters and the property graph associated.
|
OracleIndexParameters(Parameter[] parameters)
Creates a new OracleIndexParameters object from an initial set of parameters.
|
Constructor and Description |
---|
OracleIndexParameters(java.util.List<Parameter> parameters)
Creates a new OracleIndexParameters object from an initial set of parameters.
|
Copyright © 2010, 2020 Oracle and/or its affiliates. All Rights Reserved.