MOSS Search Tunning algorithm
if (!Customer.IsHappyWithSearchResultsRelevance)
{
Schedule full & incremental crawls
//[http://<MOSSURL>/ssp/admin/_layouts/SpUsageSspSearchResults.aspx]
foreach(Keyword k in Top Queries With Low ClickThrough)
{
Add keywords, synonyms and best bets(k)
}
Develop Custom Search Webpart with Custom SQL Syntax
//handle with care, black magic involved, time space search continum in jeopardy
Change property weights with relevancy tool
if(Customer.StillUnhappy) {
return Call the cavalry || WaitUntil_MOSS_2009() //busy wating?
}
}