Solrnet, a Solr Client Library for .Net Comments http://www.chrisumbel.com/article/solrnet_solr_net#comments Solrnet, a Solr Client Library for .Net Sun, 05 Feb 2012 02:32:38 GMT Comment by Phillips on Sat Mar 27 2010 07:03:38 GMT+0000 (UTC) Solrnet does play a key role in enhancing the user friendly context of Solr. Solr's strength actually lies in the ease of consumption it renders to other platforms.Ur article was indeed very helpful. I read a similar kind of article giving an insight to upgraded version of solr at http://www.lucidimagination.com/Downloads/LucidWorks-for-Solr/Reference-Guide http://www.chrisumbel.com/article/solrnet_solr_net#comments_4c4b2ecf9453131804000053 http://www.chrisumbel.com/article/solrnet_solr_net#comments_4c4b2ecf9453131804000053 Sat, 27 Mar 2010 07:03:38 GMT Comment by Alok on Tue Aug 31 2010 09:42:37 GMT+0000 (UTC) Hi, Could you please give the sourcecode link for this article as I am not able to implement it. Thanks http://www.chrisumbel.com/article/solrnet_solr_net#comments_4c7cce8c75fd7f7a4c000007 http://www.chrisumbel.com/article/solrnet_solr_net#comments_4c7cce8c75fd7f7a4c000007 Tue, 31 Aug 2010 09:42:37 GMT Comment by chrisumbel on Tue Aug 31 2010 23:33:05 GMT+0000 (UTC) sure thing: http://blobs.chrisumbel.com/SolrNetSample.zip http://www.chrisumbel.com/article/solrnet_solr_net#comments_4c7d913175fd7f06b9000008 http://www.chrisumbel.com/article/solrnet_solr_net#comments_4c7d913175fd7f06b9000008 Tue, 31 Aug 2010 23:33:05 GMT Comment by Alex James Brown on Wed Sep 08 2010 23:14:31 GMT+0000 (UTC) Hi, Thanks for posting this Love the sample app as well. I just have a few questions, which I've put on StackOverflow (with the intention of helping everyone) http://stackoverflow.com/questions/3672605/where-how-to-fit-solr-into-asp-net-mvc-app-using-nhibernate-repository-patte I'd really appreciate your input, as I'm sure this is something you have come across! http://www.chrisumbel.com/article/solrnet_solr_net#comments_4c8818d775fd7f3822000017 http://www.chrisumbel.com/article/solrnet_solr_net#comments_4c8818d775fd7f3822000017 Wed, 08 Sep 2010 23:14:31 GMT Comment by radu on Wed Dec 08 2010 11:28:31 GMT+0000 (UTC) Hi, I have an error and I really don't know what else to check. The error is at this line: ISolrQueryResults<Article> powerArticles = solr.Query(new SolrQuery("power")); Error: The remote server returned an error: (500) Internal Server Error. The articles was added with success. Can be a problem with some setting of Solr or Tomcat? Thank you in advanced. Radu http://www.chrisumbel.com/article/solrnet_solr_net#comments_4cff6bdfb2ee2f03f100008b http://www.chrisumbel.com/article/solrnet_solr_net#comments_4cff6bdfb2ee2f03f100008b Wed, 08 Dec 2010 11:28:31 GMT Comment by chrisumbel on Sun Dec 12 2010 01:37:05 GMT+0000 (UTC) check the log/catalina.out in your tomcat directory. it should give you some details as to what the problem is. http://www.chrisumbel.com/article/solrnet_solr_net#comments_4d042741b2ee2f03f1000197 http://www.chrisumbel.com/article/solrnet_solr_net#comments_4d042741b2ee2f03f1000197 Sun, 12 Dec 2010 01:37:05 GMT Comment by syed on Wed Mar 09 2011 07:46:57 GMT+0000 (UTC) The remote server returned an error: (400) Bad Request. http://www.chrisumbel.com/article/solrnet_solr_net#comments_4d773071b2ee2f135a000157 http://www.chrisumbel.com/article/solrnet_solr_net#comments_4d773071b2ee2f135a000157 Wed, 09 Mar 2011 07:46:57 GMT Comment by Syed Abdul Kather on Wed Mar 09 2011 07:48:53 GMT+0000 (UTC) Dear chrisumbel, I had an Error The remote server returned an error: (400) Bad Request. Can you help me to solve this .. http://www.chrisumbel.com/article/solrnet_solr_net#comments_4d7730e5b2ee2f135a000158 http://www.chrisumbel.com/article/solrnet_solr_net#comments_4d7730e5b2ee2f135a000158 Wed, 09 Mar 2011 07:48:53 GMT Comment by Jenda on Thu Mar 10 2011 18:02:00 GMT+0000 (UTC) It's just a shame that the docs of SolrNET leave a lot to be desired. A docs for the start. Any idea how could I specify a several solr servers in case one goes down? Preferably without having to include yet another dependency on a yet another dependency injection library. I've got NInject already and do not want to infest the project with more libraries than strictly necessary :-( http://www.chrisumbel.com/article/solrnet_solr_net#comments_4d791218b2ee2f135a00021c http://www.chrisumbel.com/article/solrnet_solr_net#comments_4d791218b2ee2f135a00021c Thu, 10 Mar 2011 18:02:00 GMT