<METADATA_CONTENT | Attribute Description Table |
index_words="automatic | manual" [automatic] private="true | false" [false] validate="true | false" [false] > No Child Elements </METADATA_CONTENT > |
Attribute | Usage |
---|---|
index_words | In order to do a text search on a document, the document must be indexed. By default, a document is indexed when it is published through ArcCatalog. Set index_words to "automatic" for automatic indexing. Indexing can also take place offline using a standalone indexer. Set index_words to "manual" for manual indexing offline. Note that if a document is not indexed, only searches using ENVELOPE and TAGVALUE criteria will succeed; TAGTEXT criteria will also succeed if the elements being searched are indexed as VARCHAR. |
private | Determines whether document is available to all viewers or is a private document. By default, documents are public. |
validate | Validation is set to "true" by default. If set to "false", clients are not expected to validate the content of a document before publishing. |
<?xml version="1.0" encoding="UTF-8"?> <ARCXML version="1.1"> <CONFIG> <ENVIRONMENT> <LOCALE country="US" language="en" variant="" /> <UIFONT color="0,0,0" name="Arial" size="12" style="regular" /> </ENVIRONMENT> <METADATA_CONFIG> <WORKSPACES> <SDEWORKSPACE name="unique_name" server="server_name" instance="port:5151" database="optional_database_name" user="user_name" password="user_password" /> </WORKSPACES> <METADATA_CONTENT validate="true" index_words="automatic" /> <TABLE_NAME prefix="imsmetadata" /> </METADATA_CONFIG> </CONFIG> </ARCXML> |