Skip to content

Parameter auto_generate_synonyms_phrase_query is not implemented #1619

Open
@drussier

Description

@drussier

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions