Activate Reindex module in embedded Java application

Hi there,

I use elasticsearch as an embedded node in my Java application. I'd like to use the new reindex-api, but I recognized that it is a seperate module. Is the there a possibility to activate the module via the Nodebuilder class in my application? What Iǘe tried was to add the maven dependency to the reindex-module, but I noticed that only modules in a special folder are scanned and loaded. I'd like to deploy all stuff in my JAR, without having dependencies in a seperate folder.

Any ideas?

Best regards

ElwoodJ