1. Which one is better for efficient free text search, Hibernate Search or Lucene? stackoverflow.comWe are developing a web application using Spring MVC, Spring and Hibernate. We need to add efficient free text search capabilities to our applications. For this we are thinking of using ... |
2. Free Text searching using Hibernate forum.hibernate.orgThanks. OK. So, after reading up on the createSQLQuery() Session class method I now know I can do my Free Text Search using native SQL just by passing the native SQL query as an argument. I still have a small problem though. Some of the queries I'm going to be writing will have to use a mixture of SQL for the ... |