mathpere / grails-hibernate-search-plugin

Integrates Hibernate Search features to Grails
http://grails.org/plugin/hibernate-search
Apache License 2.0
21 stars 18 forks source link

Hibernate4 #18

Closed jappeace closed 10 years ago

jappeace commented 10 years ago

So this is the most recent stable (it builds, and seems to work) version. because people say realease early realease often.

In the moved some things arround commit I did some refactoring. mainly I exported all the innerclasses of hibernateSearchQuarybuilder to its own package package (components), I think this gives a better overview of what is available, tough it makes more code public. It has no real functional impact so I thought I should mention this.

All the previous comments are also still true. (tokenized does not work etc.)