| Vince C. 2005-04-19, 8:01 am |
| "Stu" <saet@steh.szerg> a écrit dans le message de
news:ObKdPHtKFHA.2796@tk2msftngp13.phx.gbl...
> provider
> results.
>
> The best unique key, I have found, for any file is the full path.
Searches
> very fast and always unique. If you need a numeric key you could create a
> cached custom property.
Thanks Stu.
I want to use a numeric key because I want to conceal the real path name to
web users. Using a key is quite convenient if I want to retrieve a file
given its ID. The WorkID being temporary is not an issue; all that is
required is that the ID be the same between two indexing processes (i.e. the
ID is constant until the catalog is rebuilt).
I can't create a custom property for I would have to modify the documents,
right? I can't either for there a quite a lot of them.
Vince C.
|