[Bug 3063] Duplicates due to match option expansion and FTTimes

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

           Summary: Duplicates due to match option expansion and FTTimes
           Product: XPath / XQuery / XSLT
           Version: Working drafts
          Platform: PC
        OS/Version: Windows XP
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Full Text
        AssignedTo: sihem@research.att.com
        ReportedBy: holstege@mathling.com
         QAContact: public-qt-comments@w3.org


Various match options work by expanding the number of
search tokens given back to fts:matchStr, where each 
option is applied one by one to generate its own search
tokens.  This can lead ultimately to duplicate matches,
for example, if both diacritic sensitive and case insensitive
options are chosen there will be two matches generated for
the same token. 

This can lead to incorrect semantics wrt FTTimes.

Received on Friday, 31 March 2006 22:32:55 UTC