Lucene.Net is an exact port of the Java Lucene project, so the main
project is the source of documentation.  The databases created by the
.Net and Java versions are compatible even.

I do give a talk on Lucene.Net (next one will be at DevLink) and I use
a simple console app to demo loading content from a database and
searching it with Lucene.net - you can check out the source for this
app at 
http://code.google.com/p/vinull/source/browse/#svn/Presentations/Lucene/ConsoleSearch

Mike

On Wed, Jul 15, 2009 at 11:26 AM, Cristiano Ghersi<[email protected]> wrote:
> 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
>



-- 
Michael C. Neel (@ViNull)
http://www.ViNull.com
Microsoft MVP & ASPInsider

Do you FeelTheFunc(.com)?

Reply via email to