I dont understand Solr are there any good tutorials except the one provided intheir official page?
问题:
回答1:
I also dont have much concept about Solr
, but a simple google search brought up a great list of some thing that might help you:
- Official tutorial
- Official JavaDocs
- Wiki Page
- Another Tutorial PDF
- FAQs about SOLR
- Tutorial 1
- Tutorial 2
- Tutorial 3
回答2:
I had to learn Solr, and I documented most of what I learned along the way. It might be useful: http://blog.kevindoran.co/solr-tutorial/
回答3:
The official tutorial is useful, but very short. I found this tutorial to be extremely helpful:
http://www.solrtutorial.com/index.html
(This is from the same person who produced Tutorial 4 in the first answer, but that link actually points to a Lucene tutorial, not a Solr tutorial.)
回答4:
A good book which teached me a lot of stuff in solr is 'Solr Enterprise Search Server' from PACKT. ISBN: 978-1-847195-88-3 although there is a new version of this book.
It will learn you what the capabillities are with solr and how you can use/install/configure it from step by step.