We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
when loading docs and checking the results, there is no easy way to get the id of any docs that failed.
we have done this using reflection but it would be much easier if there was a getId() method in Document.
or is there a better way?
The text was updated successfully, but these errors were encountered:
Here's a patch that adds getId() method (and makes id final), I'll leave it up to the owners to pull the change in:
clamprecht@5b52a95
Sorry, something went wrong.
No branches or pull requests
when loading docs and checking the results, there is no easy way to get the id of any docs that failed.
we have done this using reflection but it would be much easier if there was a getId() method in Document.
or is there a better way?
The text was updated successfully, but these errors were encountered: