
Solr is an Open Source enterprise search server based on the Lucene Java search library. It provides users with an enhanced search experience through features such as highlighting search results, auto-suggest and phonetic matching.
This chapter details various methods used to import data into Solr; from its native XML to databases and rich documents, Solr offers a variety of possibilities to ingest data into its index. Use of a popular Solr extension-the DataImportHandler is also demonstrated
View Tutorial