- 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
推薦閱讀
- Functional Python Programming
- Spring 5.0 By Example
- 自制編譯器
- 計算機圖形學編程(使用OpenGL和C++)(第2版)
- 自己動手實現Lua:虛擬機、編譯器和標準庫
- Visual C
- Python面向對象編程:構建游戲和GUI
- Swift細致入門與最佳實踐
- Hands-On JavaScript for Python Developers
- JavaScript+jQuery網頁特效設計任務驅動教程
- Hadoop 2.X HDFS源碼剖析
- Learning VMware vSphere
- PHP與MySQL權威指南
- ASP.NET求職寶典
- 玩轉.NET Micro Framework移植:基于STM32F10x處理器