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.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 |
---|---|
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 © 2015, 2019, Oracle and/or its afflilates. All Rights Reserved.