开源搜索引擎,使用Go语言编写

huangapple go评论91阅读模式
英文:

Open source search written in Go

问题

有人知道用Go语言编写的开源搜索项目吗?我想为我的网站实现一个简单的站内搜索功能,正在寻找一个网络爬虫,更具体地说,是用Go语言编写的搜索算法。有什么想法、项目或建议吗?

英文:

Does anyone know of any open source search projects written in Go?

I want to implement a simple site search for my site and am looking for a web crawler, but more specifically, a search algorithm written in Go.

Any ideas, projects, or suggestions?

答案1

得分: 1

你可以尝试使用Go标准库中的suffixarray实现:http://golang.org/pkg/index/suffixarray/

查看godoc可以了解如何使用它。

英文:

You could try the suffixarray implementation in Go's standard library: http://golang.org/pkg/index/suffixarray/

Take a look at godoc how it can be used.

答案2

得分: 1

对于网络爬虫部分,有gocrawl:https://github.com/PuerkitoBio/gocrawl

免责声明:我是作者。

英文:

For the web crawler part, there`s gocrawl: https://github.com/PuerkitoBio/gocrawl

Disclaimer: I'm the author.

huangapple
  • 本文由 发表于 2013年7月30日 03:13:42
  • 转载请务必保留本文链接:https://go.coder-hub.com/17932314.html
匿名

发表评论

匿名网友

:?: :razz: :sad: :evil: :!: :smile: :oops: :grin: :eek: :shock: :???: :cool: :lol: :mad: :twisted: :roll: :wink: :idea: :arrow: :neutral: :cry: :mrgreen:

确定