1

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?

4

2 に答える 2

3

データとともに Lucene.NET を使用することをお勧めします。を見てみましょう:

http://code.msdn.microsoft.com/windowsazure/Azure-Library-for-83562538

于 2012-04-06T13:12:26.547 に答える