[Xapian-tickets] [Xapian] #750: TermGenerator do not stop stemmed term.

Xapian nobody at xapian.org
Mon Jun 12 11:15:11 BST 2017


#750: TermGenerator do not stop stemmed term.
--------------------------------+------------------------
        Reporter:  mgautier     |      Owner:  olly
            Type:  defect       |     Status:  new
        Priority:  normal       |  Milestone:
       Component:  QueryParser  |    Version:  git master
        Severity:  normal       |   Keywords:
      Blocked By:               |   Blocking:
Operating System:  All          |
--------------------------------+------------------------
 It seems that the TermGenerator (with STOP_ALL and STEM_ALL strategy) do
 not stop stemmed term.

 For example, with french stemmer and "le" in the stopwords, le term "lea"
 will
 be stemmed to "le" and "le" term will be added to the document.

 Looking into `termgenerator_internal.cc` (method `index_text`), it seems
 that the stopper in never called on the stem, whatever the flags are.


 We are using version 1.4.2 but the stopper is never called on the stem
 even on git master.

--
Ticket URL: <https://trac.xapian.org/ticket/750>
Xapian <https://xapian.org/>
Xapian



More information about the Xapian-tickets mailing list