One, SOLR study related information
1. Official materials
(1) QuickStart: http://lucene.apache.org/solr/4_9_0/tutorial.html, with its own example project, provides a quick introduction to the basic use of SOLR.
(2) api:http://lucene.apache.org/solr/4_9_0/index.html
(3) reference:pdf format, apache-solr-ref-guide-4.9.pdf
2. Books
(1) SOLR in Action, based on version 4.7, is highly recommended for learning, and the official ref document is suitable as a reference manual.
(2) Apache SOLR 4 Cookbook.pdf, based on version 4.0
3. Video
Konghao Teacher Lucene Video Tutorial has introductory content, and SOLR video, more clutter
Ii. Quick start of SOLR
1. Download and unzip the installation package
2. Direct Start Example
[root@jediael44 example]# pwd
/usr/search/solr-4.9.0/example
[root@jediael44 example]# nohup Java-jar Start.jar &
3, check the page start situation
Http://yourip:8983/solr
Http://yourip:8983/solr/collection1/browse
Started successfully.