Revision: 14791
          http://gate.svn.sourceforge.net/gate/?rev=14791&view=rev
Author:   valyt
Date:     2011-12-16 15:03:06 +0000 (Fri, 16 Dec 2011)
Log Message:
-----------
renamed parameter for consistency

Modified Paths:
--------------
    mimir/trunk/mimir-client/src/gate/mimir/search/RemoteQueryRunner.java

Modified: mimir/trunk/mimir-client/src/gate/mimir/search/RemoteQueryRunner.java
===================================================================
--- mimir/trunk/mimir-client/src/gate/mimir/search/RemoteQueryRunner.java       
2011-12-16 12:43:24 UTC (rev 14790)
+++ mimir/trunk/mimir-client/src/gate/mimir/search/RemoteQueryRunner.java       
2011-12-16 15:03:06 UTC (rev 14791)
@@ -392,7 +392,7 @@
           IndexException {
     webUtils.getText(out, getActionBaseUrl(ACTION_RENDER_DOCUMENT),
             "queryId", queryId,
-            "documentRank", Integer.toString(rank));
+            "rank", Integer.toString(rank));
   }
 
   /* (non-Javadoc)

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.


------------------------------------------------------------------------------
Learn Windows Azure Live!  Tuesday, Dec 13, 2011
Microsoft is holding a special Learn Windows Azure training event for 
developers. It will provide a great way to learn Windows Azure and what it 
provides. You can attend the event by watching it streamed LIVE online.  
Learn more at http://p.sf.net/sfu/ms-windowsazure
_______________________________________________
GATE-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/gate-cvs

Reply via email to