Update CQL parser to use CQL 1.1 modifiers for booleans and
[yaz-moved-to-github.git] / test / cql / 5.7.out
1 <triple>
2   <boolean>
3     <value>and</value>
4     <modifiers>
5       <modifier>
6         <type>rel.SumOfScores</type>
7         <relation>=</relation>
8       </modifier>
9     </modifiers>
10   </boolean>
11   <leftOperand>
12     <searchClause>
13       <index>cql.serverChoice</index>
14       <relation>
15         <value>scr</value>
16       </relation>
17       <term>a</term>
18     </searchClause>
19   </leftOperand>
20   <rightOperand>
21     <searchClause>
22       <index>cql.serverChoice</index>
23       <relation>
24         <value>scr</value>
25       </relation>
26       <term>b</term>
27     </searchClause>
28   </rightOperand>
29 </triple>