- Mastering Elasticsearch(Second Edition)
- Rafa? Ku? Marek Rogoziński
- 205字
- 2021-07-23 20:16:44
Conventions
In this book, you will find a number of styles of text that distinguish between different kinds of information. Here are some examples of these styles, and an explanation of their meaning.
Code words in text 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 -XGET 'localhost:9200/clients/_search?pretty' -d '{ "query" : { "prefix" : { "name" : { "prefix" : "j", "rewrite" : "constant_score_boolean" } } } }'
When we wish to draw your attention to a particular part of a code block, the relevant lines or items are set in bold:
curl -XGET 'localhost:9200/clients/_search?pretty' -d '{ "query" : { "prefix" : { "name" : { "prefix" : "j", "rewrite" : "constant_score_boolean" } } } }'
Any command-line input or output is written as follows:
curl -XPOST 'localhost:9200/scoring/doc/1' -d '{"name":"first document"}'
New terms and important words are shown in bold. Words that you see on the screen, in menus or dialog boxes for example, appear in the text like this: "clicking the Next button moves you to the next screen".
推薦閱讀
- UI圖標創意設計
- JavaScript全程指南
- 數據結構和算法基礎(Java語言實現)
- Learning RxJava
- Hands-On Data Structures and Algorithms with JavaScript
- Vue.js快速入門與深入實戰
- NativeScript for Angular Mobile Development
- Python編程完全入門教程
- 微信公眾平臺開發:從零基礎到ThinkPHP5高性能框架實踐
- Learning Vaadin 7(Second Edition)
- Visual Basic程序設計教程
- C語言程序設計
- Mastering React
- NGUI for Unity
- Visual Basic 程序設計實踐教程