We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
auto_generate_synonyms_phrase_query
v7.0.27
The parameter auto_generate_synonyms_phrase_query is not implemented in Match and MultiMatch queries :
elastic/search_queries_match.go
Line 16 in 29ee989
elastic/search_queries_multi_match.go
It is necessary to use the synonym_graph filter.
synonym_graph
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
The text was updated successfully, but these errors were encountered:
@olivere PR opened here #1620
Sorry, something went wrong.
No branches or pull requests
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 :elastic/search_queries_match.go
Line 16 in 29ee989
elastic/search_queries_multi_match.go
Line 16 in 29ee989
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
The text was updated successfully, but these errors were encountered: