XML FOR DOMINO


fulltextsettings element
Defines the settings used to perform a full text search on a Domino database.

Containment Hierarchy

Contained by: <database>

Contains: <lastindexed>

Syntax

<!ELEMENT fulltextsettings (lastindexed?) >

Content

lastindexed?


Attributes

<!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
Defined entities for <fulltextsettings> element

The %fulltextsettings.attachment.type; entity lists the types of text attachments that can be included in a full text index for searching.

Syntax:

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

includebinary


rawtextonly
The %fulltextsettings.breaktypes; entity defines where to break the text when performing a full text search.

Syntax:

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

words


wordssentencesparagraphs
The %fulltextsettings.updatetypes; entity lists the types of server update schedules you can set for a full text search.

Syntax:

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

See Also