You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucenenet.apache.org by sy...@apache.org on 2012/09/20 05:48:36 UTC

svn commit: r1387849 - /lucene.net/trunk/src/contrib/Spatial/Util/ShapeFieldCacheProvider.cs

Author: synhershko
Date: Thu Sep 20 03:48:36 2012
New Revision: 1387849

URL: http://svn.apache.org/viewvc?rev=1387849&view=rev
Log:
Fixing some results being skipped

Modified:
    lucene.net/trunk/src/contrib/Spatial/Util/ShapeFieldCacheProvider.cs

Modified: lucene.net/trunk/src/contrib/Spatial/Util/ShapeFieldCacheProvider.cs
URL: http://svn.apache.org/viewvc/lucene.net/trunk/src/contrib/Spatial/Util/ShapeFieldCacheProvider.cs?rev=1387849&r1=1387848&r2=1387849&view=diff
==============================================================================
--- lucene.net/trunk/src/contrib/Spatial/Util/ShapeFieldCacheProvider.cs (original)
+++ lucene.net/trunk/src/contrib/Spatial/Util/ShapeFieldCacheProvider.cs Thu Sep 20 03:48:36 2012
@@ -77,7 +77,6 @@ namespace Lucene.Net.Spatial.Util
 						while (docs.Next())
 						{
 							idx.Add(docs.Doc, shape);
-							docs.Next();
 							count++;
 						}
 					}