wt.index.filterFileTypes
|
Use this property to disable content indexing by file extension.
For more information, see Windchill Search Properties.
|
||
DataFormatUtil
|
Use the DataFormatUtil command line tool to disable indexing by MIME type.
To disable indexing for a MIME type, set the indexable property to false.
For more information, see Specify MIME Types for Content Indexing.
|
|
Excluding a file type from content indexing does not affect whether the associated Windchill object is indexed.
|
Use DataFormatUtil to disable indexing for the Microsoft Visio MIME type (application/visio).
|
This solution is not acceptable because it also disables indexing for VSD and VSS files.
|
Use DataFormatUtil to remove the VST extension from the Microsoft Visio MIME type.
|
This solution is acceptable but not ideal.
When a user uploads a VST file, it is treated as an unknown file type.
|
Use DataFormatUtil to remove the VST extension from the Microsoft Visio MIME type.
Create a separate “Microsoft Visio Templates” MIME entry with indexing disabled.
|
This solution is acceptable.
Duplicate MIME types are allowed under different format names.
|
Use the wt.index.filterFileTypes property.
|
This solution is acceptable.
Update wt.properties with the following:
wt.index.checkDocumentTypes=true
wt.index.filterFileTypes=VST |