Using Lucene.NET search engine library in .NET applications(weblogs.asp.net)

submitted by rcashrcash(4149) 8 months, 23 days ago

When it comes to searching, instead of writing complex SQL queries we can use specialized indexing and search solutions that out perform custom SQL queries. This post introduces Lucene.NET indexing and search engine and how to use it.

3 comments |category: |Views: 146

tags: another

new Add a live kick counter to your blog >> liveImage

You can even customize the image by choosing your own colors, and then clicking the button below to update the preview and the html code:

  • "Kick It" text
  • "Kick It" background
  • kick count text
  • kick count background
  • border

Simply copy and paste this HTML into your blog post.


Users who kicked this story:
Comments:

posted by dpetersondpeterson(4397) 8 months, 20 days ago 0

I've seen this project before but have never tried it out. I wonder how it compares to SQL Server Fulltext search?

Reply

posted by tiernanotiernano(1674) replied to dpetersondpeterson(4397), 8 months, 20 days ago 0

been using it on a few projects. works quite well. in most cases was giving better results than full text search from SQL, and can be a lot faster too...

Reply

posted by dpetersondpeterson(4397) replied to tiernanotiernano(1674), 8 months, 20 days ago 0

Thanks for the tip, I'll keep it in mind the next time I need fulltext search. :)

Reply

information Login or create an account to comment on this story