Re: filtering by docid range?

Eric Wong <[email protected]> Fri, 12 Feb 2021 06:49:30 +0000
Newsgroups gmane.comp.search.xapian.general
Message-ID <20210212064930.GA6193@dcvr>
Olly Betts <[email protected]> wrote:
> On Mon, Feb 08, 2021 at 06:06:38PM +0000, Eric Wong wrote:
> > I'll store the maximum docid from a previous search ($OLD_MAX),

<snip>

> I think this would only work if you carefully add documents in a
> round-robin fashion, or otherwise take care to avoid this issue.

Good point, I'll have to figure something else out for the stuff
that's not round-robin.  Thanks for the response