内部网站搜索

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

Internal Site Search

问题

我正在学习开发网络应用程序,我想创建自己的内部网站搜索引擎(不使用Google或第三方托管服务),可以对我的网络应用进行索引。我是否可以使用像Elasticsearch这样的东西来开发一个小型的网络应用程序?我已经阅读了相关资料,但我只看到它被用于大型网站/应用程序。或者我是否需要自己实现,而不使用任何第三方API?我使用Golang作为我的编程语言。

英文:

I'm learning to develop web applications and I would like to create my own internal site search engine (without using Google or a 3rd party hosting service) that could index my web app. Could I go about using something like Elastic Search for a small web app? I have been reading about it, but I have only seen it used for big sites/apps. Or would I have to implement this myself without any 3rd party APIs? I'm using Golang as my programming language.

答案1

得分: 2

请看一下Bleve - 它是纯Go语言编写的ElasticSearch/Lucene替代品。看起来很有前途。

这里有一个关于Bleve的精彩演讲,来自FOSDEM'15 Go DevRoom: https://video.fosdem.org/2015/devroom-go/bleve.mp4 (145M)

英文:

Take a look at Bleve - it's pure Go ElasticSearch/Lucene alternative. Looks promising.

Here is nice talk about Bleve at FOSDEM'15 Go DevRoom: https://video.fosdem.org/2015/devroom-go/bleve.mp4 (145M)

huangapple
  • 本文由 发表于 2015年3月23日 14:35:03
  • 转载请务必保留本文链接:https://go.coder-hub.com/29204430.html
匿名

发表评论

匿名网友

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

确定