How to use Facets to categorize your FullTextQuery results

How to use Facets to categorize your FullTextQuery results

Facetting is another interesting feature provided by Hibernate Search. It allows you to group your FullTextQuery results in categories. You often see this in online shops which present the search results in different product categories or on websites which categorize their articles by date. This is the 3rd post in my series about Hibernate Search,…

Hibernate Tips: How to automatically add Metamodel classes to your project
|

Hibernate Tips: How to automatically add Metamodel classes to your project

Hibernate Tips is a series of posts in which I describe a quick and easy solution for common Hibernate questions. If you have a question you like me to answer, please leave a comment below. Question: I use Hibernate’s Static Metamodel Generator to generate the JPA Metamodel. These classes are generated to a different directory…