- 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."
- INSTANT Mock Testing with PowerMock
- Java高手真經(高級編程卷):Java Web高級開發技術
- NumPy Essentials
- Visual Basic程序設計習題解答與上機指導
- Getting Started with LLVM Core Libraries
- C語言開發基礎教程(Dev-C++)(第2版)
- SSM開發實戰教程(Spring+Spring MVC+MyBatis)
- Mastering Web Application Development with AngularJS
- Android Sensor Programming By Example
- Appcelerator Titanium:Patterns and Best Practices
- Microsoft Exchange Server 2016 PowerShell Cookbook(Fourth Edition)
- Shopify Application Development
- DevOps 精要:業務視角
- AI輔助編程Python實戰:基于GitHub Copilot和ChatGPT
- C語言程序設計實驗指導教程