- Elasticsearch Indexing
- Hüseyin Akdo?an
- 170字
- 2021-07-23 14:54:07
Conventions
In this book, you will find a number of text styles that distinguish between different kinds of information. Here are some examples of these styles and an explanation of their meaning.
Code words in text, database table names, folder names, filenames, file extensions, pathnames, dummy URLs, user input, and Twitter handles are shown as follows: "We can include other contexts through the use of the include
directive."
A block of code is set as follows:
curl -XPOST localhost:9200/company/employee -d '{ "firstname": "Joe Jeffers", "lastname": "Hoffman", "age": 30 }' {"_index":"company","_type":"employee","_id":"AU7GIEQeR7spPlxvqlud","_version":1,"created":true}
Any command-line input or output is written as follows:
curl -XGET 'localhost:9200/_cat/health?pretty' 1448644024 19:07:04 elasticsearch yellow 1 1 6 6 0 0 6 0
New terms and important words are shown in bold. Words that you see on the screen, for example, in menus or dialog boxes, appear in the text like this: "Elasticsearch allows us to use the Suggest API functionality."
Note
Warnings or important notes appear in a box like this.
Tip
Tips and tricks appear like this.
- Apache Oozie Essentials
- Android項目開發入門教程
- 潮流:UI設計必修課
- Visual Basic編程:從基礎到實踐(第2版)
- Visual Basic程序設計教程
- Unity Shader入門精要
- concrete5 Cookbook
- 量化金融R語言高級教程
- Hands-On Reinforcement Learning with Python
- Windows內核編程
- Java EE核心技術與應用
- MongoDB Cookbook(Second Edition)
- Mastering SciPy
- Functional Python Programming
- Elasticsearch Blueprints