创建本地分布式表

Manticore Search 中的分布式表充当“主节点”,将请求的查询代理到其他表,并提供从收到的响应中合并的结果。该表本身不保存任何数据。它可以连接到本地表和位于其他服务器上的表。以下是一个简单分布式表的示例:

‹›
  • Configuration file
  • RT mode
  • PHP
  • Python
  • Python-asyncio
  • javascript
  • Java
  • C#
  • Rust
📋
table index_dist {
  type  = distributed
  local = index1
  local = index2
  ...
 }
Last modified: August 28, 2025