does any one knows how behind is the c# version of Solr from its java version? does any one suggest we use c# based instead of java based?
best
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.
I guess you are referring to a C# client library for Solr. In fact, you don’t have to worry if Solr is written in Java, there are a lot of different client libraries you can use to communicate with Solr without using java. You just need to install Solr on a Java servlet container like Tomcat, provide your xml configuration, basically the
schema.xmlandsolrconfig.xmlfiles. After that you can start using your favourite client library, written in C# for example, to communicate with Solr.