Relevant Search
eBook - ePub

Relevant Search

With applications for Solr and Elasticsearch

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

Relevant Search

With applications for Solr and Elasticsearch

About this book

Summary Relevant Search demystifies relevance work. Using Elasticsearch, it teaches you how to return engaging search results to your users, helping you understand and leverage the internals of Lucene-based search engines.Purchase of the print book includes a free eBook in PDF, Kindle, and ePub formats from Manning Publications. About the Technology Users are accustomed to and expect instant, relevant search results. To achieve this, you must master the search engine. Yet for many developers, relevance ranking is mysterious or confusing. About the Book Relevant Search demystifies the subject and shows you that a search engine is a programmable relevance framework. You'll learn how to apply Elasticsearch or Solr to your business's unique ranking problems. The book demonstrates how to program relevance and how to incorporate secondary data sources, taxonomies, text analytics, and personalization. In practice, a relevance framework requires softer skills as well, such as collaborating with stakeholders to discover the right relevance requirements for your business. By the end, you'll be able to achieve a virtuous cycle of provable, measurable relevance improvements over a search product's lifetime. What's Inside

  • Techniques for debugging relevance?
  • Applying search engine features to real problems?
  • Using the user interface to guide searchers?
  • A systematic approach to relevance?
  • A business culture focused on improving search


About the Reader For developers trying to build smarter search with Elasticsearch or Solr. About the Authors Doug Turnbull is lead relevance consultant at OpenSource Connections, where he frequently speaks and blogs. John Berryman is a data engineer at Eventbrite, where he specializes in recommendations and search.Foreword author, Trey Grainger, is a director of engineering at CareerBuilder and author of Solr in Action. Table of Contents

  • The search relevance problem
  • Search under the hood
  • Debugging your first relevance problem
  • Taming tokens
  • Basic multifield search
  • Term-centric search
  • Shaping the relevance function
  • Providing relevance feedback
  • Designing a relevance-focused search application
  • The relevance-centered enterprise
  • Semantic and personalized search

Frequently asked questions

Yes, you can cancel anytime from the Subscription tab in your account settings on the Perlego website. Your subscription will stay active until the end of your current billing period. Learn how to cancel your subscription.
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.
Perlego offers two plans: Essential and Complete
  • Essential is ideal for learners and professionals who enjoy exploring a wide range of subjects. Access the Essential Library with 800,000+ trusted titles and best-sellers across business, personal growth, and the humanities. Includes unlimited reading time and Standard Read Aloud voice.
  • Complete: Perfect for advanced learners and researchers needing full, unrestricted access. Unlock 1.4M+ books across hundreds of subjects, including academic and specialized titles. The Complete Plan also includes advanced features like Premium Read Aloud and Research Assistant.
Both plans are available with monthly, semester, or annual billing cycles.
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 use the Perlego app on both iOS or Android devices to read anytime, anywhere — even offline. Perfect for commutes or when you’re on the go.
Please note we cannot support devices running on iOS 13 and Android 7 or earlier. Learn more about using the app.
Yes, you can access Relevant Search by John Berryman,Doug Turnbull in PDF and/or ePUB format, as well as other popular books in Computer Science & Data Processing. We have over one million books available in our catalogue for you to explore.

Information

Table of contents

  1. Copyright
  2. Brief Table of Contents
  3. Table of Contents
  4. Foreword
  5. Preface
  6. Acknowledgments
  7. About this Book
  8. About the Authors
  9. About the Cover Illustration
  10. Chapter 1. The search relevance problem
  11. Chapter 2. Search—under the hood
  12. Chapter 3. Debugging your first relevance problem
  13. Chapter 4. Taming tokens
  14. Chapter 5. Basic multifield search
  15. Chapter 6. Term-centric search
  16. Chapter 7. Shaping the relevance function
  17. Chapter 8. Providing relevance feedback
  18. Chapter 9. Designing a relevance-focused search application
  19. Chapter 10. The relevance-centered enterprise
  20. Chapter 11. Semantic and personalized search
  21. Appendix A. Indexing directly from TMDB
  22. Appendix B. Solr reader’s companion
  23. Index
  24. List of Figures
  25. List of Tables
  26. List of Listings