Package | Description |
---|---|
oracle.pg.common |
This package contains the common logic that is shared by all the backend databases including 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 Element> |
OraclePropertyGraphBase.getIndexParameters(String indexName,
Class<T> indexClass)
Get the index parameters associated to this property graph.
|
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,
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 © 2016 Oracle and/or its affiliates. All Rights Reserved.