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

Modified Files:
      Tag: M5XQ
        pftijah.mx 
Log Message:
propagated changes of Tuesday Sep 22 2009 - Wednesday Sep 23 2009
from the development trunk to the M5XQ branch

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2009/09/22 - hrode: modules/pftijah/pftijah.mx,1.236
started re-implementation of the fragmented index
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~


Index: pftijah.mx
===================================================================
RCS file: /cvsroot/monetdb/pathfinder/modules/pftijah/pftijah.mx,v
retrieving revision 1.226.2.8
retrieving revision 1.226.2.9
diff -u -d -r1.226.2.8 -r1.226.2.9
--- pftijah.mx  22 Sep 2009 11:37:59 -0000      1.226.2.8
+++ pftijah.mx  23 Sep 2009 07:26:59 -0000      1.226.2.9
@@ -373,6 +373,7 @@
 #####################################################################
 
 var verbose      := false;
+var inex         := false;
 
 const dflt_ft_index   := "DFLT_FT_INDEX";
 const dflt_bg_index   := "DFLT_FT_INDEX";
@@ -385,7 +386,7 @@
         res := tj_options.find("ft-index");
     }
     if ( chk_exists ) {
[...1103 lines suppressed...]
+                                         collBat.find("termdict").count_wrd() 
+ 1);       
+                collBat.replace("_termIndex", 
i.fetch(0).access(BAT_READ).mmap(1));
+                collBat.replace("_terms", i.fetch(1).access(BAT_READ).mmap(1));
                i := nil;
                tmp := nil;
-               replaceBats.insert("_TermIndex", "tj_" + ftiName + 
"_TermIndex");
-                replaceBats.insert("_Terms", "tj_" + ftiName + "_Terms");
+               replaceBats.insert("_termIndex", "tj_" + ftiName + 
"_TermIndex");
+                replaceBats.insert("_terms", "tj_" + ftiName + "_Terms");
                submitBats.append("tj_" + ftiName + "_TermIndex");
                submitBats.append("tj_" + ftiName + "_Terms");
                
@@ -4428,6 +5044,7 @@
        submitBats.append("tj_" + ftiName + "_ConceptIndex");
        submitBats.append("tj_" + ftiName + "_Concepts");
        submitBats.append("tj_" + ftiName + "_ConceptScore");
+    if ( verbose ) printf(HASH +"TJ:_buildIRindex(\"%s\") 
finished.\n",ftiName);
 }
 
 ######################################


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