Loading synonyms from file vs from list in settings performance

When I use synonyms dictionary from the file it works from the start of the ES node but when I upload it via api as part of index settings it takes a lot of time to "analyze" them (I don't actually know why it takes more time than read them from file). And I'm sure that it's not caused by network issues because even if AWS breaks request due to timeout after 1 min, settings appears after 10 min for example.
Is it expected behaviour and are there any ways to decrease this time?

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.