Constant tantivy::TERMINATED[][src]

pub const TERMINATED: DocId = std::i32::MAX as u32; // 0x7fff_ffffu32
Expand description

Sentinel value returned when a DocSet has been entirely consumed.

This is not u32::MAX as one would have expected, due to the lack of SSE2 instructions to compare [u32; 4].