I've recently started using fulltext indexes in a document searching system I'm developing with SQL Server 2008 R2. I've got the binary in one column and the stripped text from the PDF file in the other; the fulltext index is on the text column.
I've come up empty searching (probably b/c I don't know how to phrase the question), but I need to figure out how I can order the results by text occurrence. For example, if someone is searching for the string "book", I want to order the query based on how many times "book" occurs in the text.