bells / elasticsearch-analysis-dynamic-synonym

The dynamic synonym plugin adds a synonym token filter that reloads the synonym file(local file or remote file) at given intervals (default 60s).
369 stars 181 forks source link

synonym context format issue #93

Closed RaphaelL2e closed 2 years ago

RaphaelL2e commented 2 years ago

Does this format support: dog => dog,husky,chihuahua

bells commented 2 years ago

Does this format support: dog => dog,husky,chihuahua

support

RaphaelL2e commented 2 years ago

thx