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

Xapian nobody at xapian.org
Sun May 16 00:22:17 BST 2010


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

Comment(by olly):

 I've just been working on merging this.

 I think issue 2 is probably to do with ownership of the
 !StemImplementation object - SWIG will allocate it with new, but then
 think it owns it, but once it is passed in to make a Stem object, it no
 longer does, so it presumably gets deleted twice, and the error is a
 confusing side effect.  I'm currently failing to work out how to use
 SWIG's DISOWN mechanism here, which seems the relevant one.

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



More information about the Xapian-tickets mailing list