public class RDBMSLuceneDirectory extends OracleDirectory
OracleDirectory.DirectoryType| Modifier and Type | Method and Description |
|---|---|
static RDBMSLuceneDirectory |
getJdbcRDBMSDirectory(java.lang.String directoryName, OraclePool[] pool)
Creates an
RDBMSLuceneDirectory object using a single Oracle JDBC sub-directory. |
static RDBMSLuceneDirectory |
getJdbcRDBMSDirectory(java.lang.String directoryName, OraclePool[] pool, int numSubDirs)
Creates an
RDBMSLuceneDirectory object using Oracle JDBC sub-directories. |
close, getDirectoryType, getFSOracleDirectory, getFSOracleDirectory, getInstance, getSubDirectory, sizepublic static RDBMSLuceneDirectory getJdbcRDBMSDirectory(java.lang.String directoryName, OraclePool[] pool) throws OracleIndexException
RDBMSLuceneDirectory object using a single Oracle JDBC sub-directory.directoryName - the name of this directory.pool - an array of OraclePool objects specifying the storage of the JDBC directories.RDBMSLuceneDirectory object.java.io.IOExceptionOracleIndexExceptionpublic static RDBMSLuceneDirectory getJdbcRDBMSDirectory(java.lang.String directoryName, OraclePool[] pool, int numSubDirs) throws OracleIndexException
RDBMSLuceneDirectory object using Oracle JDBC sub-directories.directoryName - the name of this directory.pool - an array of OraclePool objects specifying the storage of the JDBC directories.numSubDirs - the number of sub-directories to use in this Directory.RDBMSLuceneDirectory object.java.io.IOExceptionOracleIndexExceptionCopyright © 2017, 2018 Oracle and/or its affiliates. All Rights Reserved.