Alan Guo Xiang Tan a03c48b720
FIX: Use the same mode for chinese search when indexing and querying. (#14780)
The `白名单` term becomes `名单 白名单` after it is processed by
cppjieba in :query mode. However, `白名单` is not tokenized as such by cppjieba when it
appears in a string of text. Therefore, this may lead to failed matches as
the search data generated while indexing may not contain all of the
terms generated by :query mode. We've decided to maintain parity for now
such that both indexing and querying uses the same :mix mode. This may
lead to less accurate search but our plan is to properly support CJK
search in the future.
2021-11-01 10:14:47 +08:00
..
2021-10-27 11:39:28 +03:00
2021-10-27 11:39:28 +03:00
2021-10-27 11:39:28 +03:00
2020-01-15 11:27:12 +01:00
2021-10-27 11:39:28 +03:00
2021-08-10 18:30:34 +04:00
2021-05-31 10:22:50 +08:00
2019-05-22 17:39:44 +03:00
2020-05-05 13:46:57 +10:00
2021-06-21 11:06:58 +08:00
2020-07-21 15:55:03 +08:00
2020-04-30 16:48:53 +10:00