目錄(88章)
倒序
- 封面
- 版權信息
- Credits
- About the Authors
- About the Reviewer
- www.PacktPub.com
- Preface
- Chapter 1. Getting Started with Elasticsearch Cluster
- Full text searching
- The basics of Elasticsearch
- Installing and configuring your cluster
- Manipulating data with the REST API
- Searching with the URI request query
- Summary
- Chapter 2. Indexing Your Data
- Elasticsearch indexing
- Mappings configuration
- Batch indexing to speed up your indexing process
- Introduction to segment merging
- Introduction to routing
- Summary
- Chapter 3. Searching Your Data
- Querying Elasticsearch
- Understanding the querying process
- Basic queries
- Compound queries
- Using span queries
- Choosing the right query
- Summary
- Chapter 4. Extending Your Querying Knowledge
- Filtering your results
- Highlighting
- Validating your queries
- Sorting data
- Query rewrite
- Summary
- Chapter 5. Extending Your Index Structure
- Indexing tree-like structures
- Indexing data that is not flat
- Using nested objects
- Using the parent-child relationship
- Modifying your index structure with the update API
- Summary
- Chapter 6. Make Your Search Better
- Introduction to Apache Lucene scoring
- Scripting capabilities of Elasticsearch
- Searching content in different languages
- Influencing scores with query boosts
- When does index-time boosting make sense?
- Words with the same meaning
- Understanding the explain information
- Summary
- Chapter 7. Aggregations for Data Analysis
- Aggregations
- Aggregation types
- Pipeline aggregations
- Summary
- Chapter 8. Beyond Full-text Searching
- Percolator
- Elasticsearch spatial capabilities
- Using suggesters
- The Scroll API
- Summary
- Chapter 9. Elasticsearch Cluster in Detail
- Understanding node discovery
- The gateway and recovery modules
- Templates and dynamic templates
- Elasticsearch plugins
- Elasticsearch caches
- The update settings API
- Summary
- Chapter 10. Administrating Your Cluster
- Elasticsearch time machine
- Monitoring your cluster's state and health
- Controlling the shard and replica allocation
- Controlling cluster rebalancing
- The Cat API
- Warming up
- Index aliasing and using it to simplify your everyday work
- Summary
- Chapter 11. Scaling by Example
- Hardware
- Preparing a single Elasticsearch node
- Horizontal expansion
- Preparing the cluster for high indexing and querying throughput
- Monitoring
- Summary
- Index 更新時間:2021-07-16 12:53:05
推薦閱讀
- Learning Single:page Web Application Development
- Web前端開發技術:HTML、CSS、JavaScript(第3版)
- Testing with JUnit
- vSphere High Performance Cookbook
- 深入淺出Prometheus:原理、應用、源碼與拓展詳解
- FreeSWITCH 1.6 Cookbook
- Mastering Yii
- Visual Basic學習手冊
- Building a Quadcopter with Arduino
- 網絡爬蟲原理與實踐:基于C#語言
- Java程序設計案例教程
- OpenCV with Python Blueprints
- 深入理解BootLoader
- Python Programming for Arduino
- Test-Driven iOS Development with Swift
- Visual C#(學習筆記)
- Web程序設計與架構
- 零基礎入門學習C語言:帶你學C帶你飛
- Java Web程序開發參考手冊
- jMonkeyEngine 3.0 Cookbook
- Mastering Kali Linux for Advanced Penetration Testing(Second Edition)
- 深入解析WPF編程
- Go語言從入門到項目實戰(視頻版)
- Apple Pay Essentials
- 軟件設計基礎理論
- 實戰Python設計模式:可復用面向對象軟件開發實踐
- Microsoft Exchange Server PowerShell Essentials
- Learning C# 7 By Developing Games with Unity 2017(Third Edition)
- UiPath RPA開發:入門、實戰與進階
- 深度探索C++對象模型