[Xapian-tickets] [Xapian] #448: Allow usage of custom stemmers

Xapian nobody at xapian.org
Mon Jun 21 23:57:26 BST 2010


#448: Allow usage of custom stemmers
-------------------------+--------------------------------------------------
 Reporter:  esizikov     |        Owner:  olly  
     Type:  enhancement  |       Status:  closed
 Priority:  normal       |    Milestone:  1.2.1 
Component:  Library API  |      Version:  1.0.17
 Severity:  normal       |   Resolution:  fixed 
 Keywords:               |    Blockedby:        
 Platform:  All          |     Blocking:        
-------------------------+--------------------------------------------------

Comment(by richard):

 Actually, I'm getting a segfault further down in smoketest2.py without
 your patch, where a MyStemmer stemmer is instantiated in just that way.

 I suspect this will be the old problem of the python "MyStemmer()" object
 being deleted while the xapian.Stem() object still has a reference to it,
 which we had with PostingSource queries.  I can try and put a fix for this
 together tomorrow morning, unless Olly gets there first.

-- 
Ticket URL: <http://trac.xapian.org/ticket/448#comment:34>
Xapian <http://xapian.org/>
Xapian



More information about the Xapian-tickets mailing list