You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by mi...@apache.org on 2016/07/29 18:05:36 UTC

lucene-solr:master: LUCENE-7390: another part of the revert

Repository: lucene-solr
Updated Branches:
  refs/heads/master 1aecdd28d -> 9554719f1


LUCENE-7390: another part of the revert


Project: http://git-wip-us.apache.org/repos/asf/lucene-solr/repo
Commit: http://git-wip-us.apache.org/repos/asf/lucene-solr/commit/9554719f
Tree: http://git-wip-us.apache.org/repos/asf/lucene-solr/tree/9554719f
Diff: http://git-wip-us.apache.org/repos/asf/lucene-solr/diff/9554719f

Branch: refs/heads/master
Commit: 9554719f12080e233dbfe634f4a7066e138033ed
Parents: 1aecdd2
Author: Mike McCandless <mi...@apache.org>
Authored: Fri Jul 29 14:05:23 2016 -0400
Committer: Mike McCandless <mi...@apache.org>
Committed: Fri Jul 29 14:05:23 2016 -0400

----------------------------------------------------------------------
 .../core/src/java/org/apache/lucene/index/PointValuesWriter.java   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/9554719f/lucene/core/src/java/org/apache/lucene/index/PointValuesWriter.java
----------------------------------------------------------------------
diff --git a/lucene/core/src/java/org/apache/lucene/index/PointValuesWriter.java b/lucene/core/src/java/org/apache/lucene/index/PointValuesWriter.java
index ce7e578..dcc7600 100644
--- a/lucene/core/src/java/org/apache/lucene/index/PointValuesWriter.java
+++ b/lucene/core/src/java/org/apache/lucene/index/PointValuesWriter.java
@@ -164,6 +164,6 @@ class PointValuesWriter {
       }
     };
 
-    writer.writeField(fieldInfo, reader, Math.max(indexWriterConfig.getRAMBufferSizeMB()/8.0));
+    writer.writeField(fieldInfo, reader);
   }
 }