Update TODO.

This commit is contained in:
Adrien Grand 2014-10-31 08:49:31 +01:00
parent aa75af0b40
commit a9d3c004d6

View file

@ -80,7 +80,7 @@ public class DocIdSets {
if (set instanceof BitDocIdSet) {
return set;
}
// TODO: should we use WAH8DocIdSet like Lucene?
// TODO: should we use RoaringDocIdSet like Lucene?
it = set.iterator();
if (it == null) {
return DocIdSet.EMPTY;