Package | Description |
---|---|
oracle.pg.rdbms.index.oratext |
This package contains the logic specific to the text indexing and text search using Oracle Text for property graph support on Oracle Database 12c.
|
Modifier and Type | Method and Description |
---|---|
OracleTextQueryObject.Direction |
OracleTextQueryObject.getOrderByDirection()
Get the direction order used for the Oracle Text query
|
static OracleTextQueryObject.Direction |
OracleTextQueryObject.Direction.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OracleTextQueryObject.Direction[] |
OracleTextQueryObject.Direction.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static OracleTextQueryObject |
OracleTextQueryObject.getInstance(String queryBody,
int score,
OracleTextQueryObject.ScoreRange scoreRange,
OracleTextQueryObject.Direction orderByDirection)
Creates an OracleTextQueryObject from the specified query body and score settings
|
static OracleTextQueryObject |
OracleTextQueryObject.getInstance(String queryBody,
int score,
OracleTextQueryObject.ScoreRange scoreRange,
OracleTextQueryObject.Direction orderByDirection,
String key) |
static OracleTextQueryObject |
OracleTextQueryObject.getInstance(String queryBody,
int score,
OracleTextQueryObject.ScoreRange scoreRange,
OracleTextQueryObject.Direction orderByDirection,
String key,
Class dtClass) |
Copyright © 2017 Oracle and/or its affiliates. All Rights Reserved.