舉報

會員
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
推薦閱讀
- 零基礎(chǔ)學(xué)Visual C++第3版
- 案例式C語言程序設(shè)計(jì)
- SQL學(xué)習(xí)指南(第3版)
- MySQL數(shù)據(jù)庫管理與開發(fā)(慕課版)
- Spring實(shí)戰(zhàn)(第5版)
- Building an RPG with Unity 2018
- PHP+Ajax+jQuery網(wǎng)站開發(fā)項(xiàng)目式教程
- Visual Basic程序設(shè)計(jì)(第三版)
- Orchestrating Docker
- AutoCAD基礎(chǔ)教程
- 征服C指針(第2版)
- Flutter之旅
- Mastering Machine Learning with scikit-learn
- Visual FoxPro數(shù)據(jù)庫程序設(shè)計(jì)
- Java程序設(shè)計(jì)(項(xiàng)目教學(xué)版)
- Eclipse開發(fā)(學(xué)習(xí)筆記)
- iOS應(yīng)用逆向工程:分析與實(shí)戰(zhàn)
- Learning HTML5 by Creating Fun Games
- Data Visualization:Representing Information on Modern Web
- Python游戲編程項(xiàng)目開發(fā)實(shí)戰(zhàn)
- Magento 2 -Build World-Class online stores
- Abaqus GUI程序開發(fā)指南(Python語言)
- MariaDB必知必會
- Drush for Developers(Second Edition)
- 深入理解Go語言
- Android:Game Programming
- 從零開始學(xué)Python數(shù)據(jù)分析(視頻教學(xué)版)
- Java從入門到項(xiàng)目實(shí)戰(zhàn)(全程視頻版)
- Redmine Plugin Extension and Development
- 高可用可伸縮微服務(wù)架構(gòu):基于Dubbo、Spring Cloud和Service Mesh