Am i newbie to Java & its Working Environment. But through the Solr tutorial and Google Groups i learnt to configure it and started.
What my actual need is to connect my existing ASP.Net web application(3-tier) with solr to perform some search operations in my site. For my application am using MS SQL Database as Back-end The way we perform search in our application takes more time to produce results. I came to know about Solr, so i decided to give a try.
Coming to the point, Can anybody please help me with a sample asp.net web application source that is integrated with solr and doesn't uses any MVC's and all. I tried out many samples from the net,and struck up somewhere and unable to proceed further.
if i understand the concept of integration with a better example, then i can easily incorporate my ideas in my upcoming tasks and projects. can u please help me in this.?
Also where am is, i got my standalone SOLR Server configured to my local MS SQL Database and i performed indexing & searching successfully. Now i want to pass parameters to my SOLR Server through my web application.
Thanks in Advance...!