1. Using Hibernate Search with MultiFieldQueryParser forum.hibernate.org |
2. Using Hibernate Search with MultiFieldQueryParser forum.hibernate.org |
3. Using Hibernate Search with MultiFieldQueryParser forum.hibernate.orgHi, Everyone, I begin to use Hibernate Search these days and it's really a great tool. And I have some questions for the usage of it: I have two indexed entities in my project: Clazz and Registrations. A Registration must belong to one Clazz. And a Clazz contains zero or more Registrations. And this relationship also mapped in hibernate search: Code: ... |