此内容没有您所选择的语言版本。
4.2. Hibernate Search
4.2.1. Description 复制链接链接已复制到粘贴板!
复制链接链接已复制到粘贴板!
Full text search engines like Apache Lucene are a very powerful technology to bring free text/efficient queries to applications. If suffers several mismatches when dealing with a object domain model (keeping the index up to date, mismatch between the index structure and the domain model, querying mismatch...) Hibernate Search indexes your domain model thanks to a few annotations, takes care of the database / index synchronization and brings you back regular managed objects from free text queries. Hibernate Search is using Apache Lucene under the cover.