Definitely not the right thread for this - I'd recommend starting a new thread next time please. That being said, If you're comfortable with C#, you'll notice that one of the great things about the Lucene.Net project is that it's a API-level port so pretty much all of the java examples will run as-is with minor modifications to the syntax and of course the proper casing of method names. I know it may seem a little overwhelming at first but give it a try and you might be pleasantly surprised at how easy it is to get up and running.
-- Ben On Mon, Aug 17, 2009 at 10:23 PM, Ed Jones <edmund.jo...@warc.com> wrote: > I know this isn't the best place to post this question but I don't know > where is. > > In the past the main reason I've not used Lucene.net in projects is that I > can find very few examples or tutorials on how to use it, write a crawler on > use the various components. This lack of information is the main block. I > know there are java books and web sites but converting to c# and then to > vb.net for example is difficult without any real guidence. > > It seems to me that such material is hampering adoption but very easy to > address... or have I missed some key resource? > > Ed > > >