Hibernate Search in Action book
I am very please to announce that a book on Hibernate Search is on its way. John Griffin and I are co-authoring Hibernate Search in Action from Manning.The goal of this book is to give a good practical understanding of Hibernate Search and guide people through the steps of adding full text search capability into their Hibernate based application. The book also covers the necessary Lucene knowledge you need to use Hibernate Search on a daily basis.
An early version of the book is already available through the MEAP program. Five chapters are already out there. If you are interested, give it a try, we welcome your feedback!
Labels: book


9 Comments:
Glad to see the books in the works...
Didn't get to come to JBW this year but might see you a JavaOne.
Actually would be happy to provide feedback on the book as we are using Hibernate Search quite extensively on various projects. If ya wanna email me some chapters ;)
cheers
Aaron
By
Aaron, At
March 2, 2008 10:12 PM
i am desperately waitng for this book whole release coz new to this kinda technology, having alot of problems in R&D.
kindly email me some chapters if u can.
thanks..
Best Regards!!
Umair
By
Anonymous, At
July 29, 2008 6:58 AM
Umair,
You can go a buy the early version of the book in PDF at http://www.manning.com/affiliate/idevaffiliate.php?id=952_117_1_24
Most of the chapters are done (2 are left). This should clear most if not all of your questions.
By
Emmanuel Bernard, At
July 29, 2008 8:50 AM
Can you please tell Manning to sort out their customer service ? We ordered the book + ebook, failed to download in the 5 day time limit (our mistake) and despite contacting them via email twice and leaving voicemails I've had no response. It now looks like we've got to pay out again which I am less than happy about (though I am sure you appreciate it)....
By
stuj, At
October 7, 2008 4:19 AM
can you send me an email describing the situation (the email used to buy the ebook) at emmanuel hibernate.org
I will contact them
By
Emmanuel Bernard, At
October 7, 2008 7:23 AM
I am a newbie to hibernate search infact hibernate.But reading your tutorials i was able to make a small code to search my database thats ORACLE.but there is an issue,my code is able to indes the available data in database,but when i try to insert a new row using hibernate it throws the below error.But in MYSQL database its working fine.its only creating this issue using ORACLE.
erorrrTraceeeeeeeeeeeeee
Initial SessionFactory creation failed.org.hibernate.AnnotationException: Unable to load Search event listener
Exception in thread "main" java.lang.ExceptionInInitializerError
at HibernateUtil.(HibernateUtil.java:22)
at Example1.main(Example1.java:23)
Caused by: org.hibernate.AnnotationException: Unable to load Search event listener
at org.hibernate.cfg.search.SearchConfiguration.enableHibernateSearch(SearchConfiguration.java:149)
at org.hibernate.cfg.AnnotationConfiguration.buildSessionFactory(AnnotationConfiguration.java:856)
at HibernateUtil.(HibernateUtil.java:18)
... 1 more
Caused by: java.lang.reflect.InvocationTargetException
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at org.hibernate.cfg.search.SearchConfiguration.enableHibernateSearch(SearchConfiguration.java:146)
... 3 more
Caused by: java.lang.NoSuchMethodError: org.hibernate.event.EventListeners.getPostCollectionRecreateEventListeners()[Lorg/hibernate/event/PostCollectionRecreateEventListener;
at org.hibernate.cfg.search.CollectionSearchConfiguration.enableHibernateSearch(CollectionSearchConfiguration.java:18)
... 8 more
By
shubham, At
February 23, 2009 4:09 AM
The exception looks like a classpath issue unrelated to the database.
Ask your question on http://forum.hibernate.org/viewforum.php?f=26
By
Emmanuel Bernard, At
February 23, 2009 4:26 AM
This post has been removed by a blog administrator.
By
Anonymous, At
December 22, 2009 9:14 AM
This post has been removed by a blog administrator.
By
Anonymous, At
December 24, 2009 4:33 PM
Post a Comment
Links to this post:
Create a Link
<< Home