- Elasticsearch Indexing
- Hüseyin Akdo?an
- 104字
- 2021-07-23 14:54:08
Summary
In this chapter, we' looked at the important, main topics for efficient indexing and relevant search results: How to store documents? What is the difference between the storable and searchable field? What is the analysis process? What is the impact on the relevant search results? In addition to that, we've briefly discussed some of the basic concepts of Elasticsearch that are associated with Lucene (for example, inverted index and the _source
field).
In the next chapter, you'll learn about the Elasticsearch index—what mapping is, what inverted index is, the denormalized data structure—and some other concepts related to this topic.
推薦閱讀
- MySQL數據庫應用與管理 第2版
- PyTorch自然語言處理入門與實戰
- Scratch 3.0少兒編程與邏輯思維訓練
- Oracle Database 12c Security Cookbook
- Monitoring Elasticsearch
- SSM輕量級框架應用實戰
- Learning Python Design Patterns
- Getting Started with NativeScript
- 從零開始學C#
- Learning YARN
- Machine Learning With Go
- 零基礎學HTML+CSS
- JavaScript Concurrency
- HTML5 Canvas核心技術:圖形、動畫與游戲開發
- LibGDX Game Development By Example