是否可以在不将另一个数据库定义为后端的情况下使用弹性搜索作为数据库和搜索引擎在大多数教程中,另一个数据库后端由弹性搜索索引。但我想使用elasticsearch作为主数据库和搜索引擎。您有任何配置示例或想法吗?
问问题
418 次
1 回答
1
我使用https://github.com/aparo/pyes库解决了。
示例输入:
>>> conn.index({"name":"Joe Tester", "parsedtext":"Joe Testere nice guy", "uuid":"11111", "position":1}, "test-index", "test-type", 1)
如http://pyes.readthedocs.org/en/latest/manual/queries.html所示
于 2013-01-20T12:45:51.443 回答