|
|
|
BlueCielo Meridian Enterprise 2013 Administrator's Guide | BlueCielo ECM Solutions |
The BlueCielo IFilter that is installed by Meridian does not register any file types for content indexing by default. It is up to you to decide for which file types you want the IFilter registered so as not to conflict with other IFilters that you may have installed yourself. Individual file types can be registered with the Windows regsvr32 program.
To register a file type:
You can combine registration commands into a batch file to easily run them all and to provide a record of which file extensions have been registered as in the following example that registers the .dwg, .dxf, and .dgn file types:
regsvr32.exe av_iFilter.dll regsvr32.exe /n /i:dwg av_iFilter.dll regsvr32.exe /n /i:dxf av_iFilter.dll regsvr32.exe /n /i:dgn av_iFilter.dll
To unregister file extensions or the IFilter completely, run similar commands as shown in the following example:
regsvr32.exe /u /n /i:dgn av_iFilter.dll regsvr32.exe /u /n /i:dxf av_iFilter.dll regsvr32.exe /u /n /i:dwg av_iFilter.dll regsvr32.exe /u av_iFilter.dll
Note The content indexes must be rebuilt before text that is filtered by the IFilter can be searched.
Related concepts
Related tasks
Building and maintaining a content index
Accelerating content index creation
Copyright © 2000-2013 BlueCielo ECM Solutions |