全文索引类型列为空

发布于 2024-08-24 05:52:22 字数 548 浏览 4 评论 0原文

我正在尝试在 SQL Server 2008 数据库中的 VarBinary(max) 字段上创建索引。

我正在采取的步骤如下:

表:dbo.Records

  • 右键单击​​表并选择“全文索引”
  • 然后选择“定义索引...”
  • 我选择主键,这是我的表的 PK(字段名称 Id) ,输入唯一标识符)。
  • 然后,我会看到包含“可用列”、“分词器语言”和“类型列”选项的屏幕,
  • 通过勾选该框,选择名为“图表”的 VarBinary(max) 字段作为可用列。
  • 我选择“英语”作为分词字段的语言。

然后...我尝试选择类型列,但此处没有任何条目。我无法通过单击“下一步>”继续直到该列被填充。

为什么此列中没有可供选择的条目?其中应该包含哪些内容?

注 1:VarBinary(max) 字段链接到文件组(如果有任何区别)。 注 2:还注意到,在表设计器中,我无法将同一字段上的全文选项设置为“是” - 它永久卡在“否”上。

谢谢。

I am trying to create an index on a VarBinary(max) field in my SQL Server 2008 database.

The steps I am taking are as follows:

Table: dbo.Records

  • Right click on table and select "Full Text Index"
  • Then select "Define Index..."
  • I choose the primary key which is the PK of my table (field name Id, type UniqueIndentifier).
  • I then get the screen with the options Available Columns, Language for Word Breaker and Type Column
  • I select my VarBinary(max) field called Chart as the Available Column by ticking the box.
  • I select "English" as the Language for Word Breaker field.

Then... I try to select the Type Column but there are no entries in here. I cannot proceed by clicking "Next>" until this column is populated.

Why are there no entries in this column for selection and what should be in there?

Note 1: The VarBinary(max) field is linked to a file group if that makes any difference.
Note 2: Also noticed that in the table designer I cannot set the full text option on that same field to "Yes" - its permanently stuck on "No".

Thanks.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

赢得她心 2024-08-31 05:52:22

类型列是表中正在建立索引的列。它应包含 VarBinary 字段中的数据类型。即doc、XML等。这有道理吗?

The type column is a column in the table that is being indexed. It should contain the type of data that is in the VarBinary field. That is doc, XML and so on. Does that make sense?

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文