Extracted at 2016-03-29.
pike.lysator.liu.se
[Top]
Public
Public.Xapian
Public.Xapian.Document

Method Public.Xapian.Document()->get_data()


Method get_data

string get_data()

Description

Get data stored in the document. This is a potentially expensive operation, and shouldn't normally be used in a match decider function. Put data for use by match deciders in a value instead.

Returns