Document Information API
Edit pageYou can retrieve information about a given document ID using the INFO method:
INFO /twitter/tweet/1The response will include a set of valuable information about the required document:
docid- Internal document ID.data- Content types stored in the document data.terms- Object containing a tree with all the terms indexed by the document.values- Object containing all values stored by the document.
