Package | Description |
---|---|
oracle.pg.rdbms |
This package contains the logic specific to the property graph support on Oracle Database.
|
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.
|
Modifier and Type | Method and Description |
---|---|
OraclePool |
Oracle.createPool(java.util.Properties prop)
Creates an instance of OraclePool.
|
Modifier and Type | Method and Description |
---|---|
OraclePool[] |
RDBMSLuceneEdgeAutoIndex.getOraclePool(java.util.Map<java.lang.String,java.lang.Object> indexParams)
Get the Oracle Pool associated to the specified index parameters
|
OraclePool[] |
RDBMSLuceneEdgeIndex.getOraclePool(java.util.Map<java.lang.String,java.lang.Object> indexParams)
Get the Oracle Pool associated to the specified index parameters
|
OraclePool[] |
RDBMSLuceneVertexAutoIndex.getOraclePool(java.util.Map<java.lang.String,java.lang.Object> indexParams)
Get the Oracle Pool associated to the specified index parameters
|
OraclePool[] |
RDBMSLuceneVertexIndex.getOraclePool(java.util.Map<java.lang.String,java.lang.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(java.lang.String directoryName, OraclePool[] pool)
Creates an
RDBMSLuceneDirectory object using a single Oracle JDBC sub-directory. |
static RDBMSLuceneDirectory |
RDBMSLuceneDirectory.getJdbcRDBMSDirectory(java.lang.String directoryName, OraclePool[] pool, int numSubDirs)
Creates an
RDBMSLuceneDirectory object using Oracle JDBC sub-directories. |
Copyright © 2017, 2018 Oracle and/or its affiliates. All Rights Reserved.