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 3911 - [FT] Section 2.3
Summary: [FT] Section 2.3
Status: CLOSED FIXED
Alias: None
Product: XPath / XQuery / XSLT
Classification: Unclassified
Component: Full Text 1.0 (show other bugs)
Version: Working drafts
Hardware: PC Windows XP
: 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: 2006-10-31 23:04 UTC by Michael Rys
Modified: 2007-04-20 15:41 UTC (History)
0 users

See Also:


Attachments

Description Michael Rys 2006-10-31 23:04:15 UTC
Spec says

"for $b score $s 
    in /books/book[content ftcontains "web site" && "usability" 
                   and .//chapter/title ftcontains "testing"]
return $s"

Since ftcontains returns boolean and score, how does it combine score since it only operates on boolean. We need to make the processing clearer (2nd order operation applyscore(( E ))). E.g.:
for $i in score $s in Expr where return  => for $i in Expr let $s := applyscore(( Expr[$i] )) where  return 
Comment 1 Jim Melton 2007-02-02 16:49:45 UTC
The TF agreed that the example will be simplified (by removing the "and" and one of the two ftcontains expressions) and that a forward reference to Section 4.3.2, Scoring, will be added. 
Comment 2 Jim Melton 2007-04-20 15:41:16 UTC
Because you participated in the TF when this bug was resolved, we presume that
your concerns are addressed appropriately.  We are therefore marking this bug
as CLOSED.