Hi I think you could use a RAM Directory to create an index in RAM, add the doc(s) with the data to the index, and then do a search on than index that is in RAM.
Saludos, Luis -----Original Message----- From: Cristiano Ghersi [mailto:[email protected]] Sent: Wednesday, July 15, 2009 10:26 AM To: [email protected] Subject: usage of lucene.net Good evening, I have this problem: I would like to emulate the FTS feature inside a C# application, without calling my SQL server DB. That is, I simply want to have a routine taking in input a text string and a search string, and returning true or false if the search string matches or not the text string. A guy gave me your references, and I have seen that the lucene.net project can be the solution to my problem, but I'm not able to find the right way of usage. May you give me some hints, please? thank you very much!! Cristiano
