Click here to Skip to main content
15,895,011 members
Please Sign up or sign in to vote.
2.00/5 (1 vote)
Can anyone help me out for coding a search box where search result will be from database & page contents both..........

I dont want to use google customized search & bing customized tooo....

Also dont want to go for "indexing & seraching" method.


using Visual studio 2010 & MS SQLSERVER 2008 R2
Help needed


Thanx alot
Posted
Updated 20-Feb-12 19:49pm
v2

if you are going to have data search then you can use SQL queries / procedures, but in case you are going to implement content search, then you need to go for indexing framework (http://incubator.apache.org/lucene.net/[^]).
 
Share this answer
 
Thanx for reply

But i didnt get how to use lucene.net project for my search work

I visited the link tried to get into head but didnt go.


Plz explain a little.

Thanx in advance
 
Share this answer
 

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

  Print Answers RSS


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