[Bug 7006] [FT] Test Suite

http://www.w3.org/Bugs/Public/show_bug.cgi?id=7006





--- Comment #3 from Pat Case <pcase@crs.loc.gov>  2009-06-29 17:29:35 ---
Christian,

Re: [5] ftstopword-q9.xq

Query (FT-3-examples-source-document.xml):
  $input-context/books/book[.//content ftcontains "supports some users of"
  with stop words at "http://bstore1.example.com/StopWordList.xml"
            union at "http://bstore1.example.com/StopWordList2.xml" 
            union at "http://bstore1.example.com/StopWordList4.xml" 
           except at "http://bstore1.example.com/StopWordList5.xml"]

Test Suite Result:
  empty result

Expected Result:
  <book number="1">...</book>


--I am thinking Book 1 is a not good result because the query for "supports
some users of" can only come close to matching "supports the user in", which it
doesn't match because stemming is off so "users" do not match "user". What do
you see that I don't see?

Pat


-- 
Configure bugmail: http://www.w3.org/Bugs/Public/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.

Received on Monday, 29 June 2009 17:29:44 UTC