How to search data from Sql Server using Lucene.net
-
I have gone through various articles on Lucene.Net which is a search engine library. I understand that Lucene creates an index on the document saved in the RAM or custom directory. But what I am not understood is how Lucene will help if the data needs to be fetched based on some condition from Sql Server? Should I create the document first by getting the required data from database ? Basically I want to know whether it is possible to fetch DB data using Lucene.. Please help.
-
I have gone through various articles on Lucene.Net which is a search engine library. I understand that Lucene creates an index on the document saved in the RAM or custom directory. But what I am not understood is how Lucene will help if the data needs to be fetched based on some condition from Sql Server? Should I create the document first by getting the required data from database ? Basically I want to know whether it is possible to fetch DB data using Lucene.. Please help.