DB2 - Problembeschreibung
Problem IC70564 | Status: Geschlossen |
INCORRECT RESULTS USEING CONTAINS IN THE SAME SENTENCE | |
Produkt: | |
DB2 NET SEARCH / 5765F3800 / 970 - DB2 | |
Problembeschreibung: | |
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-Zusammenfassung: | |
**************************************************************** * USERS AFFECTED: * **************************************************************** * PROBLEM DESCRIPTION: * * INCORRECT RESULTS USEING CONTAINS IN THE SAME SENTENCE * **************************************************************** * RECOMMENDATION: * * Upgrade to V97fp4 * **************************************************************** | |
Local-Fix: | |
verfügbare FixPacks: | |
DB2 Version 9.7 Fix Pack 4 for Linux, UNIX, and Windows | |
Lösung | |
Workaround | |
keiner bekannt / siehe Local-Fix | |
Weitere Daten | |
Datum - Problem gemeldet : Datum - Problem geschlossen : Datum - der letzten Änderung: | 17.08.2010 28.04.2011 28.04.2011 |
Problem behoben ab folgender Versionen (IBM BugInfos) | |
9.7.FP4 | |
Problem behoben lt. FixList in der Version | |
9.7.0.4 |