- Elasticsearch Indexing
- Hüseyin Akdo?an
- 324字
- 2021-07-23 14:54:06
What this book covers
Chapter 1, Introduction to Efficient Indexing, will introduce you to the document storage strategy and the basic concepts related to the analysis process.
Chapter 2, What is an Elasticsearch Index, describes the concept of Elasticsearch Index, how the inverted index mechanism works, why you should use data denormalization, and what its benefits. In addition to this, it explains dynamic mapping and index flexibility.
Chapter 3, Basic Concepts of Mapping, describes the basic concepts and definitions of mapping. It answers the question what is the relationship between mapping and relevant search results questions. It explains the meaning of schemaless. It also covers metadata fields and data types.
Chapter 4, Analysis and Analyzers, describes analyzers and the analysis process of Elasticsearch, what tokenizers, the character and token filters, how to configure a custom analyzer and what text normalization is. This chapter also describes the relationship between data analysis and relevant search results.
Chapter 5, Anatomy of an Elasticsearch Cluster, covers techniques to choose the right number of shards and replicas and describes a node, the shard concept, replicas, and how shard allocation works. It also explains the architecture of data distribution.
Chapter 6, Improving Indexing Performance, covers how to configure memory, how JVM garbage collector works, why garbage collector is so important for performance, and how to start tuning garbage collector. It also describes how to control the amount of I/O operations that Elasticsearch uses for segment merging and to store modules.
Chapter 7, Snapshot and Restore, covers the Elasticsearch snapshot and restore module, how to define a snapshot repository, different repository types, the process of snapshot and restore, and how to configure them. It also describes how the snapshot process works.
Chapter 8, Improving the User Search Experience, introduces Elasticsearch suggesters, which allow us to correct spelling mistakes and build efficient autocomplete mechanisms. It also covers how to improve query relevance by using different Elasticsearch functionalities such as boosting and synonyms.
- Learn ECMAScript(Second Edition)
- C語言從入門到精通(第4版)
- 琢石成器:Windows環境下32位匯編語言程序設計
- 零基礎入門學習Python(第2版)
- RSpec Essentials
- Creating Mobile Apps with jQuery Mobile(Second Edition)
- Go語言開發實戰(慕課版)
- 寫給程序員的Python教程
- RubyMotion iOS Develoment Essentials
- Android Sensor Programming By Example
- Building Slack Bots
- Arduino電子設計實戰指南:零基礎篇
- 計算機應用基礎(第二版)
- Solr權威指南(下卷)
- 軟件再工程:優化現有軟件系統的方法與最佳實踐