“Query is not understandable” - Full text searching where field types have changed

后端 未结 2 2026
北荒
北荒 2021-01-27 23:59

A client have a long lived IBM Notes application where someone along the line changed the type of a field from number to text.

So, now when we\'re trying to do an FT sea

2条回答
  •  佛祖请我去吃肉
    2021-01-28 00:34

    Datatypes and field names are stored in the UNK table. There is just one entry per field name, so it's critical not to use the same field name more than once in an application with different datatypes.

    You need to rebuild the UNK table, as I blogged here http://www.intec.co.uk/full-text-search-musings/

    Note, it must be an offline compact, as Duffbert says here http://www.duffbert.com/duffbert/blog.nsf/d6plinks/TDUF-5SMHV4. If anyone is in the database when you do the compact, it will fail and the UNK table will not be rebuilt.

提交回复
热议问题