舉報

會員
Elasticsearch Blueprints
最新章節:
Index
IfyouareadataenthusiastandwouldliketoexploreandspecializeonsearchtechnologiesbasedonElasticsearch,thisistherightbookforyou.Acompellingcase-to-casemappingoffeaturesandimplementationofElasticsearchtosolvemanyreal-worldusecasesmakesthisbooktherightchoicetostartandspecializeonElasticsearch.
目錄(86章)
倒序
- 封面
- 版權信息
- Credits
- About the Author
- About the Reviewer
- www.PacktPub.com
- Preface
- Chapter 1. Google-like Web Search
- Deploying Elasticsearch
- Communicating with the Elasticsearch server
- Setting the analyzer
- Using phrase query to search
- Using the highlighting feature
- Pagination
- Summary
- Chapter 2. Building Your Own E-Commerce Solution
- Data modeling in Elasticsearch
- Choosing between a query and a filter
- Searching your documents
- Aggregating your results
- Filter your results based on a date range
- Implementing a prize range filter
- Implementing a category filter
- Implementation of filters in Elasticsearch
- Searching with multiple conditions
- Sorting results
- Using the scroll API for consistent pagination
- Autocomplete in Elasticsearch
- Hotel suggester using autocomplete
- Summary
- Chapter 3. Relevancy and Scoring
- How scoring works
- The Ebola outbreak
- Summary
- Chapter 4. Managing Relational Content
- The product-with-tags search problem
- Nested types to the rescue
- Limitations on a query on nested fields
- Using a parent-child approach
- Schema design to store questions and answers
- Searching questions based on a criteria of answers
- Searching answers based on a criteria of questions
- The score of questions based on the score of each answer
- Filtering questions with more than four answers
- Summary
- Chapter 5. Analytics Using Elasticsearch
- A flight ticket analytics scenario
- Summary
- Chapter 6. Improving the Search Experience
- News search
- A case-insensitive search
- Effective e-mail or URL link search inside text
- Prioritizing a title match over content match
- Terms aggregation giving weird results
- Using a lowercased analyzer
- Improving the search experience using stemming
- A synonym-aware search
- The holy box of search
- Boolean operations
- Words with similar sounds
- Substring matching
- Summary
- Chapter 7. Spicing Up a Search Using Geo
- Restaurant search
- Data modeling for restaurants
- The nearest hotel problem
- The maximum distance covered
- Inside the city limits
- Distance values between the current point and each restaurant
- Restaurant categorization based on distance
- Aggregating restaurants based on their nearness
- Summary
- Chapter 8. Handling Time-based Data
- Overriding default mapping and settings in Elasticsearch
- Index template creation
- Searching for time-based data
- Archiving time-based data
- Closing older indices
- Snapshot creation
- Restoring a snapshot
- Restoring multiple indices
- The curator
- Shard allocation using curator
- Optimization
- Summary
- Index 更新時間:2021-07-16 13:39:44
推薦閱讀
- Learning NServiceBus(Second Edition)
- R語言數據分析從入門到精通
- Node.js 10實戰
- Android項目開發入門教程
- PHP 編程從入門到實踐
- TypeScript圖形渲染實戰:基于WebGL的3D架構與實現
- 基于Swift語言的iOS App 商業實戰教程
- 零基礎學單片機C語言程序設計
- 深入理解Elasticsearch(原書第3版)
- 學習正則表達式
- Cybersecurity Attacks:Red Team Strategies
- JSP程序設計與案例實戰(慕課版)
- Python Projects for Kids
- STM8實戰
- ASP.NET開發寶典
- Spring Boot從入門到實戰
- Responsive Web Design with jQuery
- Bitcoin Essentials
- PyTorch生成對抗網絡編程
- Learning Predictive Analytics with R
- 點云庫PCL從入門到精通
- 計算機應用基礎教程
- Java應用開發:基礎知識
- 大學信息基礎
- Flink設計與實現:核心原理與源碼解析
- Neural Networks with Keras Cookbook
- PowerCLI Essentials
- MATLAB R2015a小波分析(精通MATLAB)
- Python基礎教程(第2版)
- Python編程基礎與自動化測試