CREATE HYBRID VECTOR INDEX
Semantics
This command is part of the Oracle Text product.
Use the CREATE HYBRID VECTOR INDEX
statement to create a hybrid vector index, which allows you to index and query documents using a combination of full-text search and similarity search to achieve higher quality search results.
Hybrid Vector Index for JSON
You can create a hybrid vector index on a JSON column. In this case index_column_name
must be a column of type JSON
, and paramstring
must contain the JSON-specific path element.
See Also:
-
For full semantics and usage details, refer to Oracle Text SQL Statements and Operators of the Oracle Text Reference.