Package | Description |
---|---|
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 | Class and Description |
---|---|
class |
OracleTextAutoIndex<T extends org.apache.tinkerpop.gremlin.structure.Element>
This class implements the OracleAutoIndex interface to handle text search and text indexing using Oracle Text.
|
class |
RDBMSOracleTextEdgeAutoIndex
This class extends the functions defined in OracleTextAutoIndex to handle an automatic index on edges using Oracle Text.
|
class |
RDBMSOracleTextVertexAutoIndex
This class extends the functions defined in OracleTextAutoIndex to handle an automatic index on vertices using Oracle Text.
|
Modifier and Type | Method and Description |
---|---|
OracleAutoIndex<org.apache.tinkerpop.gremlin.structure.Edge> |
OracleIndexManager.getEdgeAutoIndexer(Parameter... indexParameters)
Deprecated.
|
OracleAutoIndex<org.apache.tinkerpop.gremlin.structure.Vertex> |
OracleIndexManager.getVertexAutoIndexer(Parameter... indexParameters)
Deprecated.
|
Copyright © 2010, 2020 Oracle and/or its affiliates. All Rights Reserved.