Le blog du garambrogne

Using Compass as a denormalized index for Hibernate and other ORM.

The deal with ORM mapping is simple, you provides objects, it writes SQL for you for searching and storing it, and to lower the cost of all this gifts there is a cache system to reduce the overload.

Lire la suite...

Using Compass without dirtying its hands with java

GoniometerCompass is a nice project using Lucene to bring easy search to java project.

But sometimes, we don't need java in a project.

Lire la suite...