[Docs] Fix highlighting in match-query example (#52426)
This commit is contained in:
parent
e7ae9ae596
commit
474dfbf9c7
|
@ -304,7 +304,7 @@ should follow the advice in {defguide}/relevance-is-broken.html[Relevance is bro
|
|||
|
||||
The `match` query supports multi-terms synonym expansion with the <<analysis-synonym-graph-tokenfilter,
|
||||
synonym_graph>> token filter. When this filter is used, the parser creates a phrase query for each multi-terms synonyms.
|
||||
For example, the following synonym: `"ny, new york" would produce:`
|
||||
For example, the following synonym: `"ny, new york"` would produce:
|
||||
|
||||
`(ny OR ("new york"))`
|
||||
|
||||
|
|
Loading…
Reference in New Issue