[Xapian-discuss] Question about sorting using the Java bindings.

Olly Betts olly at survex.com
Thu Mar 8 22:42:44 GMT 2007


On Thu, Mar 08, 2007 at 05:21:30PM -0500, Jarrod Roberson wrote:
> Is there anyway to get a list of all the Terms on a matching document with
> the Java bindings?

Enquire.getMatchingTerms() will give you the terms in a matching
document which matched the query.  The Database method which allows
iteration over *all* the terms from a document isn't wrapped though.

Cheers,
    Olly



More information about the Xapian-discuss mailing list