zoukankan      html  css  js  c++  java
  • 关于 "7625: 全文表或全文索引视图在其全文索引列中有多个 LCID" 问题的解决办法。

    SQL server 全文检索使用中有时会遇到下面这个错误:

    7625: 全文表或全文索引视图在其全文索引列中有多个 LCID。
    English translation: Full-text table or indexed view has more than one LCID among its full-text indexed columns.

    见外国一帖子, 忘记链接了,照抄如下:

    It seems that in your full-text query are querying more than one column and
    one of the columns is using a different word breaker. They must all use the
    same word breaker or use the same language in your query using the language
    predicate.

    也就是说, 创建全文索引时,在各个字段上设置的分词器的语言不一致,也就是设置多了,应该统一成一种,这样就解决了。

    具体在哪里设置,参看下面外国友人的帖子:http://kb.instantasp.co.uk/Knowledgebase/LCID-Error-After-Enabling-Full-Text-Search-with-InstantKB.NET?Keywords=Full-Text


     

  • 相关阅读:
    Java的学习笔记(二)
    Java的学习笔记
    简单界面生成
    登录界面
    播放器
    java计划
    求和
    修改后的抽奖系统
    第十周作业
    JAVA第五次作业
  • 原文地址:https://www.cnblogs.com/liuzhendong/p/2203787.html
Copyright © 2011-2022 走看看