Update of /cvsroot/monetdb/pathfinder/modules/pftijah/Tests
In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv22930/Tests
Modified Files:
procs.stable.out test_select_star1.stable.out
test_select_star3.stable.out
Log Message:
corrected usage of collection lambda. it was used just in the opposite way
as a document lambda for the LMS retrieval model.
furthermore, included an implementation for the old LM model. thus, a language
model without smoothing. this model ensures, that "all" terms have to be found
within an document.
Index: test_select_star1.stable.out
===================================================================
RCS file:
/cvsroot/monetdb/pathfinder/modules/pftijah/Tests/test_select_star1.stable.out,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- test_select_star1.stable.out 21 Mar 2007 07:35:29 -0000 1.3
+++ test_select_star1.stable.out 30 May 2007 14:08:10 -0000 1.4
@@ -54,10 +54,10 @@
about TIJAH.</para></node><node rank="9"><para id="par3">It
contains the words XML and databases many times,
more than say information and retrieval.
It should be more relevant to XML databases than
- the next section.</para></node><node rank="10"><section
id="sec5"><title>XML definitions</title>
+ the next section.</para></node><node rank="10"><para
id="par1">This chapter is about XML databases and retrieval
systems.</para></node><node rank="11"><section id="sec5"><title>XML
definitions</title>
<para id="par9">This section contains definitions that are used in
XML databases
and XML information retrieval</para>
- </section></node><node rank="11"><thesis>
+ </section></node><node rank="12"><thesis>
<title>PF/Tijah</title>
<chapter id="ch1">
<title>Structured information storage and retrieval</title>
@@ -95,7 +95,7 @@
and XML information retrieval</para>
</section>
</appendix>
-</thesis></node><node rank="12"><thesis>
+</thesis></node><node rank="13"><thesis>
<title>PF/Tijah</title>
<chapter id="ch1">
<title>Structured information storage and retrieval</title>
@@ -133,22 +133,22 @@
and XML information retrieval</para>
</section>
</appendix>
-</thesis></node><node rank="13"><appendix id="app1">
+</thesis></node><node rank="14"><appendix id="app1">
<section id="sec5"><title>XML definitions</title>
<para id="par9">This section contains definitions that are used in
XML databases
and XML information retrieval</para>
</section>
- </appendix></node><node rank="14"><section id="sec4"><title>TIJAH</title>
+ </appendix></node><node rank="15"><section id="sec4"><title>TIJAH</title>
<para id="par8">This section is about the TIJAH XML information
retrieval
system. This section is more about TIJAH than any other
section is
about TIJAH.</para>
- </section></node><node rank="15"><section id="sec1"><title>XML
databases</title>
+ </section></node><node rank="16"><section id="sec1"><title>XML
databases</title>
<para id="par2">This section is about XML databases.</para>
<para id="par3">It contains the words XML and databases many
times,
more than say information and retrieval.
It should be more relevant to XML databases than
the next section.</para>
- </section></node><node rank="16"><para id="par1">This chapter is about
XML databases and retrieval systems.</para></node><node rank="17"><chapter
id="ch2"><title>Pathfinder and TIJAH</title>
+ </section></node><node rank="17"><chapter id="ch2"><title>Pathfinder
and TIJAH</title>
<para id="par6">This chapter is about Pathfinder and TIJAH.</para>
<section id="sec3"><title>Pathfinder</title>
<para id="par7">This section is about the Pathfinder XML database.
This section is
Index: procs.stable.out
===================================================================
RCS file: /cvsroot/monetdb/pathfinder/modules/pftijah/Tests/procs.stable.out,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- procs.stable.out 30 May 2007 14:01:54 -0000 1.8
+++ procs.stable.out 30 May 2007 14:08:10 -0000 1.9
@@ -449,7 +449,6 @@
[ "mylog_delta(logger, BAT[any,any], str) : void"
]
[ "myupdate(BAT[any::1,any::2], BAT[any::1,any::2]) : BAT[any::1,any::2]"
]
[ "myupdate(BAT[any::1,any::2], any::1, any::2) : BAT[any::1,any::2]"
]
-[ "near_val(BAT[any,any], int, str) : BAT[any,any]"
]
[ "neg_select(BAT[any::1,any::2], str, ..any..) : BAT[any::1,any::2]"
]
[ "new(BAT[any,any], BAT[any,any], int) : BAT[any,any]"
]
[ "nodes(BAT[oid,any], BAT[oid,str]) : BAT[oid,any]"
]
@@ -464,6 +463,7 @@
[ "outerjoin(BAT[any::1,any::2], BAT[any::2,any::3]) : BAT[any::1,any::3]"
]
[ "p_contained_by_sum(BAT[oid,dbl], BAT[oid,dbl], BAT[oid,str]) :
BAT[oid,dbl]"
]
[ "p_contained_by_sum(BAT[oid,dbl], BAT[oid,str]) : BAT[oid,dbl]"
]
+[ "p_containing_q_LM(BAT[oid,dbl], BAT[void,str], BAT[oid,str]) :
BAT[oid,dbl]"
]
[ "p_containing_q_LMs(BAT[oid,dbl], BAT[void,str], BAT[any,any], flt, int,
int, BAT[oid,str]) : BAT[oid,dbl]" ]
[ "p_containing_q_NLLR(BAT[oid,dbl], BAT[void,str], flt, str, BAT[oid,str]) :
BAT[oid,dbl]" ]
[ "p_containing_q_NLLR_frag(BAT[oid,BAT], BAT[void,str], flt, BAT[oid,str]) :
BAT[oid,BAT]" ]
Index: test_select_star3.stable.out
===================================================================
RCS file:
/cvsroot/monetdb/pathfinder/modules/pftijah/Tests/test_select_star3.stable.out,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- test_select_star3.stable.out 20 Feb 2007 12:06:56 -0000 1.2
+++ test_select_star3.stable.out 30 May 2007 14:08:10 -0000 1.3
@@ -22,11 +22,11 @@
# 13:49:22 >
<?xml version="1.0" encoding="utf-8"?>
-<XQueryResult><node rank="1"><title>XML definitions</title></node><node
rank="2"><title>XML databases</title></node><node rank="3"><title>XML
Information retrieval</title></node><node rank="4"><para id="par4">This section
is about XML information retrieval.</para></node><node rank="5"><para
id="par2">This section is about XML databases.</para></node><node
rank="6"><para id="par5">It contains the words XML, information and retrieval
many times,
+<XQueryResult><node rank="1"><title>XML definitions</title></node><node
rank="2"><title>XML databases</title></node><node rank="3"><title>XML
Information retrieval</title></node><node rank="4"><para id="par2">This section
is about XML databases.</para></node><node rank="5"><para id="par4">This
section is about XML information retrieval.</para></node><node rank="6"><para
id="par9">This section contains definitions that are used in XML databases
+ and XML information retrieval</para></node><node
rank="7"><para id="par5">It contains the words XML, information and retrieval
many times,
more than say databases.
It should be more relevant to XML information retrieval
- than the previous section.</para></node><node rank="7"><para
id="par9">This section contains definitions that are used in XML databases
- and XML information retrieval</para></node><node
rank="8"><para id="par3">It contains the words XML and databases many times,
+ than the previous section.</para></node><node rank="8"><para
id="par3">It contains the words XML and databases many times,
more than say information and retrieval.
It should be more relevant to XML databases than
the next section.</para></node><node rank="9"><para
id="par8">This section is about the TIJAH XML information retrieval
-------------------------------------------------------------------------
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