Hi All,
I want to use SOLR search platform from the Apache Lucene project in my ASP.NET web application.
The basic purpose is to utilise SOLR for search from database for my entity related property.
Let me be specific.
I have three tables in Database and all of them have 7-10 collumn with thousands of data.
E.g Table #1 TBLEmployee (Containes refernce from TBLEmployeMentType,TBLEmployeeDept) and Table #2 EmploymentType and Table #3 is TBLEmployeeDept.
In short two tables are reffered in one table. And all of them are having too many data.
Now i want to utilise SOLR for purpose of search based on employee name,emailid,employementtype etc.
Please suggest way to do it, as my client want me to use it rather than database Stored Procedures.
Many thanks in advance, Jigar
P.S :- if you have any doubt in my question please ping me on post so that i can explain in details.