Minimal configuration to play with Manticore Search
如果你想开始学习 Manticore Search 的普通索引或查看某些功能如何运作,以下是最简单的 Manticoresearch 配置可能会有所帮助:
source min { type = mysql sql_host = localhost sql_user = root sql_pass = sql_db = test sql_query = select 1, 'cat' union select 2, 'dog' } index idx_min { path = …