Add a document by inserting postings for each unique token.
Document id to add.
Field name the tokens are indexed under.
Token list for the document.
Nothing.
Add a posting for a token.
Token value to add.
Field name the token was indexed under.
Document id containing the token.
Nothing.
Get postings for a token with optional paging.
Token value to fetch postings for.
Field name the token was indexed under.
Paging options for the query.
Postings result with optional next cursor.
Remove a posting for a token.
Token value to remove.
Field name the token was indexed under.
Document id containing the token.
Nothing.
In-memory lossy index for token postings.