[Xapian-tickets] [Xapian] #508: OP_PHRASE should directly support non-leaf subqueries
Xapian
nobody at xapian.org
Fri Mar 4 22:13:23 GMT 2016
#508: OP_PHRASE should directly support non-leaf subqueries
-------------------------+-------------------------------
Reporter: olly | Owner: olly
Type: enhancement | Status: assigned
Priority: normal | Milestone: 1.3.x
Component: Matcher | Version: git master
Severity: normal | Resolution:
Keywords: | Blocked By:
Blocking: | Operating System: All
-------------------------+-------------------------------
Comment (by olly):
I noticed that expanding `(a AND_NOT b) NEAR c` to `(a NEAR c) AND_NOT b`
seems more natural than expanding it to `(a NEAR c) AND_NOT (b NEAR c)`.
--
Ticket URL: <https://trac.xapian.org/ticket/508#comment:11>
Xapian <//xapian.org/>
Xapian
More information about the Xapian-tickets
mailing list