- Solr Cookbook(Third Edition)
- Rafa? Ku?
- 197字
- 2021-08-06 19:39:23
Introduction
Indexing data is one of the most crucial things in Lucene and Solr deployment. When your data is not indexed properly, your search results will be poor. When the search results are poor, it's almost certain the users will not be satisfied with the application that uses Solr. This is why we need our data to be prepared and indexed as timely and correctly as possible.
On the other hand, preparing data is not an easy task. Nowadays, we have more and more data floating around. We need to index multiple formats of data from multiple sources. Do we need to parse the data manually and prepare the data in XML format? The answer is no; we can let Solr do this for us. This chapter will concentrate on the indexing process and data preparation, starting with how to index data that is a binary PDF file to how to use Data Import Handler to fetch data from database and index it with Apache Solr and describing how we can detect the document language during indexation. We will also learn how to modify the data during indexation so that we don't have to prepare everything upfront.
- Spring 5.0 Microservices(Second Edition)
- SoapUI Cookbook
- PHP 7底層設計與源碼實現
- Ext JS 4 Web Application Development Cookbook
- Android Native Development Kit Cookbook
- The DevOps 2.5 Toolkit
- Jenkins Continuous Integration Cookbook(Second Edition)
- Keras深度學習實戰
- NGINX Cookbook
- Python Data Structures and Algorithms
- Android應用開發深入學習實錄
- Python大學實用教程
- BeagleBone Robotic Projects(Second Edition)
- 玩轉.NET Micro Framework移植:基于STM32F10x處理器
- 嵌入式Linux C語言程序設計基礎教程