Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Parameter auto_generate_synonyms_phrase_query is not implemented #1619

Open
drussier opened this issue May 31, 2022 · 1 comment
Open

Parameter auto_generate_synonyms_phrase_query is not implemented #1619

drussier opened this issue May 31, 2022 · 1 comment

Comments

@drussier
Copy link

Which version of Elastic are you using?

v7.0.27

Please describe the expected behavior

The parameter auto_generate_synonyms_phrase_query is not implemented in Match and MultiMatch queries :

type MatchQuery struct {

type MultiMatchQuery struct {

It is necessary to use the synonym_graph filter.

See ES documentation that mentions the parameter
https://www.elastic.co/guide/en/elasticsearch/reference/current/query-dsl-match-query.html#match-field-params
https://www.elastic.co/guide/en/elasticsearch/reference/current/query-dsl-multi-match-query.html#type-best-fields

@drussier
Copy link
Author

drussier commented Jun 1, 2022

@olivere PR opened here #1620

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant