[][src]Type Definition tantivy::DocId

type DocId = u32;

A u32 identifying a document within a segment. Documents have their DocId assigned incrementally, as they are added in the segment.