SQL Azure and Full-Text Catalogs, Indexes and Searching

Coppermill picture Coppermill · Apr 28, 2013 · Viewed 8.6k times · Source

Does SQL Azure supports Full-Text catalogs and indexes?

Answer

QFDev picture QFDev · Apr 28, 2013

SQL Azure Database does not currently (January 2014) support Full Text Search. Many requiring this functionality have opted to use Lucene.NET instead. There's a useful overview of Lucene.NET plus code samples below:

Lucene.NET Overview and Code Samples

EDIT - October 2015:

Full-Text Search is now available in Azure SQL Database (GA)