- Solr Cookbook(Third Edition)
- Rafa? Ku?
- 293字
- 2021-08-06 19:39:20
Introduction
Setting up an example for a Solr instance is not a hard task. We have all that is provided with the Solr distribution package, which we need for the example deployment. In fact, this is the simplest way to run Solr. It is very convenient for local development because you don't need any additional software, apart from Java, which is already installed and you can control when to run Solr and easily change its configuration. However, the example instance of Solr will probably not be the optimized way in terms of your deployment. For example, the default cache configurations are most likely not good for your deployment; there are only sample warming queries that don't reflect your production queries, there are field types you don't need, and so on. This is why I will show a few configuration-related recipes in this chapter.
Note
If you don't have any experience with Apache Solr, refer to the Apache Solr tutorial, which can be found at http://lucene.apache.org/solr/tutorial.html, before reading this book. You can also check articles regarding Solr on http://solr.pl and http://blog.sematext.com.
This chapter focuses on Solr configuration. It starts with showing you how to set up Solr, install ZooKeeper for SolrCloud, migrate your old master-slave configuration to a SolrCloud deployment, and also covers some more advanced topics such as near real-time indexing and searching. We will also go through tuning Solr for specific use cases and the configurations of some more advanced functionality, such as the scoring algorithm.
- Mastering JavaScript Functional Programming
- PyTorch自動駕駛視覺感知算法實戰(zhàn)
- Java從入門到精通(第5版)
- C語言實驗指導(dǎo)及習(xí)題解析
- Linux命令行與shell腳本編程大全(第4版)
- Serverless computing in Azure with .NET
- IoT Projects with Bluetooth Low Energy
- Julia數(shù)據(jù)科學(xué)應(yīng)用
- UML軟件建模
- Clojure Polymorphism
- 深入淺出Python數(shù)據(jù)分析
- Getting Started with hapi.js
- 量子計算機編程:從入門到實踐
- Offer來了:Java面試核心知識點精講(框架篇)
- C#網(wǎng)絡(luò)編程高級篇之網(wǎng)頁游戲輔助程序設(shè)計