Click here to Skip to main content
15,881,750 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
HI

I want to build search option in my site by retreving data through database. And my site contains more than 300 pages...How can i build it could you pls help me.....

softwares my site bulid on

Visual Studio 2005

.net 2.0

Mysql -database
Posted

1 solution

You can use Lucene Search technologies, it is exceptionally fast. But it has some of the demerites also. Like If you schedule the run for 2 hours of interval, then only Updated site you will get after 2 hours. So if you use this technology you need to write the code for scheduling also. Basically it indexes and throws search result very quickly. It is database independent.
 
Share this answer
 
v2

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900