[Xapian-tickets] [Xapian] #752: Segmentation fault in matcher/queryoptimiser

Xapian nobody at xapian.org
Tue Aug 8 06:25:37 BST 2017


#752: Segmentation fault in matcher/queryoptimiser
---------------------+-------------------------------
 Reporter:  rsto     |             Owner:  olly
     Type:  defect   |            Status:  assigned
 Priority:  normal   |         Milestone:  1.4.5
Component:  Matcher  |           Version:  git master
 Severity:  normal   |        Resolution:
 Keywords:           |        Blocked By:
 Blocking:           |  Operating System:  All
---------------------+-------------------------------

Comment (by olly):

 Got it - you need something AND-ed with a phrase (so the `AndContext` has
 something in `pls`), but then you also need another term combined with a
 non-AND-like operator so that the hint is used, for exampel:

 {{{
 (this AND "this paragraph") OR wibble
 }}}

--
Ticket URL: <https://trac.xapian.org/ticket/752#comment:3>
Xapian <https://xapian.org/>
Xapian



More information about the Xapian-tickets mailing list