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 12c.
|
oracle.pg.text.lucene |
This package contains the logic for handling text search and text indexing using Apache Lucene.
|
Modifier and Type | Method and Description |
---|---|
static RDBMSLuceneDirectory |
RDBMSLuceneDirectory.getJdbcRDBMSDirectory(String directoryName,
OraclePool[] pool)
Creates an
RDBMSLuceneDirectory object using a single Oracle JDBC
sub-directory. |
static RDBMSLuceneDirectory |
RDBMSLuceneDirectory.getJdbcRDBMSDirectory(String directoryName,
OraclePool[] pool,
int numSubDirs)
Creates an
RDBMSLuceneDirectory object using Oracle JDBC sub-directories. |
Modifier and Type | Method and Description |
---|---|
static OracleDirectory |
OracleDirectory.getFSOracleDirectory(String directoryName,
String[] locations)
Creates an
OracleDirectory object using FSDirectory for the specified number of sub-directories. |
static OracleDirectory |
OracleDirectory.getFSOracleDirectory(String directoryName,
String[] location,
int numSubDirs)
Creates an
OracleDirectory object using FSDirectory
sub-directories. |
org.apache.lucene.store.Directory |
OracleDirectory.getSubDirectory(int index)
Gets the
Directory object associated to the specified sub-directory. |
Constructor and Description |
---|
OracleDirectory(String directoryName,
OracleDirectory.DirectoryType directoryType,
String[] locations,
int numSubDirs)
Constructs an OracleDirectory object.
|
Copyright © 2017 Oracle and/or its affiliates. All Rights Reserved.