On Mon, Jul 10, 2006 at 09:42:34AM -0400, mlewis at xelent.net wrote:
> Is there a way to easily come back with the doc.id later and then
> fetch the text of the document using a Xapian API call using the
> doc.id or do I have to keep the original document somewhere else?
Database::get_document(docid)
Cheers,
Olly