| Package | Description | 
|---|---|
| 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.text.lucene | 
 This package contains the logic for handling text search and text indexing using Apache Lucene. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
RDBMSLuceneIndexParameters
This class manages relevant parameters for text indexing 
 | 
| Modifier and Type | Method and Description | 
|---|---|
static LuceneIndexParameters | 
LuceneIndexParameters.createInstance(int numSubDirs, int reindexNumConns, int batchSize, int commitBatchSize, boolean differentiateDatatypes, java.lang.String dirname)
Creates a new OracleIndexParams object from the set of parameters. 
 | 
static LuceneIndexParameters | 
LuceneIndexParameters.createInstance(int numSubDirs, int reindexNumConns, int batchSize, int commitBatchSize, boolean differentiateDatatypes, java.lang.String[] dirnames)
Creates a new OracleIndexParams object from the set of parameters. 
 | 
static LuceneIndexParameters | 
LuceneIndexParameters.getInstance(com.tinkerpop.blueprints.Parameter[] parameters)
Creates a new OracleIndexParameters object from an initial set of parameters. 
 | 
Copyright © 2017, 2018 Oracle and/or its affiliates. All Rights Reserved.