This is an archived snapshot of W3C's public bugzilla bug tracker, decommissioned in April 2019. Please see the home page for more details.

Bug 13077 - [XQFTTS] Tests using stemming with no algorihtm
Summary: [XQFTTS] Tests using stemming with no algorihtm
Status: CLOSED FIXED
Alias: None
Product: XPath / XQuery / XSLT
Classification: Unclassified
Component: Full Text 1.0 (show other bugs)
Version: Recommendation
Hardware: PC Windows NT
: P2 normal
Target Milestone: ---
Assignee: Jim Melton
QA Contact: Mailing list for public feedback on specs from XSL and XML Query WGs
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-06-28 11:16 UTC by Tim Mills
Modified: 2011-07-11 16:14 UTC (History)
0 users

See Also:


Attachments

Description Tim Mills 2011-06-28 11:16:36 UTC
The guidelines for running the test suite atate:

"When the catalog entry for a query references a stemming dictionary, the implementation is expected to provide stemming equivalent to the rules given in the stemming dictionary."

It doesn't say what to use when a test uses stemming but the catalog does not reference a stemming dictionary.  This happens in:

examples-222-q1
examples-222-q1b
examples-222-q2
examples-222-q3
ftstaticcontext-q2
ftstaticcontext-q4
ftstaticcontext-q5

I suspect that the correct fix is to specify 

          <aux-URI role="stemming-dictionary">english</aux-URI>

in the catalog for each of these queries.
Comment 1 Tim Mills 2011-07-11 16:14:19 UTC
The working group considered this bug in meeting 479 and agreed that

<aux-URI role="stemming-dictionary">english</aux-URI>

should be added to the catalog for tests

examples-222-q1
examples-222-q1b
examples-222-q2
examples-222-q3
ftstaticcontext-q2
ftstaticcontext-q4
ftstaticcontext-q5

XQFTTSCatalog.xml has been updated accordingly.