You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by rm...@apache.org on 2011/12/12 21:13:33 UTC

svn commit: r1213406 - /lucene/dev/branches/lucene3622/lucene/src/java/org/apache/lucene/index/codecs/DocValuesConsumer.java

Author: rmuir
Date: Mon Dec 12 20:13:33 2011
New Revision: 1213406

URL: http://svn.apache.org/viewvc?rev=1213406&view=rev
Log:
LUCENE-3622: make this a TODO for now

Modified:
    lucene/dev/branches/lucene3622/lucene/src/java/org/apache/lucene/index/codecs/DocValuesConsumer.java

Modified: lucene/dev/branches/lucene3622/lucene/src/java/org/apache/lucene/index/codecs/DocValuesConsumer.java
URL: http://svn.apache.org/viewvc/lucene/dev/branches/lucene3622/lucene/src/java/org/apache/lucene/index/codecs/DocValuesConsumer.java?rev=1213406&r1=1213405&r2=1213406&view=diff
==============================================================================
--- lucene/dev/branches/lucene3622/lucene/src/java/org/apache/lucene/index/codecs/DocValuesConsumer.java (original)
+++ lucene/dev/branches/lucene3622/lucene/src/java/org/apache/lucene/index/codecs/DocValuesConsumer.java Mon Dec 12 20:13:33 2011
@@ -99,7 +99,7 @@ public abstract class DocValuesConsumer 
    * @throws IOException
    *           if an {@link IOException} occurs
    */
-  // nocommit: can't we have a default implementation here that merges naively with our apis?
+  // TODO: can't we have a default implementation here that merges naively with our apis?
   // this is how stored fields and term vectors work. its a pain to have to impl merging
   // (should be an optimization to override it)
   protected abstract void merge(SingleSubMergeState mergeState) throws IOException;