We have a client requirement to upload documents (Word Doc and possibly PDF) to our Azure hosted application and have full text search on the document.
My understanding is that SQL Azure doesn't support full text indexing so I can't just store them in the DB.
Has anyone done anything similar? If so how? Are there any Nuget packages or things I can install into the Azure role etc when I create it? Is blob storage serachable/indexable?
Any ideas?