A practical project-based guide to generating compelling search solutions using the dynamic and powerful features of Elasticsearch
If you are a data enthusiast and would like to explore and specialize on search technologies based on Elasticsearch, this is the right book for you. A compelling case-to-case mapping of features and implementation of Elasticsearch to solve many real-world use cases makes this book the right choice to start and specialize on Elasticsearch.
Elasticsearch is a distributed search server similar to Apache Solr with a focus on large datasets, schemaless setup, and high availability. Utilizing the Apache Lucene library (also used in Apache Solr), Elasticsearch enables powerful full-text search, as well as autocomplete “morelikethis” search, multilingual functionality, and an extensive search query DSL.
This book starts with the creation of a Google-like web search service, enabling you to generate your own search results. You will then learn how an e-commerce website can be built using Elasticsearch. We will discuss various approaches in getting relevant content up the results, such as relevancy based on how well a query matched the text, time-based recent documents, geographically nearer items, and other frequently used approaches.
Finally, the book will cover various geocapabilities of Elasticsearch to make your searches similar to real-world scenarios.
Chapter 1: Google-like Web Search
Chapter 2: Building Your Own E-Commerce Solution
Chapter 3: Relevancy and Scoring
Chapter 4: Managing Relational Content
Chapter 5: Analytics using Elasticsearch
Chapter 6: Improving Search Experience
Chapter 7: Spicing Up a Search Using Geo
Chapter 8: Handling Time-based Data