Using Scout in Laravel 5.3, the default search is algolia. Does it support Chinese?
If you want to use elasticsearch, what should you write yourself?
世界只因有你2017-05-16 16:52:45
It just so happens that I have experience using algolia in my projects, well, 对中文支持还是挺好的
; but you always have to consider the possible factors of being blocked, so you have to choose whether to use algolia based on your business.
As for elasticsearch, I actually used it myself and configured the ik participle myself. Except that the machine configuration needs to be higher and the configuration process is a little more troublesome (compared to algolia), there is nothing else. If you want to use elasticsearch to interact with PHP projects, you can directly use the official Package:
elasticsearch-php: https://github.com/elastic/el...