Hey folks,
i use elasticsearch to index my derby Database and so use the river-jdbc plugin. Now i have a few questions:
-
How can i refresh my index manually, after i changed some data in my db? For test purposes i set the poll time to 30s but in production i want to be able to refresh the index whenever i want. Oh and please tell me the REST REQUEST, i found a lot of descriptions like : "Call _refresh" which is not very helpful because every Rest request containing "_refresh" was not accepted.
-
When i delete data, the index will be updated after 30 seconds (as specified) BUT i still find all objects. In this forum some other people had the problem and again everybody said "use housekeeping". Ok nice, but how? Can anybody tell me the REST Request in detail which i have to call?
Thanks for any help in advance and greetings
Thomas