I am completely new to java and I am using Solr search server. It happens that I have to learn java in order to be able to customize Solr for my application.
Does anyone have a good suggestion where the best place to start is?
Thanks in advance!
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
It may not be needed to know Java to get working with Solr and use it, unless you want to check the actual codebase and want to modify it or add extensions.
There are lot of clients also available in Ruby, PHP to work with Solr, once you have the setup working.
In addition to books by @peter_budo, For Solr and its Configuration, you can also get started with Solr Guide by Lucid Imagination. This will get you started.