Type Definition tantivy::DocId [] [src]

type DocId = u32;

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