我在 SqlServer 的 varbinary 列上创建全文搜索索引,并为其添加一个类型列。我想知道,如果我将类型列的值为 null 或空或“。”,当我启动全文时会发生什么搜索?
1, Will SqlServer analysis the document type by varbinary value?
2, Will the record be updated in fulltext catalog?
3, Can fulltext search work in the record?