LOTUS DOMINO の XML


fulltextsettings 要素
Lotus Domino データベースで全文検索を実行するために使用する設定を定義します。

包含階層

スーパークラス: <database>

サブクラス: <lastindexed>

構文

<!ELEMENT fulltextsettings (lastindexed?) >

[コンテンツ]

lastindexed?


属性

<!ATTLIST fulltextsettings
size%integer;#IMPLIED
update(%fulltextsettings.updatetypes;)#IMPLIED
unindexeddocumentcount%integer;#IMPLIED
casesensitive%boolean;"false"
breakat(%fulltextsettings.breaktypes;)"words"
includeattachments%boolean;"false"
attachmenttype(%fulltextsettings.attachment.type;)"rawtextonly"
includeencryptedfields%boolean;"true"
>

attachmenttype


breakat
casesensitive
includeattachments
includeencryptedfields
size
unindexeddocumentcount
update
<fulltextsettings> 要素の定義済みエンティティ

%fulltextsettings.attachment.type; エンティティは、検索に使用する全文索引に含めるテキスト添付ファイルの種類のリストを表します。

構文:

<!ENTITY % fulltextsettings.attachment.type "rawtextonly | includebinary ">

includebinary


rawtextonly
%fulltextsettings.breaktypes; エンティティは、全文検索を実行するときにテキストを区切る場所を定義します。

構文:

<!ENTITY % fulltextsettings.breaktypes "words | wordssentencesparagraphs ">

words


wordssentencesparagraphs
%fulltextsettings.updatetypes; エンティティは、全文検索に設定可能なサーバー更新スケジュールの種類のリストを表します。

構文:

<!ENTITY % fulltextsettings.updatetypes "daily | hourly | immediate | scheduled ">

関連項目