Update of /cvsroot/monetdb/pathfinder/runtime
In directory sc8-pr-cvs16:/tmp/cvs-serv17024/runtime
Modified Files:
pathfinder.mx
Log Message:
- add first pftijah information function:
tijah:ft-index-info ( [string*] ) as element()*
We are still discussing how to present the ft-index/collection dependencies.
- untangle ft-index/global tag/term dictionary structure in preparation of the
private tag/term dictionaries which we are planning to make.
Index: pathfinder.mx
===================================================================
RCS file: /cvsroot/monetdb/pathfinder/runtime/pathfinder.mx,v
retrieving revision 1.351
retrieving revision 1.352
diff -u -d -r1.351 -r1.352
--- pathfinder.mx 24 Apr 2007 08:36:52 -0000 1.351
+++ pathfinder.mx 27 Apr 2007 13:36:11 -0000 1.352
@@ -3269,8 +3269,13 @@
docBAT.fetch(PROP_VAL),
docBAT.fetch(PROP_TEXT),
docBAT.fetch(MAP_PID), pre,
att, updatable);
- if (not(isnil(commitbat))) docBAT.insert(commitbat + "_qn_nid",
bat(commitbat + "_qn_nid"))
+ if (not(isnil(commitbat))) {
+ if ( not(view_bbp_name().reverse().exist(commitbat +
"_qn_nid"))) {
+ ERROR("__shred_into_docBAT:bat(%s) does not
exist!!!!\n",commitbat + "_qn_nid");
+ }
+ docBAT.insert(commitbat + "_qn_nid", bat(commitbat + "_qn_nid"))
.insert(commitbat + "_vx_hsh_nid",
bat(commitbat + "_vx_hsh_nid"));
+ }
}
}
-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Monetdb-pf-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-pf-checkins