Displaying 3 results from an estimated 3 matches for "389dfb319a66".
2017 Jan 20
2
NEAR non-leaf subqueries
...ored/flooring),
and the last commit of the branch works fine, finding all docs for
recollish "floor floor"p, which yields a Xapian request of:
((floors OR flooring OR floored OR floor) NEAR 12
(floors OR flooring OR floored OR floor))
But, actually, so does the previous version (commit 389dfb319a66), which
explains why I had not understood what the limitation was.
Both versions also work fine with "floor floor floor"p:
(floors OR flooring OR floored OR floor) NEAR 13
(floors OR flooring OR floored OR floor) NEAR 13
(floors OR flooring OR floored OR floor)
So: me happy but confuse...
2017 Jan 20
0
NEAR non-leaf subqueries
...OR searching)
> >
> > But I've just pushed an update which will handle this.
>
> Ok, I hadn't even noticed the limitation. Dit it silently truncated the
> OR list ?
It would throw Xapian::UnimplementedError.
> But, actually, so does the previous version (commit 389dfb319a66), which
> explains why I had not understood what the limitation was.
>
> Both versions also work fine with "floor floor floor"p:
>
> (floors OR flooring OR floored OR floor) NEAR 13
> (floors OR flooring OR floored OR floor) NEAR 13
> (floors OR flooring OR floored...
2017 Jan 12
2
NEAR non-leaf subqueries
Olly Betts writes:
> On Wed, Jan 04, 2017 at 07:29:58AM +0100, Jean-Francois Dockes wrote:
> > Olly Betts writes:
> > > The ticket has a patch which attempts to handle the OR case (which seems
> > > to be the part you actually care about) but this suffers from issues with
> > > object lifetimes which get a bit involved in the details. Since there
>