Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Mailing Lists -> Oracle-L -> Can InterMedia search for the presence or absence of a tag?

Can InterMedia search for the presence or absence of a tag?

From: MONAGHAN, Mike <Monagham_at_oup.co.uk>
Date: Mon, 19 Mar 2001 01:21:52 -0800
Message-ID: <F001.002D0433.20010319005024@fatcity.com>

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-L

(or the name of mailing list you want to be removed from). You may
also send the HELP command for other information (like subscribing).
Received on Mon Mar 19 2001 - 03:21:52 CST

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US