query-parser

Parse search queries in sql 2005 FTS

Hi, In lucene, we can use QueryParser.Parse(query) to find out how the given query is interpreted by lucene. Its very helpful. I am looking for some kind of API or build in sys functions to identify how the FTS parses given search string. I found sys.dm_fts_parser procedure in sql 2008 does the same job, but currently am working on ms ...