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 12071 - [FT] full-text-composability-queries-results-q3b catalog entry incomplete
Summary: [FT] full-text-composability-queries-results-q3b catalog entry incomplete
Status: CLOSED FIXED
Alias: None
Product: XPath / XQuery / XSLT
Classification: Unclassified
Component: Full Text 1.0 (show other bugs)
Version: Candidate Recommendation
Hardware: PC All
: 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-02-15 03:04 UTC by Paul J. Lucas
Modified: 2011-03-30 01:33 UTC (History)
1 user (show)

See Also:


Attachments

Description Paul J. Lucas 2011-02-15 03:04:54 UTC
The catalog entry for this test:

declare variable $input-context external;

$input-context/books/book[content contains text (("millicent" 
ftand "marigold" ordered distance at most 3 words)
ftand "quote.{0,5}" using wildcards using thesaurus at 
"http://bstore1.example.com/UsabilityThesaurus.xml"
relationship "synonyms" distance at most 3 words)
ftand "usability testing" ftand "iterating" using stemming 
distance at most 50 words]

is missing this line:

<aux-URI role="thesaurus">usability</aux-URI>
Comment 1 Pat Case 2011-03-14 19:16:40 UTC
Hi Paul,

Thanks for the heads-up.

I have added the folowing to the catalog description for this test:
<aux-URI role="thesaurus">usability</aux-URI>

See it in the Test Suite:
http://dev.w3.org/2007/xpath-full-text-10-test-suite/TestSuiteStagingArea/XQFTTSCatalog.xml

If you approve please mark this bug closed.

Pat Case