Update of /cvsroot/monetdb/pathfinder/modules/pftijah/tjc
In directory 23jxhf1.ch3.sourceforge.com:/tmp/cvs-serv30793/modules/pftijah/tjc

Modified Files:
      Tag: M5XQ
        tjc_conf.h 
Log Message:
propagated changes of Friday Sep 25 2009 - Monday Sep 28 2009
from the development trunk to the M5XQ branch

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2009/09/25 - hrode: modules/pftijah/tjc/tjc_conf.h,1.10
- several fixes for the fragmented indexing
- tijah now automatically queries all fragments of the index
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~


Index: tjc_conf.h
===================================================================
RCS file: /cvsroot/monetdb/pathfinder/modules/pftijah/tjc/tjc_conf.h,v
retrieving revision 1.8.2.1
retrieving revision 1.8.2.2
diff -u -d -r1.8.2.1 -r1.8.2.2
--- tjc_conf.h  22 Apr 2009 14:27:40 -0000      1.8.2.1
+++ tjc_conf.h  28 Sep 2009 07:56:20 -0000      1.8.2.2
@@ -44,6 +44,8 @@
        short debug;
        char timing;
        char* ftindex;
+       short maxfrag;
+       short topk;
        char* irmodel;
        char* conceptirmodel;
        char* orcomb;
@@ -57,7 +59,9 @@
        double okapib;
        char semantics;
        char rmoverlap;
+       char inexout;
        char errBUFF[1024];
+       char milfragBUFF[MAXMILSIZE];
        char milBUFF[MAXMILSIZE];
        char dotBUFF[MAXMILSIZE];
 } tjc_config;
@@ -65,6 +69,7 @@
 
 #define TJCPRINTF sprintf
 #define MILOUT    &(tjc_c->milBUFF[strlen(tjc_c->milBUFF)])
+#define MILFRAGOUT    &(tjc_c->milfragBUFF[strlen(tjc_c->milfragBUFF)])
 #define DOTOUT    &(tjc_c->dotBUFF[strlen(tjc_c->dotBUFF)])
 
 extern tjc_config* tjc_c_GLOBAL;


------------------------------------------------------------------------------
Come build with us! The BlackBerry® Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay 
ahead of the curve. Join us from November 9-12, 2009. Register now!
http://p.sf.net/sfu/devconf
_______________________________________________
Monetdb-pf-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-pf-checkins

Reply via email to