Package | Description |
---|---|
oracle.pg.rdbms.index.jdbc |
This package contains the logic specific to the management of a JDBC based Directory for Apache Lucene text index.
|
oracle.pg.rdbms.index.jdbc.handler |
This package contains a set of modification to Compass EntryHandlers to support file level operations over the OracleJdbcDirectory directory under Lucene 4.5.
|
oracle.pg.rdbms.index.jdbc.operators |
This package contains a set of modification to Compass operators to support Lucene index and output operations over Oracle Database.
|
Modifier and Type | Method and Description |
---|---|
void |
OracleLock.configure(OracleJdbcDirectory directory,
String name) |
void |
OracleLock.initializeDatabase(OracleJdbcDirectory oracleDirectory) |
Modifier and Type | Method and Description |
---|---|
void |
FileEntryHandler.configure(OracleJdbcDirectory jdbcDirectory)
Called after the entry is created (during the
OracleJdbcDirectory
initialization process. |
void |
NoOpFileEntryHandler.configure(OracleJdbcDirectory jdbcDirectory)
Called after the entry is created (during the
OracleJdbcDirectory
initialization process. |
void |
OracleFileEntryHandler.configure(OracleJdbcDirectory directory)
Called after the entry is created (during the
OracleJdbcDirectory
initialization process. |
Modifier and Type | Method and Description |
---|---|
void |
AbstractJdbcIndexOutput.configure(String name,
OracleJdbcDirectory directory)
Configures this object instance with the given name and OracleJdbcDirectory
object.
|
void |
FetchOnBufferReadJdbcIndexInput.configure(String name,
OracleJdbcDirectory directory)
Configures this object instance with the given name and OracleJdbcDirectory
object.
|
void |
FetchOnOpenJdbcIndexInput.configure(String name,
OracleJdbcDirectory directory)
Configures this object instance with the given name and OracleJdbcDirectory
object.
|
void |
FetchPerTransactionJdbcIndexInput.configure(String name,
OracleJdbcDirectory directory)
Configures this object instance with the given name and OracleJdbcDirectory
object.
|
void |
FileJdbcIndexOutput.configure(String name,
OracleJdbcDirectory jdbcDirectory)
Configures this object instance with the given name and OracleJdbcDirectory
object.
|
void |
JdbcBufferedIndexInput.configure(String name,
OracleJdbcDirectory jdbcDirectory)
Configures this object instance with the given name and OracleJdbcDirectory
object.
|
void |
JdbcBufferedIndexOutput.configure(String name,
OracleJdbcDirectory jdbcDirectory)
Configures this object instance with the given name and OracleJdbcDirectory
object.
|
void |
JdbcIndexConfigurable.configure(String name,
OracleJdbcDirectory jdbcDirectory)
Configures the newly created
IndexInput or IndexOutput implementations. |
void |
RAMAndFileJdbcIndexOutput.configure(String name,
OracleJdbcDirectory jdbcDirectory)
Configures this object instance with the given name and OracleJdbcDirectory
object.
|
void |
RAMJdbcIndexOutput.configure(String name,
OracleJdbcDirectory jdbcDirectory)
Configures this object instance with the given name and OracleJdbcDirectory
object.
|
Copyright © 2017 Oracle and/or its affiliates. All Rights Reserved.