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 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.
|
oracle.pg.rdbms.index.oratext |
This package contains the logic 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.
|
oracle.pg.text.lucene |
This package contains the logic for handling text search and text indexing using Apache Lucene.
|
oracle.pg.text.solr |
This package contains the logic for handling text search and text indexing using SolrCloud.
|
Modifier and Type | Method and Description |
---|---|
OracleIndexParameters |
OraclePropertyGraphBase.getDefaultIndexParameters()
Get the default index parameters associated to this property graph.
|
<T extends com.tinkerpop.blueprints.Element> |
OraclePropertyGraphBase.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.
|
Modifier and Type | Method and Description |
---|---|
<T extends com.tinkerpop.blueprints.Element> |
OraclePropertyGraph.getIndexParameters(java.lang.String indexName, java.lang.Class<T> indexClass)
Gets the index parameters associated to the given text index.
|
Modifier and Type | Class and Description |
---|---|
class |
RDBMSLuceneIndexParameters
This class manages relevant parameters for text indexing
|
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 |
---|---|
static OracleIndexParameters |
OracleIndexParameters.buildFS(int numSubDirs, int reindexNumConns, int batchSize, int commitBatchSize, boolean differentiateDatatypes, java.lang.String dirname)
Creates a new OracleIndexParameters object from the set of parameters using Lucene engine.
|
static OracleIndexParameters |
OracleIndexParameters.buildFS(int numSubDirs, int reindexNumConns, int batchSize, int commitBatchSize, boolean differentiateDatatypes, java.lang.String[] dirnames)
Creates a new OracleIndexParameters object from the set of parameters using Lucene engine.
|
static OracleIndexParameters |
OracleIndexParameters.buildSolr(java.lang.String configName, java.lang.String solrServerURL, java.lang.String solrNodeSet, int zkTimeout, int numShards, int replicationFactor, int maxShardsPerNode, int reindexNumConns, int batchSize, int commitBatchSize, long writeTimeout)
Creates a new OracleIndexParameters object from the set of parameters using SolrCloud engine.
|
OracleIndexParameters |
OracleIndex.getOracleIndexParameters()
Gets the OracleIndexParameters associated to this index
|
Modifier and Type | Class and Description |
---|---|
class |
LuceneIndexParameters
This class manages relevant parameters for text indexing.
|
Modifier and Type | Method and Description |
---|---|
OracleIndexParameters |
LuceneIndex.getOracleIndexParameters() |
Modifier and Type | Class and Description |
---|---|
class |
SolrIndexParameters
This class manages relevant parameters for SolrCloud text indexing.
|
Modifier and Type | Method and Description |
---|---|
OracleIndexParameters |
SolrIndex.getOracleIndexParameters()
Gets an
OracleIndexParameters wrapping the parameters associated to this index |
Copyright © 2017, 2018 Oracle and/or its affiliates. All Rights Reserved.