Synonym search - Elastic search
Hello - We have a use case, to search for synonyms for the search keywords used. We were not able to achieve using elastic search. We went with some custom coding, maintaining table for synonyms[2 synonyms for each search word]. On search, fetch the synonyms from the custom table and form all the parameters as valuelist and send it to report definition. However, we were facing performance issues, as system needs to scan entire table to fetch the results.
Appreciate your help here if we have any OOTB API/library to fetch the synonyms and apply to elastic search.
Env: Pega 8.4.2 on KM
Regards,
Kalyan