Package | Description |
---|---|
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 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 © 2016 Oracle and/or its affiliates. All Rights Reserved.