Revision: 17343
          http://sourceforge.net/p/gate/code/17343
Author:   valyt
Date:     2014-02-19 14:56:06 +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 14:45:47 UTC (rev 17342)
+++ 
mimir/branches/5.0/mimir-web/grails-app/domain/gate/mimir/web/LocalIndex.groovy 
    2014-02-19 14:56:06 UTC (rev 17343)
@@ -103,7 +103,7 @@
   }
   
   QueryRunner startQuery(QueryNode query) {
-    return localIndexService.getQueryEngine(this).getQueryRunner(query)
+    return 
localIndexService.getIndex(this).getQueryEngine().getQueryRunner(query)
   }
   
   /* (non-Javadoc)

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