Rafael Sierra
2011-Nov-28 19:16 UTC
[Xapian-discuss] TermGenerators not respecting Stopper class in Python
Hello, I think this post is related to this ticket: http://trac.xapian.org/ticket/341 The problem is exactly what is described by subject, and can be reproduced by the following code: http://pastebin.com/rHJJrbfW -- Rafael Sierra http://blog.rafaelsdm.com/
Rafael Sierra
2011-Nov-28 19:25 UTC
[Xapian-discuss] TermGenerators not respecting Stopper class in Python
Oh damn, I suppose that this "bug" is actually a "feature": http://xapian.org/docs/apidoc/html/classXapian_1_1TermGenerator.html#8cef8e7b696129a0fc311e47baaf2120 "Stemmed forms of stopwords aren't indexed, but unstemmed forms still are so that searches for phrases including stop words still work." Basically, if term == stem(term): not_check_for_stopword(), or something like that... On Mon, Nov 28, 2011 at 5:16 PM, Rafael Sierra <rafaeljsg14 at gmail.com>wrote:> Hello, > > I think this post is related to this ticket: > http://trac.xapian.org/ticket/341 > > The problem is exactly what is described by subject, and can be reproduced > by the following code: http://pastebin.com/rHJJrbfW > > -- > Rafael Sierra > http://blog.rafaelsdm.com/ >-- Rafael Sierra http://blog.rafaelsdm.com/