[Xapian-tickets] [Xapian] #431: valuestream, doclength bounds and wdf bounds not wrapped

Xapian nobody at xapian.org
Fri Jan 29 16:16:39 GMT 2010


#431: valuestream, doclength bounds and wdf bounds not wrapped
-----------------------------+----------------------------------------------
 Reporter:  richard          |       Owner:  richard  
     Type:  enhancement      |      Status:  new      
 Priority:  normal           |   Milestone:  1.2.x    
Component:  Xapian-bindings  |     Version:  SVN trunk
 Severity:  normal           |   Blockedby:           
 Platform:  All              |    Blocking:           
-----------------------------+----------------------------------------------
 The following methods don't seem to be wrapped in the SWIG generated
 bindings currently:

 {{{
        Xapian::termcount get_doclength_lower_bound() const;
        Xapian::termcount get_doclength_upper_bound() const;
        Xapian::termcount get_wdf_upper_bound(const std::string & term)
 const;
        ValueIterator valuestream_begin(Xapian::valueno slot) const;
        ValueIteratorEnd_ valuestream_end(Xapian::valueno) const;
 }}}

 The valuestream ones should also be wrapped as a convenient pythonic
 iterator when added (and the raw valuestream_* methods not added to the
 python API, so we don't have to deprecate them again in future.).

-- 
Ticket URL: <http://trac.xapian.org/ticket/431>
Xapian <http://xapian.org/>
Xapian



More information about the Xapian-tickets mailing list