Class ElasticsearchController


  • @RestController
    @RequestMapping(value="/elasticsearch",
                    produces="application/json")
    @Deprecated(since="4.2.1.2")
    public class ElasticsearchController
    extends Object
    Deprecated.
    This is a convenience controller for reindexing elasticsearch in case of emergency i.e. elasticsearch volume was deleted.

    This allows you to quickly reindex either everything, or a single entity, without having to restart the ESB

    • Constructor Detail

      • ElasticsearchController

        public ElasticsearchController()
        Deprecated.
    • Method Detail

      • reindexAll

        @RequestMapping("/reindexAll")
        public void reindexAll()
        Deprecated.