舉報

會員
Elasticsearch Blueprints
最新章節(jié):
Index
IfyouareadataenthusiastandwouldliketoexploreandspecializeonsearchtechnologiesbasedonElasticsearch,thisistherightbookforyou.Acompellingcase-to-casemappingoffeaturesandimplementationofElasticsearchtosolvemanyreal-worldusecasesmakesthisbooktherightchoicetostartandspecializeonElasticsearch.
目錄(86章)
倒序
- 封面
- 版權(quán)信息
- 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
推薦閱讀
- Vue.js設(shè)計與實現(xiàn)
- Web應(yīng)用系統(tǒng)開發(fā)實踐(C#)
- C語言程序設(shè)計
- Mastering Scientific Computing with R
- Mastering KnockoutJS
- Terraform:多云、混合云環(huán)境下實現(xiàn)基礎(chǔ)設(shè)施即代碼(第2版)
- Unity 5.X從入門到精通
- HikariCP數(shù)據(jù)庫連接池實戰(zhàn)
- C語言程序設(shè)計實驗指導與習題精解
- 新手學ASP.NET 3.5網(wǎng)絡(luò)開發(fā)
- Appcelerator Titanium Smartphone App Development Cookbook
- Serverless從入門到進階:架構(gòu)、原理與實踐
- 秒懂算法:用常識解讀數(shù)據(jù)結(jié)構(gòu)與算法
- Unity與C++網(wǎng)絡(luò)游戲開發(fā)實戰(zhàn):基于VR、AI與分布式架構(gòu)
- Python AI游戲編程入門:基于Pygame和PyTorch
- Learning Java by Building Android Games
- 網(wǎng)絡(luò)工程方案設(shè)計與實施(第二版)
- Java程序員面試筆試真題庫
- 編寫高質(zhì)量代碼:改善JavaScript程序的188個建議
- HTML5 for Flash Developers
- 3ds Max 2012三維設(shè)計能力教程(第二版)
- Hands-On Artificial Intelligence on Google Cloud Platform
- The Data Analysis Workshop
- Learning Sinatra
- INSTANT Kendo UI Mobile
- Python數(shù)據(jù)分析與應(yīng)用
- 步步為贏:交互設(shè)計全流程解析
- 教孩子學Python編程
- Learning PHP 7 High Performance
- Game Development with Three.js