• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Hibernate Search in Action -- Queries.

 
Ranch Hand
Posts: 603
Eclipse IDE Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi Emmanuel Bernard & John Griffin,


What are the Core and important features in this book.?


How is this book helpful for beginners (advanced Java/J2EE programmers) who are yet to use Hibernate?


Are there any practical examples in this book ?

Im using Hibernate in my next project.How will this book be helpful.?


--
Deepak Lal
 
author
Posts: 62
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hibernate Search in Action is about Hibernate Search the project, not Hibernate Core.

The book covers all you need to integrate Hibernate Search into your application and build a search engine, including:
- getting started guide
- mapping
- how to query in Hibernate Search
- how to build a Full-text query and what are the different kind of queries available
- how to use declarative filters
- how to optimize Hibernate searches and indexing
- how to access Lucene natively with Hibernate Search
- Lucene scoring and relevance algorithm
- some useful tools from Lucene

Every concept is explained with practical examples. All examples are based on a DVD Store search engine.

You can read the book chapter "road map" on the manning side http://www.manning.com/bernard/excerpt_about.html
for more information.

Hope that helps
 
Deepak Lal
Ranch Hand
Posts: 603
Eclipse IDE Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Wow,this sounds awesome ,It is a complete package and the book is really worth for whatever you have just explained.

Thanks for your answers.



--
Deepak Lal
 
Emmanuel Bernard
author
Posts: 62
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
We have spend a *lot* of time to write this book. I am glad you like the content
 
reply
    Bookmark Topic Watch Topic
  • New Topic