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 12c.
|
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 12c.
|
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 Element> |
OraclePropertyGraphBase.getIndexParameters(String indexName,
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 Element> |
OraclePropertyGraph.getIndexParameters(String indexName,
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 |
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(String prefOwner,
String datastore,
String filter,
String storage,
String wordlist,
String stoplist,
String lexer,
int dop,
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,
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,
String[] dirnames)
Creates a new OracleIndexParameters object from the set of parameters using
Lucene engine.
|
static OracleIndexParameters |
OracleIndexParameters.buildSolr(String configName,
String solrServerURL,
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 Oracle and/or its affiliates. All Rights Reserved.