Revision: 17338
          http://sourceforge.net/p/gate/code/17338
Author:   valyt
Date:     2014-02-19 11:45:54 +0000 (Wed, 19 Feb 2014)
Log Message:
-----------
Bugfix

Modified Paths:
--------------
    
mimir/branches/5.0/mimir-web/grails-app/domain/gate/mimir/web/LocalIndex.groovy

Modified: 
mimir/branches/5.0/mimir-web/grails-app/domain/gate/mimir/web/LocalIndex.groovy
===================================================================
--- 
mimir/branches/5.0/mimir-web/grails-app/domain/gate/mimir/web/LocalIndex.groovy 
    2014-02-19 11:45:22 UTC (rev 17337)
+++ 
mimir/branches/5.0/mimir-web/grails-app/domain/gate/mimir/web/LocalIndex.groovy 
    2014-02-19 11:45:54 UTC (rev 17338)
@@ -111,7 +111,7 @@
    */
   @Override
   public TermsResultSet postTermsQuery(TermsQuery query) {
-    return query.execute(localIndexService.getQueryEngine(this))
+    return query.execute(localIndexService.getIndex(this).getQueryEngine())
   }
 
   /**

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