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
Hi Pascal,
I made my own collector / crawler lifecycle event listener to implement extra monitoring feature for my usage and it works fine.
I am also want to collect the committer status, such as "how many documents is going to commit" and "how many documents have been committed", etc.
Is there a way to achieve it?
The text was updated successfully, but these errors were encountered:
If you are extending AbstractBatchCommitter, you can overwrite commitBatch to find out how many items are to be committed before calling super().
AbstractBatchCommitter
Sorry, something went wrong.
No branches or pull requests
Hi Pascal,
I made my own collector / crawler lifecycle event listener to implement extra monitoring feature for my usage and it works fine.
I am also want to collect the committer status, such as "how many documents is going to commit" and "how many documents have been committed", etc.
Is there a way to achieve it?
The text was updated successfully, but these errors were encountered: