- Elasticsearch Essentials
- Bharvi Dixit
- 160字
- 2021-07-16 09:33:14
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: "REST endpoints also enable users to make changes in clusters and indices settings dynamically rather than manually pushing configuration updates to all the nodes in a cluster by editing the elasticsearch.yml
file and restarting the node."
A block of code is set as follows:
{ "int_array": [1, 2,3], "string_array": ["Lucene" ,"Elasticsearch","NoSQL"], "boolean": true, "null": null, "number": 123, "object": { "a": "b", "c": "d", "e": "f" }, "string": "Learning Elasticsearch" }
Any command-line input or output is written as follows:
wget https://download.elastic.co/elasticsearch/elasticsearch/ elasticsearch-2.0.0.deb sudo dpkg -i elasticsearch-2.0.0.deb
Note
Warnings or important notes appear in a box like this.
Tip
Tips and tricks appear like this.
- 嵌入式軟件系統(tǒng)測(cè)試:基于形式化方法的自動(dòng)化測(cè)試解決方案
- Python量化投資指南:基礎(chǔ)、數(shù)據(jù)與實(shí)戰(zhàn)
- 微服務(wù)與事件驅(qū)動(dòng)架構(gòu)
- OpenCV 3和Qt5計(jì)算機(jī)視覺應(yīng)用開發(fā)
- 基于Java技術(shù)的Web應(yīng)用開發(fā)
- Learning SQLite for iOS
- Python高效開發(fā)實(shí)戰(zhàn):Django、Tornado、Flask、Twisted(第2版)
- Hands-On Enterprise Automation with Python.
- Big Data Analytics
- Mastering Drupal 8 Views
- 劍指Java:核心原理與應(yīng)用實(shí)踐
- Kotlin編程實(shí)戰(zhàn):創(chuàng)建優(yōu)雅、富于表現(xiàn)力和高性能的JVM與Android應(yīng)用程序
- Creating Mobile Apps with jQuery Mobile(Second Edition)
- 匯編語言編程基礎(chǔ):基于LoongArch
- Node.js開發(fā)指南