- Elasticsearch Server(Third Edition)
- Rafa? Ku? Marek Rogoziński
- 138字
- 2021-07-16 12:52:49
Chapter 2. Indexing Your Data
In the previous chapter, we learned what full text search is and how Apache Lucene fits there. We were introduced to the basic concepts of Elasticsearch and we are now familiar with its top-level architecture, so we know how it works. We used the REST API to index data, to update it, to delete it, and of course to retrieve it. We searched our data with the simple URI query and we used versioning that allowed us to use optimistic locking functionality. By the end of this chapter, you will have learned the following topics:
- Basic information about Elasticsearch indexing
- Adjusting Elasticsearch schema-less behavior
- Creating your own mappings
- Using out of the box analyzers
- Configuring your own analyzers
- Index data in batches
- Adding additional internal information to indices
- Segment merging
- Routing
推薦閱讀
- Advanced Splunk
- iOS Game Programming Cookbook
- Android Wearable Programming
- 深入理解Bootstrap
- 數據結構簡明教程(第2版)微課版
- JSP開發案例教程
- 深入淺出Serverless:技術原理與應用實踐
- Nginx實戰:基于Lua語言的配置、開發與架構詳解
- C# Multithreaded and Parallel Programming
- Python Data Science Cookbook
- Learning VMware vSphere
- Learning Splunk Web Framework
- 硬件產品設計與開發:從原型到交付
- 超簡單:用Python讓Excel飛起來(實戰150例)
- Groovy 2 Cookbook