I need to integrate solr in my existing java application.
What are the way to use solr in existing java application?
Do we need HttpServer for embedding solr?
Will embedding solr has any performance issues?
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.
Solr is already a complete search server. The best way to integrate solr in your Java application is by using http resquests to an independent solr server. There are various possibilities how to do it. One is to use SolrJ.
http://wiki.apache.org/solr/Solrj