Package | Description |
---|---|
oracle.pg.rdbms |
This package contains the logic specific to the property graph support on Oracle Database.
|
oracle.pg.rdbms.index.jdbc |
This package contains the logic specific to the management of a JDBC based Directory for Apache Lucene text index.
|
oracle.pg.rdbms.index.lucene |
This package contains the logic specific to the text indexing and text search using Apache Lucene for property graph support on Oracle Database 12c.
|
Modifier and Type | Method and Description |
---|---|
OraclePool |
Oracle.createPool(Properties prop)
Creates an instance of OraclePool.
|
Modifier and Type | Method and Description |
---|---|
OraclePool |
OracleJdbcDirectory.getOraclePool() |
Constructor and Description |
---|
OracleJdbcDirectory(OraclePool pool,
String tableName)
Creates a new Oracle directory.
|
Modifier and Type | Method and Description |
---|---|
OraclePool[] |
RDBMSLuceneEdgeAutoIndex.getOraclePool(Map<String,Object> indexParams)
Get the Oracle Pool associated to the specified index parameters
|
OraclePool[] |
RDBMSLuceneEdgeIndex.getOraclePool(Map<String,Object> indexParams)
Get the Oracle Pool associated to the specified index parameters
|
OraclePool[] |
RDBMSLuceneVertexAutoIndex.getOraclePool(Map<String,Object> indexParams)
Get the Oracle Pool associated to the specified index parameters
|
OraclePool[] |
RDBMSLuceneVertexIndex.getOraclePool(Map<String,Object> indexParams)
Get the Oracle Pool associated to the specified index parameters
|
Modifier and Type | Method and Description |
---|---|
static RDBMSLuceneIndexParameters |
RDBMSLuceneIndexParameters.buildJDBC(int numSubDirs,
int reindexNumConns,
int batchSize,
int commitBatchSize,
boolean differentiateDatatypes,
OraclePool pool) |
static RDBMSLuceneIndexParameters |
RDBMSLuceneIndexParameters.buildJDBC(int numSubDirs,
int reindexNumConns,
int batchSize,
int commitBatchSize,
boolean differentiateDatatypes,
OraclePool[] pools) |
static RDBMSLuceneDirectory |
RDBMSLuceneDirectory.getJdbcRDBMSDirectory(String directoryName,
OraclePool[] pool)
Creates an
RDBMSLuceneDirectory object using a single Oracle JDBC
sub-directory. |
static RDBMSLuceneDirectory |
RDBMSLuceneDirectory.getJdbcRDBMSDirectory(String directoryName,
OraclePool[] pool,
int numSubDirs)
Creates an
RDBMSLuceneDirectory object using Oracle JDBC sub-directories. |
Copyright © 2017 Oracle and/or its affiliates. All Rights Reserved.