LUCENE-3622: make this a TODO for now

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/branches/lucene3622@1213406 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Robert Muir 2011-12-12 20:13:33 +00:00
parent b15b981081
commit 64facac463
1 changed files with 1 additions and 1 deletions

View File

@ -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;