Currently the {{MassIndexerProgressMonitor}} API acceps a {{long}} for the estimate of total documents to be built, but uses {{int}} to track increments in current progress.
This is not a big problem as increments will always be in small steps but needs to be fixed, unfortunately clarified; if we choose to change the signature to {{long}} it would break APIs so needs a bit of caution. |
|