- Elasticsearch for Hadoop
- Vishal Shukla
- 197字
- 2021-07-09 21:34:28
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:
{ "properties": { "skills": { "type": "string", "analyzer": "simple" } } }
When we wish to draw your attention to a particular part of a code block, the relevant lines or items are set in bold:
StatusListener listener = new StatusListener() { public void onStatus(Status status) { queue.offer(status); } … …
Any command-line input or output is written as follows:
SELECT c.city, s.skill, avg(c.experience)
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: "Clicking the Next button moves you to the next screen."
- Web程序設計及應用
- JSP網絡編程(學習筆記)
- Docker技術入門與實戰(第3版)
- 新一代通用視頻編碼H.266/VVC:原理、標準與實現
- Manga Studio Ex 5 Cookbook
- Learn Programming in Python with Cody Jackson
- Oracle從入門到精通(第5版)
- 深入剖析Java虛擬機:源碼剖析與實例詳解(基礎卷)
- Windows Phone 8 Game Development
- jQuery從入門到精通(微課精編版)
- 產品架構評估原理與方法
- Pandas 1.x Cookbook
- Java面試一戰到底(基礎卷)
- 軟件再工程:優化現有軟件系統的方法與最佳實踐
- Visual Basic 開發從入門到精通