mirror of https://github.com/apache/lucene.git
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:
parent
b15b981081
commit
64facac463
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue