我们很高兴地宣布发布 Manticore Search 2.6.1 GA.
可用于 Debian、Ubuntu、Red Hat/CentOS、Windows 和 OSX 的预构建包可以从 这里 下载。有关 Docker 镜像,请查看官方 repository 。
改进和变化
HTTP JSON API 现在有新的端点 /json/pq 用于 Percolate 查询。
指令
agent_retry_count
的行为在 agents 和 mirrors 的情况下发生了变化,因为现在 agent_retry_count 定义每个 mirror 的重试次数,而每个代理的总重试次数为 agent_retry_count*mirrors。每个镜像的重试次数将取决于
ha_strategy
。
现在也可以在索引配置中定义 agent_retry_count (以及别名 mirror_retry_count )。
在 agent 的定义中,您现在也可以指定自定义 retry_count,作为每个代理的重试次数(即使对于具有镜像的代理)。
官方 Docker 镜像现在提供在 https://hub.docker.com/r/manticoresearch/manticore/ 。
在此版本中修复了多个错误,完整报告请参阅 Release note 。