- Apache Solr for Indexing Data
- Sachin Handiekar Anshul Johri
- 147字
- 2021-07-30 09:42:43
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:
<solr persistent="false"> <cores adminPath="/admin/cores" defaultCoreName="core1"> <core name="core1" instanceDir="core1"/> <core name="core2" instanceDir="core2"/> </cores> </solr>
Any command-line input or output is written as follows:
$cd $SOLR_HOME/example/exampledocs/ $./post.shvidcard.xml
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: "Click on Install service. You should get a service successfully installed message."
Note
Warnings or important notes appear in a box like this.
Tip
Tips and tricks appear like this.
- Go Web編程
- 從零開始構建企業級RAG系統
- 黑客攻防從入門到精通(實戰秘笈版)
- Java語言程序設計
- Getting Started with Gulp(Second Edition)
- Learning NServiceBus(Second Edition)
- 密碼學原理與Java實現
- Arduino by Example
- C#程序設計(慕課版)
- 秒懂設計模式
- Android項目實戰:手機安全衛士開發案例解析
- 用戶體驗可視化指南
- Mastering Web Application Development with AngularJS
- Hands-On Nuxt.js Web Development
- Hacking Android