mirror of
https://github.com/quickwit-oss/tantivy.git
synced 2026-01-08 01:52:54 +00:00
Added minor comment on DocId
This commit is contained in:
@@ -234,6 +234,8 @@ pub mod merge_policy {
|
||||
/// A `u32` identifying a document within a segment.
|
||||
/// Documents have their `DocId` assigned incrementally,
|
||||
/// as they are added in the segment.
|
||||
///
|
||||
/// At most, a segment can contain 2^31 documents.
|
||||
pub type DocId = u32;
|
||||
|
||||
/// A u64 assigned to every operation incrementally
|
||||
|
||||
Reference in New Issue
Block a user