Click here to Skip to main content
15,904,652 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I have a database with ppt documents .I have to perform keyword search (advanced search) on these documents and retrive those documents from the database .cany anyone help me with this ?


Thanks
Posted

There are a few ways that you could accomplish this. One way would be to use Microsoft Search Server Express[^] (currently the 2010 edition). Another option would be using Lucene.NET (but some people are disattisfied with this option as you have to write a process to index the documents yourself).

While researching indexing myself, I came across Xapian[^] which is possibly the best open search implementation I've come across - it's faster than Lucene.NET and supports more file formats; the down side is that it is written in unmanaged code, so you will have to use interop to use it.
 
Share this answer
 
You can go for Lucene framework to implement advanced search in your application.

Try this:

Lucene.Net ultra fast search for MVC or WebForms site => made easy![^]

hope it helps :)
 
Share this answer
 
Comments
Member 8155568 20-Apr-12 3:47am    
hi Uday ,

thanks for the ans but the NuGet was not installing in the system ..Is there any other solution for this ?

thanks

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