Lucene in Action
eBook - ePub

Lucene in Action

,
  1. 532 pages
  2. English
  3. ePUB (mobile friendly)
  4. Available on iOS & Android
eBook - ePub

Lucene in Action

,
Book details
Table of contents
Citations

About This Book

When Lucene first hit the scene five years ago, it was nothing short ofamazing. By using this open-source, highly scalable, super-fast search engine, developers could integrate search into applications quickly and efficiently.A lot has changed since then-search has grown from a "nice-to-have" featureinto an indispensable part of most enterprise applications. Lucene now powerssearch in diverse companies including Akamai, Netflix, LinkedIn, Technorati, HotJobs, Epiphany, FedEx, Mayo Clinic, MIT, New ScientistMagazine, and many others.Some things remain the same, though. Lucene still delivers high-performancesearch features in a disarmingly easy-to-use API. Due to its vibrant and diverseopen-source community of developers and users, Lucene is relentlessly improving, with evolutions to APIs, significant new features such as payloads, and ahuge increase (as much as 8x) in indexing speed with Lucene 2.3.And with clear writing, reusable examples, and unmatched advice on bestpractices, Lucene in Action, Second Edition is still the definitive guide todeveloping with Lucene. Purchase of the print book comes with an offer of a free PDF, ePub, and Kindle eBook from Manning. Also available is all code from the book.

Frequently asked questions

Simply head over to the account section in settings and click on ā€œCancel Subscriptionā€ - itā€™s as simple as that. After you cancel, your membership will stay active for the remainder of the time youā€™ve paid for. Learn more here.
At the moment all of our mobile-responsive ePub books are available to download via the app. Most of our PDFs are also available to download and we're working on making the final remaining ones downloadable now. Learn more here.
Both plans give you full access to the library and all of Perlegoā€™s features. The only differences are the price and subscription period: With the annual plan youā€™ll save around 30% compared to 12 months on the monthly plan.
We are an online textbook subscription service, where you can get access to an entire online library for less than the price of a single book per month. With over 1 million books across 1000+ topics, weā€™ve got you covered! Learn more here.
Look out for the read-aloud symbol on your next book to see if you can listen to it. The read-aloud tool reads text aloud for you, highlighting the text as it is being read. You can pause it, speed it up and slow it down. Learn more here.
Yes, you can access Lucene in Action by in PDF and/or ePUB format, as well as other popular books in Computer Science & Programming in Java. We have over one million books available in our catalogue for you to explore.

Information

Publisher
Manning
Year
2010
ISBN
9781638354734

Table of contents

  1. Copyright
  2. Brief Table of Contents
  3. Table of Contents
  4. Praise for the First Edition
  5. More Praise for the First Edition
  6. Foreword
  7. Preface
  8. Preface to the First Edition
  9. Acknowledgments
  10. About this Book
  11. JUnit primer
  12. About the Authors
  13. Part 1. Core Lucene
  14. Chapter 1. Meet Lucene
  15. Chapter 2. Building a search index
  16. Chapter 3. Adding search to your application
  17. Chapter 4. Luceneā€™s analysis process
  18. Chapter 5. Advanced search techniques
  19. Chapter 6. Extending search
  20. Part 2. Applied Lucene
  21. Chapter 7. Extracting text with Tika
  22. Chapter 8. Essential Lucene extensions
  23. Chapter 9. Further Lucene extensions
  24. Chapter 10. Using Lucene from other programming languages
  25. Chapter 11. Lucene administration and performance tuning
  26. Part 3. Case studies
  27. Chapter 12. Case study 1: Krugle
  28. Chapter 13. Case study 2: SIREn
  29. Chapter 14. Case study 3: LinkedIn
  30. Appendix A. Installing Lucene
  31. Appendix B. Lucene index format
  32. Appendix C. Lucene/contrib benchmark
  33. Appendix D. Resources
  34. Index
  35. List of Figures
  36. List of Tables
  37. List of Listings