- 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.
- 案例式C語言程序設計
- Visual FoxPro程序設計教程(第3版)
- iOS開發實戰:從零基礎到App Store上架
- Learning Python Design Patterns(Second Edition)
- 琢石成器:Windows環境下32位匯編語言程序設計
- 學Python也可以這么有趣
- 深入理解Elasticsearch(原書第3版)
- BeagleBone Black Cookbook
- Orleans:構建高性能分布式Actor服務
- OpenCV Android Programming By Example
- Arduino電子設計實戰指南:零基礎篇
- C語言從入門到精通
- jQuery Mobile Web Development Essentials(Second Edition)
- Hands-On ROS for Robotics Programming
- C語言編程魔法書:基于C11標準