[Xapian-tickets] [Xapian] #667: LMWeight implementation for Python

Xapian nobody at xapian.org
Mon Mar 2 21:13:42 GMT 2015


#667: LMWeight implementation for Python
--------------------------------------+-------------------------------
 Reporter:  icacc                     |             Owner:  richard
     Type:  enhancement               |            Status:  closed
 Priority:  normal                    |         Milestone:
Component:  Xapian-bindings (Python)  |           Version:
 Severity:  normal                    |        Resolution:  worksforme
 Keywords:  python LMWeight weight    |        Blocked By:
 Blocking:                            |  Operating System:  All
--------------------------------------+-------------------------------
Changes (by olly):

 * status:  new => closed
 * resolution:   => worksforme
 * severity:  major => normal


Comment:

 You don't mention what version of Xapian you're using, but LMWeight was
 added to the C++ API in 1.3.2, so you'll only find it in the bindings
 there, where it is present:

 {{{
 >>> import xapian
 >>> w = xapian.LMWeight()
 >>> str(w)
 "<xapian.LMWeight; proxy of <Swig Object of type 'Xapian::LMWeight *' at
 0x7f1637782420> >"
 >>>
 }}}

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



More information about the Xapian-tickets mailing list