- 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
推薦閱讀
- 數據科學實戰手冊(R+Python)
- Java程序設計實戰教程
- Android Jetpack開發:原理解析與應用實戰
- Java完全自學教程
- 編寫高質量代碼:改善Python程序的91個建議
- Implementing Cisco Networking Solutions
- Python編程實戰
- Building Android UIs with Custom Views
- Access 2010中文版項目教程
- Instant PHP Web Scraping
- Python從入門到精通
- Kotlin極簡教程
- Distributed Computing in Java 9
- Drupal 8 Development:Beginner's Guide(Second Edition)
- Java Web開發教程:基于Struts2+Hibernate+Spring