Constant tantivy::TERMINATED[][src]

pub const TERMINATED: DocId = std::i32::MAX as u32; // 0_x7f_fff_fffu32

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].