英文:
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)
通过集体智慧和协作来改善编程学习和解决问题的方式。致力于成为全球开发者共同参与的知识库,让每个人都能够通过互相帮助和分享经验来进步。
评论