HIbernate Search 值得用于数据库搜索吗?

发布于 2024-11-28 15:44:19 字数 234 浏览 2 评论 0原文

我的应用程序基本上是一个人员目录查找(大约 1500 人),其中包含数据库中的所有信息?我开始使用 SPRING-Hibernate 构建这个,然后我就实现了人员搜索。说实话,我从来没有做过这种事情,并且完全不知道从哪里开始。我想知道是否值得为我的应用程序学习和实现 HibernateSearch,因为它没有任何文档搜索需求,只需在表具有联接/关联的情况下进行数据库搜索?

另外,如果互联网上有任何教程可以指导我开始此类项目,请告诉我。

My application is basically a people directory -lookup(about 1500 people) with all the information contained in database? I started to build this using SPRING-Hibernate and I arrived at the point to implement people search.. To be honest I have never done this kind of thing and completely clueless about where to start. I want to know if it is worth to learn and implement HibernateSearch for my application as it doesn't have any document search needs and just database search where tables have joins/associations?

Also if there are any tutorials available on internet which can guide me on starting this kind of project please let me know.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

み零 2024-12-05 15:44:19

我建议使用 hibernate-search,因为它有很多功能和实用程序......
Hibernate-search 包含全文搜索,它使用 Apache Lucene 核心来创建索引等。

  1. Apache Lucene docs
  2. Hibernate 搜索文档和文档示例、参考指南

I suggest to use hibernate-search, because it has many functionalies and utilities...
Hibernate-search contains full-text search and it uses Apache Lucene core for creating indexes etc.

  1. Apache Lucene docs
  2. Hibernate Search Documentation & Examples, Reference Guide
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文