I use the DataImportHandler interface as /dataimport to trigger full and delta-imports of my data into the search index. And I'd like to do explicit commits of the newly indexed data as I have some parallel jobs running on other machines.
The documentation says that I can stop the autocommit after the import by using the commit request parameter. However it does not say how to trigger the commit explicitly afterwards.