Log in to follow, share, and participate in this community.
Article How to implement XML mapping for Hibernate Search
How to implement XML mapping for Hibernate SearchThis page is out of date. Several people requested support for XML mapping (rather than annotations) in Hibernate Search. Some people even offered to contribute it (not contributed back to far). Here are some guideli...
Hibernate Search TroubleshootingThis page is out of date: content has moved there.
FullTextQuery does not return any results, even though ... - what do I do?
The JVM appears to hang when my application should terminate; what's...
Hibernate Search and SVNThis page is out of date: content has moved there. Before moving to GitHub - http://github.com/hibernate/hibernate-search - Hibernate Search was hosted in a SVN repository - http://anonsvn.jboss.org/repos/hibernate/s...
Hibernate Search Documentation TranslationsThis page is out of date. In order to translate the Hibernate Search documentation you need a JBoss Account and you have to join the Zanata language team. More information about how to do that can be found in the Zan...
Plans for Hibernate Search 4This page is out of date: roadmaps can be found there.
Changing contracts
Split packages in API/SPI/private packages - DONE
Be compliant with Core 4 - DONE
Split dependency between Hibern...
Plans for Hibernate Search 4.xThis page is out of date: roadmaps can be found there. New Features and todos (under construction ...) New features Components upgrades * Upgrade to Lucene 3.5 (HSEARCH-981) * Upgrade to JGroups 3 and In...
Hibernate Search FAQThis page is out of date: content has moved there.
How to get started?
No files are created in index directory, even on manual indexing.
Can I mix HQL and Lucene queries?
W...
Contributing to Hibernate SearchThis page is out of date: content has moved there. The following guide will help you to get started with Hibernate Search in case you want to contribute or just build from source yourself. Requirements Java J...
Hibernate Search Migration GuideThis page is out of date: only versions of Hibernate Search prior to 5.5 are covered. For more recent versions see there. Hibernate Search 5.4This now requires using at least Hibernate ORM version 5.0.0.CR1 ! (No oth...
Hibernate Search VanillaI recently had the need for some simple vanilla application using Hibernate Search. I wanted something I could run standalone without any container or such. I ended up with a simple Swing GUI using a couple of buttons...
Clustering using ActiveMQ and TomcatI thought someone might be interested in a HSearch setup using ActiveMQ. It turned out be be quite easy and works fine for us. The following assumes you are using Tomcat and have two web applications you want to confi...
Article Hibernate Search and offline text extraction
Hibernate Search and offline text extractionPosted on November, 2007, by Roberto Bicchierai and Pietro Polsinelli. Suppose that using Hibernate Search you want to index not only the standard persistent content of your objects, like string contents such as name,...
Spring + Hibernate + Hibernate SearchVery often the question arises how to use/configure Hibernate/JPA and Hibernate Search within a web application using spring. The following example configuration works for me with: Spring 2.0.3 Hibernate 3.2.5.ga H...