目錄(75章)
倒序
- coverpage
- Mastering Elasticsearch Second Edition
- Credits
- About the Author
- Acknowledgments
- About the Author
- Acknowledgments
- About the Reviewers
- www.PacktPub.com
- Support files eBooks discount offers and more
- Preface
- What this book covers
- What you need for this book
- Who this book is for
- Conventions
- Reader feedback
- Customer support
- Chapter 1. Introduction to Elasticsearch
- Introducing Apache Lucene
- Introducing Elasticsearch
- The story
- Summary
- Chapter 2. Power User Query DSL
- Default Apache Lucene scoring explained
- Query rewrite explained
- Query templates
- Handling filters and why it matters
- Choosing the right query for the job
- Summary
- Chapter 3. Not Only Full Text Search
- Query rescoring
- Controlling multimatching
- Significant terms aggregation
- Documents grouping
- Relations between documents
- Scripting changes between Elasticsearch versions
- Summary
- Chapter 4. Improving the User Search Experience
- Correcting user spelling mistakes
- Improving the query relevance
- Summary
- Chapter 5. The Index Distribution Architecture
- Choosing the right amount of shards and replicas
- Routing explained
- Altering the default shard allocation behavior
- Query execution preference
- Summary
- Chapter 6. Low-level Index Control
- Altering Apache Lucene scoring
- Choosing the right directory implementation – the store module
- NRT flush refresh and transaction log
- Segment merging under control
- When it is too much for I/O – throttling explained
- Understanding Elasticsearch caching
- Summary
- Chapter 7. Elasticsearch Administration
- Discovery and recovery modules
- The human-friendly status API – using the Cat API
- Backing up
- Federated search
- Summary
- Chapter 8. Improving Performance
- Using doc values to optimize your queries
- Knowing about garbage collector
- Benchmarking queries
- Very hot threads
- Scaling Elasticsearch
- Summary
- Chapter 9. Developing Elasticsearch Plugins
- Creating the Apache Maven project structure
- Understanding the basics
- Creating custom REST action
- Creating the custom analysis plugin
- Summary
- Index 更新時間:2021-07-23 20:16:57
推薦閱讀
- PostgreSQL for Data Architects
- 深入淺出Electron:原理、工程與實踐
- 深入淺出Java虛擬機:JVM原理與實戰
- VMware vSphere 6.7虛擬化架構實戰指南
- 琢石成器:Windows環境下32位匯編語言程序設計
- RSpec Essentials
- Java零基礎實戰
- 視窗軟件設計和開發自動化:可視化D++語言
- Drupal 8 Development:Beginner's Guide(Second Edition)
- 百萬在線:大型游戲服務端開發
- 深入淺出 HTTPS:從原理到實戰
- Extending Docker
- Android從入門到精通
- IBM DB2 9.7 Advanced Application Developer Cookbook
- Isomorphic JavaScript Web Development
- Office VBA開發經典:中級進階卷
- Python程序設計
- 亮劍Java Web項目開發案例導航
- SQL優化核心思想
- Harbor權威指南:容器鏡像、Helm Chart等云原生制品的管理與實踐
- Full Stack Web Development with Raspberry Pi 3
- Python科學與工程數據分析實戰
- Go程序員面試算法寶典
- PHP開發自學經典
- C 語言程序設計能力教程(第四版)
- 小猴編程:Scratch 3.0趣味少兒編程(提高篇)
- Java從入門到精通(第6版)
- Mastering NetScaler VPX?
- QlikView for Developers
- 程序設計與問題求解:C語言