Skip to Main Content
HCL Domino Ideas Portal

Welcome to the #dominoforever Product Ideas Forum! The place where you can submit product ideas and enhancement request. We encourage you to participate by voting on, commenting on, and creating new ideas. All new ideas will be evaluated by HCL Product Management & Engineering teams, and the next steps will be communicated. While not all submitted ideas will be executed upon, community feedback will play a key role in influencing which ideas are and when they will be implemented.

For more information and upcoming events around #dominoforever, please visit our Destination Domino Page

Status Under Consideration
Workspace Notes
Created by Guest
Created on Nov 6, 2020

How to check value of "Index Attachments" through lotusscript fro any database present on server?

In the Database Properties, there is tab "Full Text".
Under this tab, there is option "Index Attachments" having value as "ON" or "OFF".

How to check this value through lotusscript for any database present on some server?

There seems no way to achieve this as of now with available lotusscript methods.

Found one more Enhancement request similar to this -->

https://domino-ideas.hcltechsw.com/ideas/NTS-I-1026

  • Attach files
  • Guest
    Reply
    |
    Nov 30, 2020

    This may not be exactly what you're looking for, but this can be done using LotusScript and DXL today.

    You can get quite a bit of information about the FTI from DXL. All of the settings and values below can be retrieved from exported DXL. These settings can be found under the "fulltextsettings" tag.

    the current size of the index

    the unindexed document count

    case sensitive setting

    include attachments setting

    include encrypted fields setting

    the update frequency setting

    word / sentence break setting

    attachment type setting

    Brian Benson

    https://helpsoftwareinc.com

  • Guest
    Reply
    |
    Nov 7, 2020

    those options are not available in Lotus Script.

    Acutally controlling the FT Index settings are even not complete in the C-API SDK.

    It would help to have a way at least in the admin client or thru the updall taks to modify those settings.

    I have written tools to check and update FT index properties, which provide this management functionality on command line, because it was missing.

    I could be good to have a way to control it out of the box at least on command-line.

    ( Daniel Nashed / http://blog.nashcom.de )