home clear 64x64
en blue 200x116 de orange 200x116 info letter User
suche 36x36
Latest versionsfixlist
11.1.0.7 FixList
10.5.0.9 FixList
10.1.0.6 FixList
9.8.0.5 FixList
9.7.0.11 FixList
9.5.0.10 FixList
9.1.0.12 FixList
Have problems? - contact us.
Register for free anmeldung-x26
Contact form kontakt-x26

DB2 - Problem description

Problem IC68933 Status: Closed

INCORRECT RESULTS USEING CONTAINS IN THE SAME SENTENCE

product:
DB2 NET SEARCH / 5765F3800 / 950 - DB2
Problem description:
Here is the corrected recreate 
 
DB2 "CREATE TABLE DOCVIEWR ( DOCKEY VARCHAR(200) FOR BIT DATA 
NOT NULL , DOCTEXT CLOB(51200) LOGGED NOT COMPACT ) DISTRIBUTE 
BY HASH(DOCKEY) IN DOCVIEWR_TS" 
 
DB2 "ALTER TABLE DOCVIEWR ADD CONSTRAINT PK PRIMARY KEY 
(DOCKEY)" 
 
 
db2text "create index TEXT02R.CNINX_DOCVIEWER_DOC for text on 
docviewr (doctext) format TEXT connect to sample" 
 
 
db2 "Insert Into DocViewr Values('DocData_data://Clinical 
Notes/Clinical Note+3656405:264907976:4', 'This is a sentence 
mentioning both Remicade and never.')" 
 
db2text Update Index Text02R.CNInx_DocViewer_Doc For Text 
connect to sample 
 
/* This won't match on the document inserted above. */ 
db2 "SELECT * FROM DOCVIEWR TEXTTABLE where CONTAINS(DOCTEXT, 
'((\"never\" IN SAME SENTENCE AS \"Remicade\" ) | 
((\"infliximab\", \"Remicade\") IN SAME SENTENCE AS \"decision\" 
))') = 1" 
 
/* But just swapping the order of the arguments to the ?|? 
operator in the search argument it will then match on that 
document. */ 
db2 "SELECT * FROM DOCVIEWR TEXTTABLE where CONTAINS(DOCTEXT, 
'(((\"infliximab\", \"Remicade\") IN SAME SENTENCE AS 
\"decision\" ) | (\"never\" IN SAME SENTENCE AS \"Remicade\" 
))') = 1"
Problem Summary:
The problem has fixed and will be available in next 
fixpack
Local Fix:
available fix packs:
DB2 Version 9.5 Fix Pack 7 for Linux, UNIX, and Windows
DB2 Version 9.5 Fix Pack 8 for Linux, UNIX, and Windows
DB2 Version 9.5 Fix Pack 9 for Linux, UNIX, and Windows
DB2 Version 9.5 Fix Pack 10 for Linux, UNIX, and Windows

Solution
The problem is fixed and will be available in the 
next fixpack
Workaround
not known / see Local fix
BUG-Tracking
forerunner  : APAR is sysrouted TO one or more of the following: IC70559 IC70564 IC70974 IC71017 IC71109 IC71128 
follow-up : 
Timestamps
Date  - problem reported    :
Date  - problem closed      :
Date  - last modified       :
02.06.2010
19.01.2011
19.01.2011
Problem solved at the following versions (IBM BugInfos)
Problem solved according to the fixlist(s) of the following version(s)
9.1.0.7 FixList
9.5.0.7 FixList
9.5.0.8 FixList