<fb:value id="name" path="name"/>
<fb:value id="type" path="type"/>
<fb:value id="bool" path="bool"/>
<fb:value id="size" path="size"/>
<fb:value id="page" path="page"/>
<fb:value id="total" path="total"/>
-<fb:repeater id="criteria" parent-path="." row-path="criteria">
-<fb:identity>
<fb:value path="term" id="term"/>
</fb:identity>
-<fb:on-bind>
<fb:value id="term" path="term"/>
<fb:value id="field" path="field"/>
<fb:value id="match" path="match"/>
</fb:on-bind>
-<fb:on-delete-row>
<fb:delete-node/>
</fb:on-delete-row>
-<fb:on-insert-row>
<fb:insert-bean classname="org.apache.cocoon.bean.query.SimpleLuceneCriterionBean" addmethod="addCriterion"/>
</fb:on-insert-row>
</fb:repeater>
</fb:context>