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 3916 - [FT] Section 3.1.6 semantics
Summary: [FT] Section 3.1.6 semantics
Status: CLOSED INVALID
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:
: 3917 (view as bug list)
Depends on:
Blocks:
 
Reported: 2006-10-31 23:23 UTC by Michael Rys
Modified: 2007-04-20 15:41 UTC (History)
0 users

See Also:


Attachments

Description Michael Rys 2006-10-31 23:23:07 UTC
What is the semantics of A || B ordered?
Comment 1 Michael Rys 2006-11-01 00:00:39 UTC
*** Bug 3917 has been marked as a duplicate of this bug. ***
Comment 2 Jochen Doerre 2007-01-12 15:25:14 UTC
The semantics of "ordered" shows that this operator controls the ordering of matched query tokens within each Match (disjunct) in the AllMatches model. It has no effect on the relationship between different Matches. 
In other words the ordered operator distributes over disjunctions: 
  Q1 || Q2 ordered 
is equivalent to 
  (Q1 ordered) || (Q2 ordered)

In the case where Q1 and Q2 consist of single search tokens only, "ordered" simply  has no effect. 

We have discussed the question of the effect of the ordered operator on disjunctions before and the current semantics reflects the outcome of our discussions. Therefore, I'd propose to close this bug as invalid.
Comment 3 Jochen Doerre 2007-01-15 20:21:34 UTC
As a result of the discussion in our full-text call today, I'm changing this bug to invalid. It is not a bug.
Comment 4 Jim Melton 2007-04-20 15:41:59 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.