diff --git a/docs/Indexer.md b/docs/Indexer.md index d83ab4d..8e96e9b 100644 --- a/docs/Indexer.md +++ b/docs/Indexer.md @@ -62,11 +62,11 @@ If you just installed the server and want to configure it: - What does it do: The script gets called periodically based on the specified `Interval` parameter. - Parameters: - Interval (in milliseconds) -- `schedule` (WIP) +- `schedule` - What does it do: The script gets called based on the provided schedule - Parameters: - Schedule ([Quartz Cron expression](https://www.quartz-scheduler.net/documentation/quartz-3.x/tutorial/crontrigger.html), e.g. "0/5 * * * * ?") -- `fileupdate` (WIP) +- `fileupdate` - What does it do: The script gets called whenever a file is updated in the specified subdirectory - Parameters: - Path (e.g. "Scripts/example_content")