[hibernate-dev] Hibernate web search

2008-09-21 Thread Adam Warski
Hello, one feature I find missing from Hibernate Search is a possibility to easily implement a web search. A good example is a blog app, where you can search contents of posts. A post is a simple entity with a "body" field, which is indexed by Hibernate Search/Lucene. You then have the no

[hibernate-dev] Dialect Registration

2008-09-21 Thread Tomoto Shimizu Washio
Hi, I have finished up a document and a patch for Dialect Registration mechanism, and I posted them as an attachment to HHH-2933 which I think was a related topic. http://opensource.atlassian.com/projects/hibernate/browse/HHH-2933 I have reached this design after trying to make it easy for users