sea-team / gofound

GoFound GoLang Full text search go语言全文检索引擎,毫秒级查询。 使用http接口调用,集成Admin管理界面,任何系统都可以使用。
Apache License 2.0
1.59k stars 190 forks source link

id 建议设计为string #49

Closed wzhsh90 closed 2 years ago

wzhsh90 commented 2 years ago

id 建议设计为string ,这样更能兼容业务

newpanjing commented 2 years ago

建议自己转换下id,目前设计成int是为了最优的内存考虑。