Hibernate Search - Complete tutorial on Hibernate Search

Hibernate Search is the latest extension of Hibernate, which can be used to add the full text search capabilities into your Java applications.

Hibernate Search - Complete tutorial on Hibernate Search

Hibernate Search - Complete tutorial on Hibernate Search

     

Hibernate Search is the latest extension of Hibernate, which can be used to add the full text search capabilities into your Java applications. In this section we have provides you a working search engine based on Hibernate Search.

  1. Developing Search Engines in Java
    In this section we will discuss about the search engine, and then show you how you can develop your own search engine for your website in Java technologies.
     
  2. User Interface of the Search engine
    In this section we will describe about the search and index interface of our search engine. For searching and displaying the result we have nice interface, you can even modify it according to your requirement.
      
  3. Introduction to Hibernate Search
    In this section we will learn about Hibernate Search, which is used create full text index using apache Lucene engine. Then the index data can be used to run the full text search.