Revision: 16784
http://sourceforge.net/p/gate/code/16784
Author: valyt
Date: 2013-08-14 18:06:48 +0000 (Wed, 14 Aug 2013)
Log Message:
-----------
Bugfix: wrong starting condition.
Modified Paths:
--------------
mimir/trunk/mimir-core/src/gate/mimir/search/terms/AbstractCompoundTermsQuery.java
Modified:
mimir/trunk/mimir-core/src/gate/mimir/search/terms/AbstractCompoundTermsQuery.java
===================================================================
---
mimir/trunk/mimir-core/src/gate/mimir/search/terms/AbstractCompoundTermsQuery.java
2013-08-14 15:30:34 UTC (rev 16783)
+++
mimir/trunk/mimir-core/src/gate/mimir/search/terms/AbstractCompoundTermsQuery.java
2013-08-14 18:06:48 UTC (rev 16784)
@@ -145,7 +145,7 @@
if(aCount > count) count = aCount;
break;
case MIN:
- if(aCount < count) count = aCount;
+ if(count == 0 || aCount < count) count = aCount;
break;
case SUM:
count += aCount;
This was sent by the SourceForge.net collaborative development platform, the
world's largest Open Source development site.
------------------------------------------------------------------------------
Get 100% visibility into Java/.NET code with AppDynamics Lite!
It's a free troubleshooting tool designed for production.
Get down to code-level detail for bottlenecks, with <2% overhead.
Download for free and get started troubleshooting in minutes.
http://pubads.g.doubleclick.net/gampad/clk?id=48897031&iu=/4140/ostg.clktrk
_______________________________________________
GATE-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/gate-cvs