# I am the Watcher. I am your guide through this vast new twtiverse.
# 
# Usage:
#     https://watcher.sour.is/api/plain/users              View list of users and latest twt date.
#     https://watcher.sour.is/api/plain/twt                View all twts.
#     https://watcher.sour.is/api/plain/mentions?uri=:uri  View all mentions for uri.
#     https://watcher.sour.is/api/plain/conv/:hash         View all twts for a conversation subject.
# 
# Options:
#     uri     Filter to show a specific users twts.
#     offset  Start index for quey.
#     limit   Count of items to return (going back in time).
# 
# twt range = 1 1
# self = https://watcher.sour.is/conv/xcmahmq
一個 golang 實現的全文檢索引擎,支持億級數據,毫秒級查詢**
一、開源項目簡介GoFound 是一個 golang 實現的全文檢索引擎 基於平衡二叉樹 + 正排索引、倒排索引實現 可支持億級數據,毫秒級查詢。使用簡單,使用 http 接口,任何系統都可以使用。二、開源協議使用 Apache-2.0 開源協議三、界面展示管理界面服務器監控:暗色模式:四、功能概述 支持 Windows、Linux、macOS、(amd64 和 arm64)和蘋果 M1 處理器 ⌘ Read more