updating wordforms

Hello,

I’ve noticed that when I change a wordforms file the real-time indexes that use the file don’t receive the updates. In the documentation I’ve only found an info how to update plain indexes and this works. But I have also real-time indexes (some in plain mode and some in real-time mode) for which need to receive the changes of the wordforms file.

How can I achieve this?

you could use ALTER RECONFIGURE to change RT index settings for that

Thanks, that worked.