How to view a documents content from Full Text Search Query

Assuming you already know how to get the document IDs, simply use the Bucket.get() method: http://pythonhosted.org/couchbase/api/couchbase.html#couchbase.bucket.Bucket.get

1 Like