• How to implement XML mapping for Hibernate Search

    This 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...
    Profile Photo
    last modified by y.rodiere
  • Hibernate Search Troubleshooting

    This 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...
    Profile Photo
    last modified by y.rodiere
  • Hibernate Search and SVN

    This 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...
    Profile Photo
    last modified by y.rodiere
  • Hibernate Search Documentation Translations

    This 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...
    Profile Photo
    last modified by y.rodiere
  • Plans for Hibernate Search 4

    This 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...
    Profile Photo
    last modified by y.rodiere
  • Plans for Hibernate Search 4.x

    This 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...
    Profile Photo
    last modified by y.rodiere
  • Hibernate Search FAQ

    This 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...
    Profile Photo
    last modified by y.rodiere
  • Hibernate Search: Roadmap

    This page is out of date: content has moved there.
    Profile Photo
    last modified by y.rodiere
  • Contributing to Hibernate Search

    This 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...
    Profile Photo
    last modified by y.rodiere
  • Hibernate Search Migration Guide

    This 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...
    Profile Photo
    last modified by y.rodiere
  • Releasing Hibernate Search

    This page is out of date: content has moved there.
    Profile Photo
    last modified by y.rodiere
  • Hibernate Search Vanilla

    I 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...
    Profile Photo
    last modified by sflanigan
  • Clustering using ActiveMQ and Tomcat

    I 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...
    Profile Photo
    last modified by sannegrinovero
  • Hibernate Search and offline text extraction

    Posted 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,...
    Profile Photo
    last modified by sannegrinovero
  • Example Application using Seam, RichFaces, Hibernate Search, and Mahout

    I've just put the finishing  touches on a four-part series about a wine rating and recommendation Web  application, named VinWiki, built using Seam, RichFaces, Hibernate  Search, Lucene, and Mahout. Whi...
    Profile Photo
    last modified by thelabdude
  • Spring + Hibernate + Hibernate Search

    Very 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...
    Profile Photo
    last modified by hardy.ferentschik