Package | Description |
---|---|
oracle.pg.rdbms.index.oratext |
This package contains the APIs specific to the text indexing and text search using Oracle Text for property graph support on Oracle Database.
|
oracle.pg.text |
This package contains the logic for handling text search and text indexing.
|
Modifier and Type | Method and Description |
---|---|
OracleIndex.SEARCH_ENGINE |
OracleTextAutoIndex.getSearchEngine()
Gets the search engine used by this OracleIndex object
|
Modifier and Type | Method and Description |
---|---|
OracleIndex.SEARCH_ENGINE |
OracleIndex.getSearchEngine()
Gets the search engine used by this OracleIndex object
|
static OracleIndex.SEARCH_ENGINE |
OracleIndex.SEARCH_ENGINE.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static OracleIndex.SEARCH_ENGINE[] |
OracleIndex.SEARCH_ENGINE.values()
Returns an array containing the constants of this enum type, in the order they are declared.
|
Copyright © 2010, 2020 Oracle and/or its affiliates. All Rights Reserved.