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 | Class and Description |
---|---|
class |
RDBMSLuceneDirectory |
Modifier and Type | Method and Description |
---|---|
OracleDirectory |
RDBMSLuceneEdgeAutoIndex.getOracleDirectory()
Gets the Oracle Directory storing all index data.
|
OracleDirectory |
RDBMSLuceneEdgeIndex.getOracleDirectory()
Gets the Oracle Directory storing all index data.
|
OracleDirectory |
RDBMSLuceneVertexAutoIndex.getOracleDirectory()
Gets the Oracle Directory storing all index data.
|
OracleDirectory |
RDBMSLuceneVertexIndex.getOracleDirectory()
Gets the Oracle Directory storing all index data.
|
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. |
static OracleDirectory |
OracleDirectory.getInstance(String directoryName,
org.apache.lucene.store.Directory[] directories)
Creates an
OracleDirectory object from the specified set of
sub-directories. |
OracleDirectory |
LuceneIndex.getOracleDirectory()
Gets the Oracle Directory storing all index data.
|
Copyright © 2017 Oracle and/or its affiliates. All Rights Reserved.