Lotus Domino: After changing TYPE of a field, Full Text Search won't work for this field

白昼怎懂夜的黑 提交于 2019-12-18 06:51:06

问题


My problem: I can't Full text search a view with the syntax [field_name] = text_value. Not in lotus Script nor in the "search the view" in the client. Additional information: When searching/More/By field / selecting my field, I get a combo box with "is equal to", "is greater than" ... meaning that for the FT index my field is (was in fact) NUMBER. But The field has been change to text years ago, existing data converted to text, full text index re created, OSD changed (hum I should check this). => But the old type (number) is still written somewhere in Iris/Lotus systable (sort of systable).

My question: How to update the FT engine, or to tell him that the type is text now?

thanks in advance!

I already had the same problem many years but I can't find the solution with google or here.


回答1:


In the notes database you have a section called the UNK table. This keeps a reference of every field in the database and field type. you can see this in Notespeek.

It only keeps a reference of the first field it finds. So if you have multiple fields with the same name but different types the FTI will get confused when you search on the field.

More details and solution to resolve is in this tech note.

https://www-304.ibm.com/support/docview.wss?uid=swg21261002



来源:https://stackoverflow.com/questions/9151448/lotus-domino-after-changing-type-of-a-field-full-text-search-wont-work-for-th

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!