You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
jwei512 I think what the docs mean is, you can take the list of document ids returned from IndexTank, and then retrieve the original document details from your own database.
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.
The text was updated successfully, but these errors were encountered: