Revision: 19707
          http://sourceforge.net/p/gate/code/19707
Author:   ian_roberts
Date:     2016-10-29 16:15:16 +0000 (Sat, 29 Oct 2016)
Log Message:
-----------
Bug fix

Modified Paths:
--------------
    mimir/trunk/mimir-core/src/gate/mimir/util/TruncateIndex.java

Modified: mimir/trunk/mimir-core/src/gate/mimir/util/TruncateIndex.java
===================================================================
--- mimir/trunk/mimir-core/src/gate/mimir/util/TruncateIndex.java       
2016-10-29 01:23:24 UTC (rev 19706)
+++ mimir/trunk/mimir-core/src/gate/mimir/util/TruncateIndex.java       
2016-10-29 16:15:16 UTC (rev 19707)
@@ -590,6 +590,7 @@
               docPointers.add(curPointer);
               counts.add(iter.count());
               IntArrayList thisDocPositions = new IntArrayList(iter.count());
+              positions.add(thisDocPositions);
               occurrences += iter.count();
               totalOccurrences += iter.count();
               if(iter.count() > maxCount) {

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


------------------------------------------------------------------------------
The Command Line: Reinvented for Modern Developers
Did the resurgence of CLI tooling catch you by surprise?
Reconnect with the command line and become more productive. 
Learn the new .NET and ASP.NET CLI. Get your free copy!
http://sdm.link/telerik
_______________________________________________
GATE-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/gate-cvs

Reply via email to