Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> Can InterMedia search for the presence or absence of a tag?
We're using InterMedia's XML section indexing (Oracle8.1.6.3), and mostly it
works fine. However, I think it's indexing technique means that you:
(i) cannot search for tags, eg contains(doc,'<bold>',1);
(ii) cannot search for documents that have an empty tag (eg <bold></bold>).
In both cases wildcard expansion doesn't work; for example:
SQLPLUS> select doc from mytable where contains (doc, '% within
publisher',0)>0;
*
ERROR at line 1:
ORA-29902: error in executing ODCIIndexStart() routine ORA-20000: interMedia Text error: DRG-50937: query too complex DRG-51030: wildcard query expansion resulted in too many terms
Does anyone know of a way to do either (i) or (ii).
Many thanks, Mike Monaghan
-- Please see the official ORACLE-L FAQ: http://www.orafaq.com -- Author: MONAGHAN, Mike INET: Monagham_at_oup.co.uk Fat City Network Services -- (858) 538-5051 FAX: (858) 538-5051 San Diego, California -- Public Internet access / Mailing Lists -------------------------------------------------------------------- To REMOVE yourself from this mailing list, send an E-Mail message to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in the message BODY, include a line containing: UNSUB ORACLE-LReceived on Mon Mar 19 2001 - 03:21:52 CST
(or the name of mailing list you want to be removed from). You may
also send the HELP command for other information (like subscribing).
![]() |
![]() |