Skip to Main Content

Database Software

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

How to use a Multi_Column_Datastore index to search, but excluding a certain column?

DannyS-OracleJan 25 2018 — edited Jan 29 2018

Hi everyone, I am a beginner in Oracle Text, please be kind to me .

I have built a multi_column_datastore CONTEXT index on my application. And then, I have a specific case where I want to perform a search using this index, but excluding one of the columns.

For example, the index was built on columnA, columnB, and columnC. I want to check whether my database entries contain a keyword, which exist on any columns other than column C, using the same index. Is it possible to do this? Or do I have to build another index just to perform this check?

Thank you in advance...

This post has been answered by Bud Light on Jan 26 2018
Jump to Answer
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Feb 26 2018
Added on Jan 25 2018
2 comments
1,393 views