modify fastfield range query heuristic (#2375)

This commit is contained in:
trinity-1686a
2024-04-25 10:06:11 +02:00
committed by GitHub
parent ff40764204
commit 6a66a71cbb

View File

@@ -174,7 +174,7 @@ impl<T: Send + Sync + PartialOrd + Copy + Debug + 'static> DocSet for RangeDocSe
}
fn size_hint(&self) -> u32 {
0 // heuristic possible by checking number of hits when fetching a block
self.column.num_docs()
}
}