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

Modified Files:
      Tag: M5XQ
        loadthesis.milS 
Log Message:
propagated changes of Wednesday Oct 14 2009
from the development trunk to the M5XQ branch

  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  2009/10/14 - hrode: modules/pftijah/Tests/loadthesis.milS,1.4
  - introduce fragmented indexing on XQuery level
  - fixed bugs on MIL level function for fragemented indexing
  - adapted the test cases
  
  what still misses is the querying on the fragmented index,
  but the default for indexing is currently set to create only
  one single index, which allows querying to work as before
  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~


Index: loadthesis.milS
===================================================================
RCS file: /cvsroot/monetdb/pathfinder/modules/pftijah/Tests/loadthesis.milS,v
retrieving revision 1.3
retrieving revision 1.3.22.1
diff -u -d -r1.3 -r1.3.22.1
--- loadthesis.milS     11 Mar 2007 23:26:38 -0000      1.3
+++ loadthesis.milS     14 Oct 2009 12:07:28 -0000      1.3.22.1
@@ -5,5 +5,5 @@
 var path:=getenv("TSTSRCDIR");
 
 # index thesis collection
-tj_init_collection("thesis", 
new(str,str).insert("stemmer","snowball-english"));
-tj_add2collection("thesis",path+"/xml-docs/thesis.xml","thesis.xml",true);
+tj_init_collection_base("thesis", 
new(str,str).insert("stemmer","snowball-english"));
+tj_add2collection_frag("thesis",path+"/xml-docs/thesis.xml","thesis.xml",true);


------------------------------------------------------------------------------
Come build with us! The BlackBerry(R) 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/devconference
_______________________________________________
Monetdb-pf-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-pf-checkins

Reply via email to