On 1/12/2018 5:58 AM, srini sampath wrote:
I am reading a book (Solr in action
<https://www.amazon.in/Solr-Action-Trey-Grainger/dp/1617291021>) to
understand how to work with different features in solr. It uses solr 4.7 to
explain features. But I don't find any better material (IMHO, documentation
has many looped references which makes it too difficult to understand for a
newbie).
Does it cover all the features related to new version (like important
features) or is it better to follow some other resource?
The latest version is 7.2, and the 7.2.1 release is being finalized now.
That's three major versions newer. Most of the info in that book will
still be relevant, but there is quite a bit of new functionality.
Here's the reference guide that is published as official documentation.
You can download this as a PDF using the "Other Formats" link at the top
of the page:
https://lucene.apache.org/solr/guide/7_2/
Full disclosure: There isn't very much available for extreme beginners.
This lack is something the project is aware of, but writing
documentation for the uninitiated is a difficult task. The reference
guide isn't awful, but it could be a lot better.
For differences between versions, there is the CHANGES.txt file included
in every download. The reference guide also has a section about big
differences from the previous major version.
Thanks,
Shawn