[Bug 12010] New: [XQFTTS] ftmatchoptions-q1

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

           Summary: [XQFTTS] ftmatchoptions-q1
           Product: XPath / XQuery / XSLT
           Version: Proposed Recommendation
          Platform: PC
        OS/Version: Windows NT
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Full Text 1.0
        AssignedTo: jim.melton@acm.org
        ReportedBy: tim@cbcl.co.uk
         QAContact: public-qt-comments@w3.org


This query uses thesaurus expansion for a term not contained in the thesaurus.

Since the definition of fts:applyThesaurusOption shows that thesaurus expansion
replaces (rather than augments) the query items, it isn;'t specified whether a
thesaurus expansion should always include a query item formed from the original
query item tokens (neither from the specification nor the guidelines for
running the test suite).  However, it is implicit from the expected results of
the query that, at least in the case of a term not in the thesaurus, such a
token should be returned.

239/685] (234/5) ftmatchoptions-q1
(: insert-start :)
declare variable $input-context external;
(: insert-end :)

$input-context/books/book[
    .//content contains text "Resume" using stemming using stop words at
"http:/
/bstore1.example.com/StopWordList.xml" using diacritics sensitive using case
sen
sitive using language "de" using thesaurus at
"http://bstore1.example.com/Usabil
ityThesaurus.xml"
]

-- 
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 Tuesday, 8 February 2011 12:05:09 UTC