Chapter 2. Getting started with Hibernate Search
This chapter covers |
|
In the chapter 1, we discussed difficulties of integrating a full-text search engine such as Apache Lucene into a Java application centered on a domain model and using Hibernate or Java Persistence to persist data. More specifically, we saw three mismatches:
- Structural mismatch— How to convert the object domain into the text-only index; how to deal with relations between objects in the index.
- Synchronization mismatch— How to keep the database and the index synchronized ...
Get Hibernate Search in Action now with the O’Reilly learning platform.
O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.