Add exact token positions for a document.
Token to add.
Field name the token was indexed under.
Document id to associate.
Token positions within the document.
Promise resolved when positions are written.
Remove exact token positions for a document.
Token to remove.
Field name the token was indexed under.
Document id to disassociate.
Promise resolved when positions are removed.
Writer interface for exact token positions.