Gang_Warily
2006-11-01 17:36:12 UTC
Hi
I would like to be able to retrieve the values of linked URLs into a page of
search results.
http://windowssdk.msdn.microsoft.com/en-us/library/ms692942.aspx
says 'A_HRef - corresponds to the Indexing Service property name HtmlHRef.
Can be queried but not retrieved.'
Is there a way to change it so it can be retrieved ?
I've tried adding it to the secondary cache as 'VT_LPWSTR 25' and
'VT_VARIANT 40', and just get null values back [VarType()=1].
(Works for keywords ...)
Would changing the Registry value
for Properties : Modifiability to 1 help ?
http://windowssdk.msdn.microsoft.com/en-us/library/ms692124.aspx
Modifiability of the cached property.
A value of 0 signifies that the property entry can't be modified once cached,
and a value of 1 signifies that the other parts of the cached property
(such as SizeInBytes)
can be modified once the property is cached.
Thanks for your help !
I would like to be able to retrieve the values of linked URLs into a page of
search results.
http://windowssdk.msdn.microsoft.com/en-us/library/ms692942.aspx
says 'A_HRef - corresponds to the Indexing Service property name HtmlHRef.
Can be queried but not retrieved.'
Is there a way to change it so it can be retrieved ?
I've tried adding it to the secondary cache as 'VT_LPWSTR 25' and
'VT_VARIANT 40', and just get null values back [VarType()=1].
(Works for keywords ...)
Would changing the Registry value
for Properties : Modifiability to 1 help ?
http://windowssdk.msdn.microsoft.com/en-us/library/ms692124.aspx
Modifiability of the cached property.
A value of 0 signifies that the property entry can't be modified once cached,
and a value of 1 signifies that the other parts of the cached property
(such as SizeInBytes)
can be modified once the property is cached.
Thanks for your help !