mirror of
https://github.com/elastic/elasticsearch.git
synced 2025-04-20 13:17:31 -04:00
Update TODO.
This commit is contained in:
parent
aa75af0b40
commit
a9d3c004d6
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue