How To implement LuceneNet using Amazon S3

青春壹個敷衍的年華 提交于 2019-12-08 01:14:41

问题


I'm trying to implement Lucene in my app using Amazon S3 to storage the indexes that I generate, but I can find any code examples or a clear article. So anyone that have some kind of experience with this please give a guide or something that can help me start


回答1:


There's a similar question here.

Here's an interesting article of how the biggest Solr service provider Lucid Imagination proposes to deploy their Solr implementation on EC2.
And here's their Search-as-a-Service solution.

If you're not bound to S3, you can use dedicated Solr cloud service called WebSolr.

Also, if you need complete ALM/CI solution for your development project, there's a WebSolr module included in CloudBees.



来源:https://stackoverflow.com/questions/10485812/how-to-implement-lucenenet-using-amazon-s3

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!