With the Title property in WSS 3.0, all of our search queries return
the Title for the header. However, most of our documents have really
bad titles. To fix this we decided to run a SQL query to update the
title property so it is the same as the document Name. This works fine,
however the search database never updates these values since it was
done behind the scenes. My guess is that whenever you update a document
it is flagged somehow to be updated the next time the Search Refresh is
run.
Is there a way to manually refresh all the documents in the search
database? This way all my changes behind the scenes should show up.