Creating JSON Section Groups for JSON Search Index
The following example creates a JSON enabled text index.
create index json_ctx_idx on customers (customer
_info)
indextype is ctxsys.context
parameters ('section group CTXSYS.JSON_SECTION_GROUP');
The following example creates a JSON enabled text index.
create index json_ctx_idx on customers (customer
_info)
indextype is ctxsys.context
parameters ('section group CTXSYS.JSON_SECTION_GROUP');