- 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.
- GAE編程指南
- JavaScript:Functional Programming for JavaScript Developers
- 自己動手寫Java虛擬機
- Web Development with Django Cookbook
- Servlet/JSP深入詳解
- Python金融數(shù)據(jù)分析
- Learn WebAssembly
- 單片機C語言程序設(shè)計實訓100例
- Multithreading in C# 5.0 Cookbook
- Mastering Data Mining with Python:Find patterns hidden in your data
- 計算機應用基礎(chǔ)教程(Windows 7+Office 2010)
- 程序員的成長課
- 基于GPU加速的計算機視覺編程:使用OpenCV和CUDA實時處理復雜圖像數(shù)據(jù)
- Raspberry Pi開發(fā)實戰(zhàn)
- R語言編程:基于tidyverse