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
