Algolia for node.js and Mongodb

和自甴很熟 提交于 2019-12-06 00:09:36

MongoDB

If you just want to have a complete replica of a collection, you can use the Algolia's MongoDB connector.

However, if you want to do a more advanced indexing, you should add algolia indexing calls alongside the calls to your database.

Rendering

Algolia has been designed to be used in your front-end. See this FAQ entry. However, for SEO purposes, a back-end search might make sense to you. Since the JS client is isomorphic, you can mix the two pretty easily.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!