Re: Adding document properties for RTF files
From: Francois Piette (francois.piette_at_overbyte.be)
Date: 09/27/04
- Next message: Peter Hagenaar: "Custom IFilter:No parttitles returned from indexing service"
- Previous message: Francois Piette: "Re: IXSSO: Index Server access permission"
- In reply to: Hilary Cotter: "Re: Adding document properties for RTF files"
- Messages sorted by: [ date ] [ thread ]
Date: Mon, 27 Sep 2004 14:08:07 +0200
Thanks you. This article set me on the right track: IPropertySetStorage and
StgCreateStorageEx will allow me to set the properties.
-- francois.piette@overbyte.be Author of ICS (Internet Component Suite, freeware) Author of MidWare (Multi-tier framework, freeware) http://www.overbyte.be "Hilary Cotter" <hilary.cotter@gmail.com> a écrit dans le message de news:ebAtYWIpEHA.2612@TK2MSFTNGP15.phx.gbl... > for modifying a files custom properties look at this > > http://support.microsoft.com/default.aspx?scid=kb;en-us;224351 > > It is possible to call a wrapper ifilter to handle your document properties > and then have this filter call the rtf ifilter. There is an example of > something like this in the platform sdk. > > -- > Hilary Cotter > Looking for a SQL Server replication book? > http://www.nwsu.com/0974973602.html > > > "Francois Piette" <francois.piette@overbyte.be> wrote in message > news:4157d8ba$0$317$4d4efb8e@read.news.be.uu.net... > > > you can use the ntfs properties, right click on your document and select > > > properties, and then the summary tab. > > > > If I understand well, all I have to do is to add my document properties. > Any > > hint about doing that programmatically ? > > > > > Other than that you would have to write your own ifilter. > > > > Is it possible to write an IFilter which derive from an existing one for > > which I have'nt source code (that is the RTF fileter) ? Is it easy or not > ? > > (I saw sample on MSDN but had not really examined how it works). > > > > > If you are storing the rtf in SQL Server, SQL FTS does not index > > properties. > > > > I'm storing the document in individual files. I store some informations in > > SQL server, but not the document itself, just a pointer to the actual > file. > > I have something like 2 million documents. > > > > -- > > francois.piette@overbyte.be > > Author of ICS (Internet Component Suite, freeware) > > Author of MidWare (Multi-tier framework, freeware) > > http://www.overbyte.be > > > > > >
- Next message: Peter Hagenaar: "Custom IFilter:No parttitles returned from indexing service"
- Previous message: Francois Piette: "Re: IXSSO: Index Server access permission"
- In reply to: Hilary Cotter: "Re: Adding document properties for RTF files"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|