Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Implementing 'Search' functionality on website

I have a website which has thousands of (ever increasing) resources in it. I implemented the usual Sql Full text Search and it was working fine until recently. I noticed some performance issues with it. I am using MySql Database with C#. NET as the back-end code.

I just need few valuable suggestions from you so that I can take those into account while building a new search strategy for my website.

What can I use to improve performance in the search functionality on my site?

like image 893
user153410 Avatar asked Mar 19 '26 08:03

user153410


2 Answers

You could try out;

http://incubator.apache.org/lucene.net/

like image 64
CharlesS Avatar answered Mar 20 '26 21:03

CharlesS


Take a look at Lucene.NET. It is a high-performance, full-featured text search engine library which was initially written in Java but ported over to .NET. It is a technology suitable for nearly any application that requires full-text search, especially cross-platform.

like image 28
Ben Griswold Avatar answered Mar 20 '26 22:03

Ben Griswold



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!