ETS table for tracking the last-retrieved entry IDs per scope.
No GenServer needed — this is a simple public ETS table that search writes to and outcome feedback reads from.
Summary
Functions
Get the last-retrieved entry IDs for a scope.
Initialize the ETS table. Call from Application.start/2.
Store the retrieved entry IDs for a scope. Overwrites previous value.