See: Description
| Class | Description |
|---|---|
| OracleTextAutoIndex<T extends com.tinkerpop.blueprints.Element> |
This class implements the OracleAutoIndex interface to handle text search and text indexing using Oracle Text.
|
| OracleTextIndexParameters |
This class manages relevant parameters for text indexing using Oracle Text.
|
| OracleTextParameters |
This class manages the parameters and utilities for Oracle Text index
|
| OracleTextQueryObject |
This class defines a helper Query object used for querying K/V pairs indexed using an Oracle Text index.
|
| RDBMSOracleTextEdgeAutoIndex |
This class extends the functions defined in OracleTextAutoIndex to handle an automatic index on edges using Oracle Text.
|
| RDBMSOracleTextVertexAutoIndex |
This class extends the functions defined in OracleTextAutoIndex to handle an automatic index on vertices using Oracle Text.
|
| Enum | Description |
|---|---|
| OracleTextQueryObject.Direction |
This enumeration denotes how results will be sorted based on their score value
|
| OracleTextQueryObject.ScoreRange |
This enumeration denotes the if the results should be filtered based on a positive or negative score
|
Copyright © 2017, 2018 Oracle and/or its affiliates. All Rights Reserved.