[Xapian-discuss] Get term list from Query in python

Olly Betts olly at survex.com
Mon Mar 13 16:38:21 GMT 2006


On Sat, Mar 11, 2006 at 12:56:24AM +0900, Sungsoo Kim wrote:
> for term in query: print term

> RuntimeError: InvalidOperationError: VectorTermList::get_termfreq() not supported

The problem is that get_termfreq() isn't meaningful for terms in a
query, but the python bindings ask for it anyway in this case.

I'll take a look.

Cheers,
    Olly



More information about the Xapian-discuss mailing list