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.
|
Modifier and Type | Method and Description |
---|---|
OracleIndexFile |
OracleJdbcDirectory.getDocInBatch(String name) |
Modifier and Type | Method and Description |
---|---|
Map<String,OracleIndexFile> |
OracleJdbcDirectory.getFilesBatch() |
Modifier and Type | Method and Description |
---|---|
static void |
OracleJdbcIndexUtils.createIndexFile(Connection conn,
String tableName,
OracleIndexFile file) |
static void |
OracleJdbcIndexUtils.createIndexFiles(Connection conn,
String tableName,
OracleIndexFile[] files) |
Modifier and Type | Method and Description |
---|---|
void |
OracleJdbcDirectory.setFilesBatch(Map<String,OracleIndexFile> files) |
Copyright © 2017 Oracle and/or its affiliates. All Rights Reserved.