When you query the SharePoint Search Service the number of rows returned defaults to 100 but can be increased as required. Note that when you specify a value above the maximum RowLimit the query will only return the default value of 100 items ! ServerContext ctx = ServerContext.Default; FullTextSqlQuery...