ASP.NET Search Engine

  • Thread starter Thread starter hardieca
  • Start date Start date
H

hardieca

Hi,

I'm building an internal website which will require a search engine.
It needs to scan the title of the document, the content of the page,
the keywords metatag, and also some additional custom metadata. Does
anyone know of any search engine out there that I can easily plug into
a an ASP.NET site?

Regards,

Chris
 
Some nice person wrote a simple search app called "Searcharoo" that would
probably work very easily.
Peter
 
Hi,

I'm building an internal website which will require a search engine.
It needs to scan the title of the document, the content of the page,
the keywords metatag, and also some additional custom metadata. Does
anyone know of any search engine out there that I can easily plug into
a an ASP.NET site?

Regards,

Chris

A good engine is dotlucene
 
Back
Top