Elasticsearch dynamic synonym update -


we need develop possibility of dynamic synonyms update without node restart or index close/open. decided implement our own synonym functionality, basic idea have our own storage synonyms , each time process request, check query string synonyms stored in our synonym storage. question is, how implement query returns document match query string or of synonyms word(or phrase) query string? important point, how synonyms particular original word(or phrase) score once?


Comments

Popular posts from this blog

wordpress - (T_ENDFOREACH) php error -

Export Excel workseet into txt file using vba - (text and numbers with formulas) -

Using django-mptt to get only the categories that have items -