Answer the question
In order to leave comments, you need to log in
Elasticsearch - Why do results disappear in the middle of a word?
Why if I start writing for example: чита забай
Then there are no results.
If: чита забайкальский
Then all
the necessary ones ... Why doesn’t it display similar ones by reading it?
If a:чита забайкаль
'query' => [
"multi_match" => [
"query" => $q,
"type" => "most_fields",
"boost" => 3.0,
"fields" => [
"name^3",
"text^2",
"point^1",
],
"fuzziness" => 3,
"prefix_length" => 0,
"operator" => "and"
]
],
'sort' => [
'_score' => ['order' => 'desc']
]
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question