Convert nocommit to TODO in SeqNoFieldMapper
This commit converts a nocommit to a TODO in SeqNoFieldMapper that will be dealt with in a follow-up.
This commit is contained in:
parent
c77d285699
commit
8d1260a58a
|
@ -116,8 +116,7 @@ public class SeqNoFieldMapper extends MetadataFieldMapper {
|
|||
|
||||
@Override
|
||||
public FieldStats stats(IndexReader reader) throws IOException {
|
||||
// nocommit remove implementation when late-binding commits
|
||||
// are possible
|
||||
// TODO: remove implementation when late-binding commits are possible
|
||||
final List<LeafReaderContext> leaves = reader.leaves();
|
||||
if (leaves.isEmpty()) {
|
||||
return null;
|
||||
|
|
Loading…
Reference in New Issue