- Elasticsearch Essentials
- Bharvi Dixit
- 137字
- 2021-07-16 09:33:16
Chapter 2. Understanding Document Analysis and Creating Mappings
Search is hard, and it becomes harder when both speed and relevancy are required together. There are lots of configurable options Elasticsearch provides out-of-the-box to take control before you start putting the data into it. Elasticsearch is schemaless. I gave a brief idea in the previous chapter of why it is not completely schemaless and how it creates a schema right after indexing the very first document for all the fields existing in that document. However, the schema matters a lot for a better and more relevant search. Equally important is understanding the theory behind the phases of document indexing and search.
In this chapter, we will cover the following topics:
- Full text search and inverted indices
- Document analysis
- Introducing Lucene analyzers
- Creating custom analyzers
- Elasticsearch mappings
推薦閱讀
- Java逍遙游記
- 精通Nginx(第2版)
- Mastering AWS Lambda
- Vue.js快速入門與深入實戰
- JS全書:JavaScript Web前端開發指南
- Data Analysis with Stata
- C語言程序設計學習指導與習題解答
- JavaScript入門經典
- 學習正則表達式
- 全棧自動化測試實戰:基于TestNG、HttpClient、Selenium和Appium
- Salesforce Reporting and Dashboards
- HTML+CSS+JavaScript網頁設計從入門到精通 (清華社"視頻大講堂"大系·網絡開發視頻大講堂)
- Android系統下Java編程詳解
- Learning Unreal Engine Game Development
- Microsoft HoloLens By Example