Creating custom index on UCM tables ?
Hi Experts,
I know it is possible to add new information fields into UCM (DOCMETA table) through admin applet -> configuration manger.
My question is, Is it possible to create custom index on some of theses newly created fields?
something other than the "Enable for Search Index" checkbox.
Let's say you have added a custom field of type memo and want to create a text index on it so that
you can use search queries with <CONTAINS> or <IN>. (e.g. xCustomField <CONTAINS> 'something' )
at the moment without such a text index an attempt to use <CONTAINS> throws this error:
ORA-20000: Oracle Text error: DRG-10599: column is not indexed