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 |
---|---|
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.