Revision: 17361
          http://sourceforge.net/p/gate/code/17361
Author:   valyt
Date:     2014-02-20 12:02:24 +0000 (Thu, 20 Feb 2014)
Log Message:
-----------
Bugfix in processing results of annotation-based terms queries in federated 
indexes.

Modified Paths:
--------------
    
mimir/branches/5.0/mimir-web/grails-app/services/gate/mimir/web/FederatedIndexService.groovy

Modified: 
mimir/branches/5.0/mimir-web/grails-app/services/gate/mimir/web/FederatedIndexService.groovy
===================================================================
--- 
mimir/branches/5.0/mimir-web/grails-app/services/gate/mimir/web/FederatedIndexService.groovy
        2014-02-20 11:58:45 UTC (rev 17360)
+++ 
mimir/branches/5.0/mimir-web/grails-app/services/gate/mimir/web/FederatedIndexService.groovy
        2014-02-20 12:02:24 UTC (rev 17361)
@@ -176,7 +176,7 @@
         return TermsResultSet.groupByDescription(
           index.indexes.collect{ 
             Index subIndex -> subIndex.postTermsQuery(query)
-          }
+          } as TermsResultSet[]
         )
       }
     }   

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


------------------------------------------------------------------------------
Managing the Performance of Cloud-Based Applications
Take advantage of what the Cloud has to offer - Avoid Common Pitfalls.
Read the Whitepaper.
http://pubads.g.doubleclick.net/gampad/clk?id=121054471&iu=/4140/ostg.clktrk
_______________________________________________
GATE-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/gate-cvs

Reply via email to