Click here to Skip to main content
16,019,740 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
How do I use a search engine for my Intranet application.
I am creating an intranet application using asp.net which has all the data(content of a doc) in sql server database.
The search has to bring up all results(hyperlinks of documents) and when we click on result(which is a hyperlink for a document) it has to bring up the doc by populating it from database(because the site has list of docs whose content is kept in database.
I have no idea how the search works, whether I have to include a search engine for my
application or I have to create one.
Posted
Comments
[no name] 7-Aug-12 10:23am    
If you are just searching for link in your database, why do you need a search engine? Just query the database...
Member 8544853 7-Aug-12 10:40am    
If I search for keyword, it has to search the database because the text of the doc is in database and the doc is populating(its not a static doc)from DB when we are trying to view.
I have no Idea how do I do this?
[no name] 7-Aug-12 10:42am    
I just told you, query the database.
Member 8544853 7-Aug-12 10:44am    
I did not understand
[no name] 7-Aug-12 10:48am    
What did you not understand? Like you have been told repost after repost after repost, query the database for whatever it is that you are searching for. Do you know what a database is? Do you know how to connect to a database? Do you know how to run a query? Do you know how to write a query? What exactly is the problem here?

1 solution

Use Lucene.NET

Introducing Lucene.Net[^]
 
Share this answer
 

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