When using Scout in Laravel 5.3, the default search is algolia. Does it support Chinese?
習慣沉默
習慣沉默 2017-05-16 16:50:45
0
1
518

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?

習慣沉默
習慣沉默

reply all(1)
世界只因有你

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...

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template