Lucene索引服务
我们希望在 J2EE Web 应用程序中使用 lucene。我们想要为 Lucene 相关功能(如索引写入/搜索文档)创建单独的 lucene 服务(将部署在单独的 JBOSS 服务器中)。 我们将从我们的 JEEE 应用程序调用 lucene 服务来获取 lucene 相关功能。
两个应用程序之间通信的最佳方式是什么? RMI/http/webservice 还是其他?
请给一些想法..
We want to use lucene in our J2EE web application. We want create separate lucene service(Which will be deployed in separate JBOSS server) for Lucene related functionality (like indexwriting/searching documents).
We will call lucene service from Our JEEE applcation for lucene related funcationality.
What is the best way to communicate between two application? RMI/http/webservice or any other?
Please give some thoughts..
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
不要重新发明轮子。使用 Solr。
Don't reinvent the wheel. use Solr.