I have been asked to look into the possibility of indexing DWG files within a hosted SASS-like environment using 'Off the Shelf' products.

I have found a plugin for Sharepoint called DWG I-Filter that looks like it would do the job, however I'm in-experienced with using such things (including Sharepoint). Before trying to implement it myself I wondered if anyone else had experience with such things.

Would something like the above work with the Office 365 version of Sharepoint?

If not, can anyone provide alternatives?

有帮助吗?

解决方案

I agree with James, here. Unless your hosting provider decides to implement this ability, you wont get direct indexing of the content of the files them selves, and adding the MetaData client side is your best bet.

Cadnection used to provide some automation to this from the AutoCAD client, but they no longer are in business. It's not "off the shelf" but you may be able to get some usage from this:

http://au.autodesk.com/?nd=event_class&session_id=7149

It covers creating a plugin for AutoCAD, utilizing SharePoint web services for document management. By leveraging the client, you can use this with dedicated or hosted environments.

其他提示

I doubt you would be able to implement an iFilter on Office 365/SharePoint Online as it requires changes to the Server File system.

As an alternative I would suggest you could use tagging and other metadata fields on the libraries where you store the DWG files. This might be inconvenient if you have many fields, but without an indexed search, and the inability to indexed autodesk files, you might have to resort to this.

Also, for instructions of implementing IFilters, Google around for installing PDF IFilters, as the process is pretty much the same.

许可以下: CC-BY-SA归因
scroll top