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 |
---|---|
OracleDirectory.DirectoryType |
LuceneParameters.getDirectoryType()
Gets the Directory Type used in this index.
|
OracleDirectory.DirectoryType |
OracleDirectory.getDirectoryType()
Get the directory type of this OracleDirectory
|
static OracleDirectory.DirectoryType |
LuceneIndexParameters.getDirectoryType(int directoryType)
Deprecated.
|
static OracleDirectory.DirectoryType |
OracleDirectory.DirectoryType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OracleDirectory.DirectoryType[] |
OracleDirectory.DirectoryType.values()
Returns an array containing the constants of this enum type, in the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static int |
LuceneIndexParameters.getDirectoryTypeAsInt(OracleDirectory.DirectoryType directoryType)
Deprecated.
|
Constructor and Description |
---|
OracleDirectory(String directoryName, OracleDirectory.DirectoryType directoryType, String[] locations, int numSubDirs)
Constructs an OracleDirectory object.
|
Copyright © 2017 Oracle and/or its afflilates. All Rights Reserved.