What is simplest algorithm for searching in knowledgebase

  • Thread starter Thread starter New Devil
  • Start date Start date
N

New Devil

How can i implement searching in knowledge base.What is the simplest
algorithm for searching in knowledge base.and how can i implement it
in C#?
 
Check out http://www.kbalertz.com/ as KBAlertz mines the
KnowledgeBase and sends notifications regarding new
KnowledgeBase items via e-mail subscriptions.

What you'll want to do is submit searches to the KnowledgeBase
and analyze the query strings used to submit and return results.
That's what the developer hosting KBAlertz did.


--
<%= Clinton Gallagher
A/E/C Consulting, Web Design, e-Commerce Software Development
Wauwatosa, Milwaukee County, Wisconsin USA
NET csgallagher@ REMOVETHISTEXT metromilwaukee.com
URL http://www.metromilwaukee.com/clintongallagher/



New Devil said:
How can i implement searching in knowledge base.What is the simplest
algorithm for searching in knowledge base.and how can i implement it
in C#?
 
Back
Top