Endpoint - Forced Reindex
It is possible to force a reindex of any endpoint if necessary. The instructions for each Operating System are listed below.
Linux
Open a terminal window and type the following command:
curl -XPUT http://localhost:30000/api/task/index
Windows
Using the Advanced REST Client app shown at the right, type the following command using Method PUT:
http://localhost:30000/api/task/index
MacOS
Using the Advanced REST Client app shown at the right, type the following command using Method PUT:
http://localhost:30000/api/task/index
Links to REST Clients
YARC! (Yet Another Rest Client)
Yarc is a Google Chrome app that can be found by navigating to the Google Chrome Apps page > Web Store and searching for "Yet another rest client". Add the extension to Chrome.
Advanced REST client is a Google Chrome App that allows you to send commands directly to the Heureka endpoint service from Google Chrome Apps. Commands such as reindex, regular expression push and running the pattern engine are available.