CantHaveFieldCSVs

The names of document fields that you do not want to store in the Content component index. Content discards these fields during indexing.

Separate multiple field names with commas. There must be no space before or after a comma. You can use Wildcard values to specify field names.

Type: String
Default:  
Required: No
Configuration Section: Server
Example: CantHaveFieldCSVs=*/STANDARD_HEADER
In this example, Content discards any STANDARD_HEADER fields that a document contains before it stores the document.
See Also: MustHaveFieldCSVs