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 2012/08/07 23:25:45 UTC

svn commit: r1370533 - /lucene/dev/branches/pforcodec_3892/lucene/core/src/java/org/apache/lucene/codecs/block/BlockPostingsFormat.java

Author: mikemccand
Date: Tue Aug  7 21:25:45 2012
New Revision: 1370533

URL: http://svn.apache.org/viewvc?rev=1370533&view=rev
Log:
LUCENE-3892: remove nocommit

Modified:
    lucene/dev/branches/pforcodec_3892/lucene/core/src/java/org/apache/lucene/codecs/block/BlockPostingsFormat.java

Modified: lucene/dev/branches/pforcodec_3892/lucene/core/src/java/org/apache/lucene/codecs/block/BlockPostingsFormat.java
URL: http://svn.apache.org/viewvc/lucene/dev/branches/pforcodec_3892/lucene/core/src/java/org/apache/lucene/codecs/block/BlockPostingsFormat.java?rev=1370533&r1=1370532&r2=1370533&view=diff
==============================================================================
--- lucene/dev/branches/pforcodec_3892/lucene/core/src/java/org/apache/lucene/codecs/block/BlockPostingsFormat.java (original)
+++ lucene/dev/branches/pforcodec_3892/lucene/core/src/java/org/apache/lucene/codecs/block/BlockPostingsFormat.java Tue Aug  7 21:25:45 2012
@@ -42,7 +42,6 @@ public final class BlockPostingsFormat e
   private final int minTermBlockSize;
   private final int maxTermBlockSize;
 
-  // nocommit do other block sizes perform better?
   public final static int BLOCK_SIZE = 128;
 
   public BlockPostingsFormat() {