Update of /var/cvs/contributions/lucene/templates
In directory james.mmbase.org:/tmp/cvs-serv12705

Modified Files:
        search.jspx 
Log Message:
perhaps it is a bit better to make the relevance the first column


See also: http://cvs.mmbase.org/viewcvs/contributions/lucene/templates


Index: search.jspx
===================================================================
RCS file: /var/cvs/contributions/lucene/templates/search.jspx,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -b -r1.14 -r1.15
--- search.jspx 21 Jul 2008 14:33:22 -0000      1.14
+++ search.jspx 21 Jul 2008 14:45:54 -0000      1.15
@@ -79,8 +79,8 @@
               <mm:nodelistfunction module="lucene" name="search" 
referids="value,index,max,offset,extraconstraints,sortfields,fields,analyzer,filter">
                 <mm:first>
                   <tr>
-                    <th>type</th>
                     <th>RELEVANCE</th>
+                    <th>type</th>
                     <mm:fieldlist type="list">
                       <th><mm:fieldinfo type="name" /></th>
                     </mm:fieldlist>
@@ -96,10 +96,10 @@
                 </mm:first>
                 <tr>
                   <td>
-                    <mm:nodeinfo type="guinodemanager" />
+                    <mm:field name="annotation:score" />
                   </td>
                   <td>
-                    <mm:field name="annotation:score" />
+                    <mm:nodeinfo type="guinodemanager" />
                   </td>
                   <mm:fieldlist type="list">
                     <td>
_______________________________________________
Cvs mailing list
[email protected]
http://lists.mmbase.org/mailman/listinfo/cvs

Reply via email to