Update of /cvsroot/monetdb/pathfinder/modules/pftijah
In directory sc8-pr-cvs16:/tmp/cvs-serv10254

Modified Files:
        pftijah.mx 
Log Message:
- fix module loading bug (Thanks Stefan!)

- temporary  remove test "test_nllr" from All

- fix small typo. All remaining tests work now.



Index: pftijah.mx
===================================================================
RCS file: /cvsroot/monetdb/pathfinder/modules/pftijah/pftijah.mx,v
retrieving revision 1.117
retrieving revision 1.118
diff -u -d -r1.117 -r1.118
--- pftijah.mx  7 May 2007 07:01:40 -0000       1.117
+++ pftijah.mx  7 May 2007 09:48:51 -0000       1.118
@@ -193,7 +193,7 @@
 if (view_bbp_name().reverse().exist("tj_collName")) {
        if (bat("tj_collName").count() > 0) {
                var name := bat("tj_collName").fetch(0);
-               tj_setCollName(name);
+               # tj_setCollName(name);
        }
 }
 
@@ -2207,7 +2207,7 @@
     var pre_size := bat("tj_" + qenv.fetch(QENV_FTINAME) + "_size1");
     
     # See which document contain the query terms we create a bat of [doc, 
term-id]:
-    var doc_tid := _containing_desc(ctx.sort().mark([EMAIL PROTECTED]), 
tid_pre.reverse(), pre_size,desc);
+    var doc_tid := _containing_desc(ctx.sort().mark([EMAIL PROTECTED]), 
tid_pre.reverse(), pre_size,qenv);
     
     # len(doc): [doc, size]
     var doc_len := [dbl](bat("tj_" + qenv.fetch(QENV_FTINAME) + 
"_size1").semijoin(doc_tid));


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

Reply via email to