Documentation states that once a search is successfully returned, a list of "docids" are given corresponding to the unique document ids in the database, and that with these "docids" we can retrieve the individual document details.
However there is no such getDocumentById() method (though there is in fact a deleteDocument(String id) method) and right now the only way to retrieve document details is by appending the fetchFields() method into the query.
Documentation states that once a search is successfully returned, a list of "docids" are given corresponding to the unique document ids in the database, and that with these "docids" we can retrieve the individual document details.
However there is no such getDocumentById() method (though there is in fact a deleteDocument(String id) method) and right now the only way to retrieve document details is by appending the fetchFields() method into the query.