• 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
  • Tim Cooke
  • Liutauras Vilda
  • Jeanne Boyarsky
  • paul wheaton
Sheriffs:
  • Ron McLeod
  • Devaka Cooray
  • Henry Wong
Saloon Keepers:
  • Tim Holloway
  • Stephan van Hulst
  • Carey Brown
  • Tim Moores
  • Mikalai Zaikin
Bartenders:
  • Frits Walraven

Lucene in Action?

 
Ranch Hand
Posts: 210
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I would like to know if the "Hibernate in Action" book will have some redundancy when compared to "Lucene in Action", since it uses Lucene Information Retrieval library as the engine of the framework.
 
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 has one or two chapters dedicated to Lucene that will likely be redundant with Lucene in Action Second Edition.
Particularly, chapter 7 introduces how to write Lucene queries (that are consumed by Hibernate Search). We stay at a rather basic level and do not cover very advanced queries.

Lucene in Action is not needed to start with Hibernate Search. Hibernate Search in Action covers all the basics you need to know about Lucene. That being said, if you want to go deeper in Lucene queries, I recommend reading Lucene in Action. I certainly did!
 
Acetylsalicylic acid is aspirin. This could be handy too:
Gift giving made easy with the permaculture playing cards
https://coderanch.com/t/777758/Gift-giving-easy-permaculture-playing
reply
    Bookmark Topic Watch Topic
  • New Topic