0

I've developed a document system that allows my client to upload several types of files: word, pdf, ppt, etc. in a database in which they are stored as binary data. The documents are entered in the database alongside certain metadata such as title, summary, owner, category, etc. Users can search for documents matching words in the titles and summaries. My client wants now users to be able to search the contents of the files. Without using SQL Server full-text search, what other option do I have? Many thanks!

netNewbi3
  • 279
  • 6
  • 20

2 Answers2

0

Have you looked at Lucene? It is pretty much the de facto indexing engine. They have a .net version in incubation as well.

Scott
  • 16,711
  • 14
  • 75
  • 120
0

open source faceted search / guided navigation for ecommerce sites with .net apis

Community
  • 1
  • 1
Mikos
  • 8,455
  • 10
  • 41
  • 72