目錄(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
推薦閱讀
- Vue.js 2 and Bootstrap 4 Web Development
- Getting Started with CreateJS
- 琢石成器:Windows環境下32位匯編語言程序設計
- HTML5+CSS3 Web前端開發技術(第2版)
- Android玩家必備
- NGINX Cookbook
- Python機器學習:預測分析核心算法
- ServiceNow:Building Powerful Workflows
- Spring Boot實戰
- Lift Application Development Cookbook
- Distributed Computing in Java 9
- Python機器學習開發實戰
- 程序員的英語
- Web前端開發技術實踐指導教程
- Swift Essentials(Second Edition)
- Kotlin程序員面試算法寶典
- Tkinter GUI Programming by Example
- Mastering Vim
- Spring MVC Cookbook
- Java語言程序設計與實現(微課版)
- 軟件開發踐行錄:ThoughtWorks中國區文集
- Swift項目開發基礎教程
- Zend Framework 2 Application Development
- Oracle程序員面試筆試寶典
- 云計算與數據中心自動化
- Python Automation Cookbook
- Python程序設計基礎
- Python3.7編程快速入門
- UI設計基礎培訓教程(全彩版·第2版)
- Modern C++ Programming Cookbook