Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> interMedia/context error using GERMAN word stemming !!!
Hi,
I have made a full-text index with GERMAN word stemming but when I execute the following query I get an oracle error: "DRG-50921: EQUIV operand not a word or another EQUIV expression"
SELECT COUNT(*)
FROM "GERMANY"."PRODUCTDESC"
WHERE CONTAINS(description, '$kabel') > 0
If I remove '$':
SELECT COUNT(*)
FROM "GERMANY"."PRODUCTDESC"
WHERE CONTAINS(description, 'kabel') > 0
...3596 is returned as expected
If I substitute 'kabel' with 'batterie':
SELECT COUNT(*)
FROM "GERMANY"."PRODUCTDESC"
WHERE CONTAINS(description, '$batterie') > 0
...444 is returned as expected
Can enybody tell me WHY ????
Phone +45 89 39 11 11
Fax +45 89 39 11 12
memsi_at_stibo.dk
http://www.stibo.com
Received on Wed Sep 22 1999 - 11:05:27 CDT
![]() |
![]() |