After SQL Server 2005 did not return expected results in my full-text searching queries, I’ve decided to move to another search method–an open source search engine, Lucene.Net. In their own words, “Apache Lucene is a high-performance, full-featured text search engine [...]
So I believe I found my solution: I needed to restart the full text service on the SQL box, “SQL Server Fulltext Search”. Once I did that, I rebuilt my full text catalogs, and ran my queries (from the previous post) and all is well. Must have been a weird caching issue, or, potentially, my [...]