| Gang_Warily 2007-01-22, 1:16 pm |
| http://support.microsoft.com/default.aspx/kb/240681
HOWTO: Query Index Server for Custom Properties with SQL Query Analyzer
http://www.microsoft.com/windows/wi...ocedures_10.htm
Add a property to the property cache
http://msdn2.microsoft.com/en-gb/library/ms691664.aspx
The SET PROPERTYNAME statement associates a property set with a friendly
name (column alias)
or
http://msdn2.microsoft.com/en-gb/library/ms692962.aspx
Defining New Property Names for a Web Catalog
"moid" wrote:
> How can i have new property set that i mentioned in my metatags from html file in my query?
>
> Suppose if in my html file
> <meta name="pagetype" CONTENT="##Description">
> <meta name="pagetitle" CONTENT="(Process) Redeem Certificate - 110">
>
> and i want to query pagetype and pagetitle's content value from sql using indexing service? is there any way i can do it? im using asp
|