- 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.
- C# 7 and .NET Core Cookbook
- TensorFlow Lite移動端深度學(xué)習(xí)
- 騰訊iOS測試實(shí)踐
- Yocto for Raspberry Pi
- Linux操作系統(tǒng)基礎(chǔ)案例教程
- Elasticsearch Server(Third Edition)
- Java SE實(shí)踐教程
- Quantum Computing and Blockchain in Business
- Learning Material Design
- Python Interviews
- Java 從入門到項(xiàng)目實(shí)踐(超值版)
- Instant Zurb Foundation 4
- WebStorm Essentials
- Python Automation Cookbook
- Android嵌入式系統(tǒng)程序開發(fā)(基于Cortex-A8)