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.
|
Modifier and Type | Method and Description |
---|---|
static OracleTextQueryObject |
OracleTextQueryObject.getInstance(java.lang.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(java.lang.String queryBody, int score, OracleTextQueryObject.ScoreRange scoreRange, OracleTextQueryObject.Direction orderByDirection, java.lang.String key) |
static OracleTextQueryObject |
OracleTextQueryObject.getInstance(java.lang.String queryBody, int score, OracleTextQueryObject.ScoreRange scoreRange, OracleTextQueryObject.Direction orderByDirection, java.lang.String key, java.lang.Class dtClass) |
Copyright © 2017, 2018 Oracle and/or its affiliates. All Rights Reserved.