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!
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
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
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.
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)....
can you send me an email describing the situation (the email used to buy the ebook) at emmanuel hibernate.org
I will contact them
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
The exception looks like a classpath issue unrelated to the database.
Ask your question on http://forum.hibernate.org/viewforum.php?f=26
Post a Comment