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,…

Add full-text search to your application with Hibernate Search
|

Add full-text search to your application with Hibernate Search

Full-text search has become a common requirement for modern enterprise applications, and there are several good implementations available, like Apache Lucene and Elasticsearch. They provide powerful indexing and search capabilities that allow you to easily add full-text search capabilities to your application. But one important questions remains when you decide to add Apache Lucene or…