You are on page 1of 20

[Names] # # DefineColumns File for Index Server and Site Server Search.

# These are default property names (Catalog Columns) that are # NOT BUILT-IN to Index Server or Site Server Search. # # Index Server and Site Server Search read this file when the following # registry key points to it: # #HKEY_LOCAL_MACHINE\System\CurrentControlSet\Control\ContentIndexCommon\Def aultColumnFile # The value of this reg key is the full path to this file as a REG_SZ. # # This file is parsed on a line by line basis. Each line # must have the following form: # # FriendlyName [ "(" [ Type ] ")" ] ["="] PropertySetGuid PropertySpec # # where: # FriendlyName - A whitespace delimited alias for the property # # Type DBTYPE_Type # where Type is a string specifying the property type # for comparison purposes. See list of DBTYPEs below. # The default type is DBTYPE_WSTR | DBTYPE_BYREF. # # PropertySetGuid - A GUID in the standard form. # # PropertySpec - Either a property name or PropID. # Quotation marks around a PropertySpec denote # a property name. Unless property name starts # with an integer, quotation marks are optional. # # Blank lines are allowed, and comments are recognized as any line # with "#" as the first non-whitespace character. # # The "=" is optional, but it looks nice. # # DBTYPEs supported include: # # DBTYPE_I1 # DBTYPE_UI1 # DBTYPE_I2 # DBTYPE_UI2 # DBTYPE_I4 # DBTYPE_UI4 # DBTYPE_I8 # DBTYPE_UI8 # DBTYPE_R4 # DBTYPE_R8 # DBTYPE_CY # DBTYPE_DATE # VT_FILETIME # DBTYPE_BOOL # DBTYPE_GUID # # DBTYPE_STR # DBTYPE_WSTR # DBTYPE_BSTR #

# # # # # # # # # # # # # #

DBTYPE_BYREF DBTYPE_VECTOR Strings should be specified as: DBTYPE_WSTR | DBTYPE_BYREF DBTYPE_STR | DBTYPE_BYREF History ======= ?????? 9/1/1999 ???????? KrishnaN Created Added URI properties

### **************************************************************************** ********* ### IMPORTANT! ### If you uncomment the properties that are built into Index Server or Site Ser ver Search, ### the entire DefineColumns.txt file will be ignored. ### **************************************************************************** ********* ### Properties not defined in the Search schema ### # 9 # # # # # Contents (DBTYPE_WSTR | DBTYPE_BYREF) = B725F130-47EF-101A-A5F1-02608C9EEBAC 1 Plain text for use in full-text search From the Storage property set Not defined in default Search schema, as its behavior is not modifiable It is always searchable (index="yes"), never retrievable (retrieve=no) Commented out here because it is an Index Server built-in property

FileSize (DBTYPE_I8) = b725f130-47ef-101a-a5f1-02608c9eebac 12 # File size in bytes, alternate name for Index Server's 'Size' property # From the Storage propset # Not defined in default Search schema, as its behavior is not modifiable # It is always searchable (index="yes")and retrievable (retrieve=yes) # RankVector (DBTYPE_VECTOR | DBTYPE_UI4) = 49691c90-7e17-101a-a91c-08002b2ecda9 2 # Relevance ranks of individual components of a vector query # From the Query propset # Query-time only, not defined in Search schema, retrievable but not searchable # Commented out here because it is an Index Server built-in property # # # # # # # # # # Rank (DBTYPE_I4) = 49691c90-7e17-101a-a91c-08002b2ecda9 3 Relevance rank of row. Ranges from 0-1000. Larger numbers = better matches From the Query propset Query-time only, not defined in Search schema, retrievable but not searchable Commented out here because it is an Index Server built-in property HitCount (DBTYPE_UI4) = 49691c90-7e17-101a-a91c-08002b2ecda9 4 Number of hits (words matching query) in file From the Query propset Query-time only, not defined in Search schema, retrievable but not searchable Commented out here because it is an Index Server built-in property

# # # # #

All (DBTYPE_WSTR | DBTYPE_BYREF) = 49691c90-7e17-101a-a91c-08002b2ecda9 6 Searches across all properties for <string> From the Query propset Query-time only, not defined in Search schema, searchable but not retrievable Commented out here because it is an Index Server built-in property

CatalogName (DBTYPE_WSTR | DBTYPE_BYREF) = 49691c90-7e17-101a-a91c-08002b2ecda9 10 # Name of the catalog from which a row came. # Allows one to display the source of a hit. # This is an output property only. Cannot be queried upon. ### Commonly used properties ### # DocAddress (DBTYPE_WSTR | DBTYPE_BYREF) = 49691c90-7e17-101a-a91c-08002b2ecda9 9 # Absolute URL or UNC path to the document # This is an alternate name for Index Server's VPath property # to indicate Site Server Search's expanded use of the property: # a URL instead of a relative path. # from the Query propset # Defined in default Search schema with index="yes" and retrieve="yes" URL (DBTYPE_WSTR | DBTYPE_BYREF) = 49691c90-7e17-101a-a91c-08002b2ecda9 9 # Absolute URL or UNC path to the document # This is an alternate name for DocAddress and VPath used by # the ADO SQL query interface. # from the Query propset # Defined in default Search schema with index="yes" and retrieve="yes" # a # # # # # # Description (DBTYPE_WSTR | DBTYPE_BYREF) = 560c36c0-503a-11cf-baa1-00004c752a9 2 Contents of HTML meta name=description tag if present, otherwise an automatically constructed description based on the document subject and contents. Alternate name for Index Server's 'Characterization' property. Also refered to as 'abstract'. From the Characterization propset Defined in default Search schema with index="yes" and retrieve="yes"

### Summary Information Property Set (MS OFFICE PROPERTIES) ### # # # # # # 3 # # # # # # # # # DocTitle (DBTYPE_STR | DBTYPE_BYREF) = f29f85e0-4ff9-1068-ab91-08002b27b3d9 2 Document title SummaryInfo propset Defined in default Search schema with index="yes" and retrieve="yes" Commented out here because it is an Index Server built-in property DocSubject (DBTYPE_STR | DBTYPE_BYREF) = f29f85e0-4ff9-1068-ab91-08002b27b3d9 Document subject From the SummaryInfo propset Defined in default Search schema with index="yes" and retrieve="no" Commented out here because it is an Index Server built-in property DocAuthor (DBTYPE_STR | DBTYPE_BYREF) = f29f85e0-4ff9-1068-ab91-08002b27b3d9 4 Original author of document From the SummaryInfo propset Defined in default Search schema with index="yes" and retrieve="yes" Commented out here because it is an Index Server built-in property

# DocKeywords (DBTYPE_STR | DBTYPE_BYREF) = f29f85e0-4ff9-1068-ab91-08002b27b3d9 5 # Document keywords # From the SummaryInfo propset # Defined in default Search schema with index="yes" and retrieve="no" # Commented out here because it is an Index Server built-in property # DocComments (DBTYPE_STR | DBTYPE_BYREF) = f29f85e0-4ff9-1068-ab91-08002b27b3d9 6 # Editorial comments about document. MS Word auto-summary goes in here too. # From the SummaryInfo propset # Defined in default Search schema with index="yes" and retrieve="no" # Commented out here because it is an Index Server built-in property # DocTemplate (DBTYPE_STR | DBTYPE_BYREF) = f29f85e0-4ff9-1068-ab91-08002b27b3d9 7 # Document template # From the SummaryInfo propset # Defined in default schema with index="no" and retrieve="no" # Commented out here because it is an Index Server built-in property # DocLastAuthor (DBTYPE_STR | DBTYPE_BYREF) = f29f85e0-4ff9-1068-ab91-08002b27b3 d9 8 # Person who last saved document # From the SummaryInfo propset # Defined in default schema with index="no" and retrieve="no" # Commented out here because it is an Index Server built-in property # 9 # # # # # # # # # # # # # # # # # # # # # # # # DocRevNumber (DBTYPE_STR | DBTYPE_BYREF) = f29f85e0-4ff9-1068-ab91-08002b27b3d 9 Document revision number From the SummaryInfo propset Defined in default schema with index="no" and retrieve="no" Commented out here because it is an Index Server built-in property DocEditTime (VT_FILETIME) = f29f85e0-4ff9-1068-ab91-08002b27b3d9 10 Total time spent editting document From the SummaryInfo propset Defined in default schema with index="no" and retrieve="no" Commented out here because it is an Index Server built-in property DocLastPrinted (VT_FILETIME) = f29f85e0-4ff9-1068-ab91-08002b27b3d9 11 Date/time document was last printed From the SummaryInfo propset Defined in default schema with index="no" and retrieve="no" Commented out here because it is an Index Server built-in property DocCreatedTm (VT_FILETIME) = f29f85e0-4ff9-1068-ab91-08002b27b3d9 12 Date/time file was originally created From the SummaryInfo propset (Office Docs) Defined in default Search schema with index="yes" and retrieve="yes" Commented out here because it is an Index Server built-in property DocLastSavedTm (VT_FILETIME) = f29f85e0-4ff9-1068-ab91-08002b27b3d9 13 Date/time file was last saved From the SummaryInfo propset (Office Docs) Defined in default Search schema with index="yes" and retrieve="yes" Commented out here because it is an Index Server built-in property

# # # # # # # # # # # # # # # # # # # #

DocPageCount (DBTYPE_I4) = f29f85e0-4ff9-1068-ab91-08002b27b3d9 14 Total number of pages in document From the SummaryInfo propset Defined in default schema with index="no" and retrieve="no" Commented out here because it is an Index Server built-in property DocWordCount (DBTYPE_I4) = f29f85e0-4ff9-1068-ab91-08002b27b3d9 15 Total number of words in document From the SummaryInfo propset Defined in default schema with index="no" and retrieve="no" Commented out here because it is an Index Server built-in property DocCharCount (DBTYPE_I4) = f29f85e0-4ff9-1068-ab91-08002b27b3d9 16 Total number of characters in document From the SummaryInfo propset Defined in default schema with index="no" and retrieve="no" Commented out here because it is an Index Server built-in property DocThumbnail (VT_CF) = f29f85e0-4ff9-1068-ab91-08002b27b3d9 17 Not supported From the SummaryInfo propset Not defined in default Search schema Commented out here because it is NOT supported in Index Server or Search

# DocAppName (DBTYPE_STR | DBTYPE_BYREF) = f29f85e0-4ff9-1068-ab91-08002b27b3d9 18 # Name of app that created the file # From the SummaryInfo propset # Defined in default schema with index="no" and retrieve="no" # Commented out here because it is an Index Server built-in property # # # # # Security (DBTYPE_I4) = f29f85e0-4ff9-1068-ab91-08002b27b3d9 19 Access control information From the SummaryInfo propset Defined in default Search schema with index="no" and retrieve="no" Commented out here because it is not commonly used

### Document Summary Information Property Set (MS OFFICE) ### # DocCategory (DBTYPE_STR | DBTYPE_BYREF) = d5cdd502-2e9c-101b-9397-08002b2cf9ae 2 # MS Office - user-defined category string # From the DocSummaryInfo propset # Defined in default Search schema with index="no" and retrieve="no" # Commented out here because it is an Index Server built-in property # DocPresentationTarget (DBTYPE_STR | DBTYPE_BYREF) = d5cdd502-2e9c-101b-9397-08 002b2cf9ae 3 # PowerPoint presentation format - (35mm, printer, video, etc.) # From the DocSummaryInfo propset # Defined in default Search schema with index="no" and retrieve="no" # Commented out here because it is an Index Server built-in property # # # # # DocByteCount (DBTYPE_I4) = d5cdd502-2e9c-101b-9397-08002b2cf9ae 4 Number of bytes in the document From the DocSummaryInfo propset Defined in default Search schema with index="no" and retrieve="no" Commented out here because it is an Index Server built-in property

# # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # #

DocLineCount (DBTYPE_I4) = d5cdd502-2e9c-101b-9397-08002b2cf9ae 5 Number of lines in document From the DocSummaryInfo propset Defined in default Search schema with index="no" and retrieve="no" Commented out here because it is an Index Server built-in property DocParaCount (DBTYPE_I4) = d5cdd502-2e9c-101b-9397-08002b2cf9ae 6 Number of paragraphs in document From the DocSummaryInfo propset Defined in default Search schema with index="no" and retrieve="no" Commented out here because it is an Index Server built-in property DocSlideCount (DBTYPE_I4) = d5cdd502-2e9c-101b-9397-08002b2cf9ae 7 Number of slides in document From the DocSummaryInfo propset Defined in default Search schema with index="no" and retrieve="no" Commented out here because it is an Index Server built-in property DocNoteCount (DBTYPE_I4) = d5cdd502-2e9c-101b-9397-08002b2cf9ae 8 Number of notes associated with a PowerPoint document From the DocSummaryInfo propset Defined in default Search schema with index="no" and retrieve="no" Commented out here because it is an Index Server built-in property DocHiddenCount (DBTYPE_I4) = d5cdd502-2e9c-101b-9397-08002b2cf9ae 9 Number of hidden slides in a PowerPoint document From the DocSummaryInfo propset Defined in default Search schema with index="no" and retrieve="no" Commented out here because it is an Index Server built-in property MMClips (DBTYPE_I4) = d5cdd502-2e9c-101b-9397-08002b2cf9ae 10 Number of multimedia clips in a PowerPoint document From the DocSummaryInfo propset Defined in default Search schema with index="no" and retrieve="no" Commented out here because it is not commonly used ScaleCrop (DBTYPE_BOOL) = d5cdd502-2e9c-101b-9397-08002b2cf9ae 11 Set to True(-1) for thumbnail scaling, False(0) for cropping. For FindFile 2.0 From the DocSummaryInfo propset Defined in default Search schema with index="no" and retrieve="no" Commented out here because it is not commonly used HeadingPairs (VT_LPSTR, VT_I4) = d5cdd502-2e9c-101b-9397-08002b2cf9ae 12 Internal property for indenting groups of headings in Office docs From the DocSummaryInfo propset Defined in default Search schema with index="no" and retrieve="no" Commented out here because it is not commonly used

# DocPartTitles (DBTYPE_STR | DBTYPE_VECTOR) = d5cdd502-2e9c-101b-9397-08002b2cf 9ae 13 # Names of document parts; e.g., Excel sheet names, PowerPoint slide titles. # From the DocSummaryInfo propset # Defined in default Search schema with index="no" and retrieve="no" # Commented out here because it is an Index Server built-in property # DocManager (DBTYPE_STR | DBTYPE_BYREF) = d5cdd502-2e9c-101b-9397-08002b2cf9ae 14 # Manager of the project, from Project # From the DocSummaryInfo propset # Defined in default Search schema with index="no" and retrieve="no"

# Commented out here because it is an Index Server built-in property # DocCompany (DBTYPE_STR | DBTYPE_BYREF) = d5cdd502-2e9c-101b-9397-08002b2cf9ae 15 # Company name, from Project # DocSummaryInfo propset # Defined in default Search schema with index="no" and retrieve="no" # Commented out here because it is an Index Server built-in property # LinksUpToDate (DBTYPE_BOOL) = d5cdd502-2e9c-101b-9397-08002b2cf9ae 16 # # # # Custom links are up to date, all app's DocSummaryInfo propset Defined in default Search schema with index="no" and retrieve="no" Commented out here because it is not commonly used

# Storage Property Set (File properties) # # # # # # 0 # # # # # # # # # ClassID (DBTYPE_GUID) = b725f130-47ef-101a-a5f1-02608c9eebac 3 Class ID of app that created the file From the Storage propset Not available in Site Server Search. Not defined in the default Search schema. Commented out here because it is an Index Server built-in property FileName (DBTYPE_WSTR | DBTYPE_BYREF) = b725f130-47ef-101a-a5f1-02608c9eebac 1 Long file name From the Storage propset Defined in default Search schema with index="yes" and retrieve="yes" Commented out here because it is an Index Server built-in property Path (DBTYPE_WSTR | DBTYPE_BYREF) = b725f130-47ef-101a-a5f1-02608c9eebac 11 Full physical path to file, including filename From the Storage propset Not available in Site Server Search. Not defined in the default Search schema. Commented out here because it is an Index Server built-in property

# FileSize is listed above with the properties not defined in the Search schema # # # # # # # # # # FileAttributes (DBTYPE_UI4) = b725f130-47ef-101a-a5f1-02608c9eebac 13 As doc'd in Win32 SDK. Alternate name for Index Server's 'Attrib' property. From the Storage propset Not available in Site Server Search. Not defined in the default Search schema. Commented out here because it is not commonly used. FileWrite (VT_FILETIME) = b725f130-47ef-101a-a5f1-02608c9eebac 14 Date/time file was last written alternate name for Index Server's 'Write' property. From the Storage propset Defined in default Search schema with index="yes" and retrieve="yes"

# Contents property is listed above with the # properties not defined in the Search schema # ShortFileName (DBTYPE_WSTR | DBTYPE_BYREF) = b725f130-47ef-101a-a5f1-02608c9ee bac 20 # 8.3 filename # From the Storage propset # Not available in Site Server Search. Not defined in the default Search schema.

# Commented out here because it is an Index Server built-in property. ### Site Server Search Info and Gatherer Properties ### # # # # DetectedLanguage (DBTYPE_UI4) = c82bf596-b831-11d0-b733-00aa00a1ebd2 2 Automatically detected language. See the Search documentation. From the NetLibraryInfo propset Defined in default Search schema with index="yes" and retrieve="yes"

HTMLComment (DBTYPE_WSTR | DBTYPE_BYREF) = c82bf596-b831-11d0-b733-00aa00a1ebd2 3 # The HTML comment tag # From the NetLibraryInfo propset # Defined in default Search schema with index="no" and retrieve="no" # # # # # # # # # # # # # CrawlNumberModified (DBTYPE_I4) = 0b63e350-9ccc-11d0-bcdb-00805fccce04 4 Crawl number when this document was last modified and added to a catalog. Used in 'search since' queries From the NetLibrary propset Defined in default Search schema with index="yes" and retrieve="yes" A Search catalog's CrawlNumber is an ADO recordset property, so it is NOT defined in the Search schema or this file. CrawlNumberModified is used for finding documents that have been cataloged since a user's last visit. See the Search documentation for more information. MimeType (DBTYPE_WSTR | DBTYPE_BYREF) = 0b63e350-9ccc-11d0-bcdb-00805fccce04 5 The documents MIME type, if known From the NetLibrary propset Defined in default Search schema with index="yes" and retrieve="yes"

# DocSignature (DBTYPE_WSTR | DBTYPE_BYREF) = 0b63e350-9ccc-11d0-bcdb-00805fccc e04 6 # MD5 digest, a checksum on the document that can be used to # eliminate duplicates. # From the NetLibrary propset # Defined in default Search schema with index="yes" and retrieve="yes" SiteName (DBTYPE_WSTR | DBTYPE_BYREF) = 0b63e343-9ccc-11d0-bcdb-00805fccce04 4 # Site name extracted from doc's URL. Used for sorting and grouping by site # From Gatherer propset # Defined in default Search schema with index="yes" and retrieve="yes" DefaultCodePage (DBTYPE_UI4) = 0b63e343-9ccc-11d0-bcdb-00805fccce04 "DefaultCode Page" # Automatically detected code page for the document # From Gatherer propset # Defined in default Search schema with index="no" and retrieve="yes" # HTML Properties # HTMLHeading1 (DBTYPE_WSTR | DBTYPE_BYREF) = 70eb7a10-55d9-11cf-b75b-00aa0051fe 20 3 # From the HTMLInfo propset # Defined in default Search schema with index="no" and retrieve="no" # Commented out here because it is an Index Server built-in property. # HTMLHeading2 (DBTYPE_WSTR | DBTYPE_BYREF) = 70eb7a10-55d9-11cf-b75b-00aa0051fe

20 4 # HTMLInfo propset # Defined in default Search schema with index="no" and retrieve="no" # Commented out here because it is an Index Server built-in property. # HTMLHeading3 (DBTYPE_WSTR | DBTYPE_BYREF) = 70eb7a10-55d9-11cf-b75b-00aa0051fe 20 5 # HTMLInfo propset # Defined in default Search schema with index="no" and retrieve="no" # Commented out here because it is an Index Server built-in property. # HTMLHeading4 (DBTYPE_WSTR | DBTYPE_BYREF) = 70eb7a10-55d9-11cf-b75b-00aa0051fe 20 6 # HTMLInfo propset # Defined in default Search schema with index="no" and retrieve="no" # Commented out here because it is an Index Server built-in property. # HTMLHeading5 (DBTYPE_WSTR | DBTYPE_BYREF) = 70eb7a10-55d9-11cf-b75b-00aa0051fe 20 7 # HTMLInfo propset # Defined in default Search schema with index="no" and retrieve="no" # Commented out here because it is an Index Server built-in property. # HTMLHeading6 (DBTYPE_WSTR | DBTYPE_BYREF) = 70eb7a10-55d9-11cf-b75b-00aa0051fe 20 8 # HTMLInfo propset # Defined in default Search schema with index="no" and retrieve="no" # Commented out here because it is an Index Server built-in property. # Img_Alt (DBTYPE_WSTR | DBTYPE_BYREF) = 70eb7a10-55d9-11cf-b75b-00aa0051fe20 "I MG.ALT" # Image alternate text # HTMLInfo propset # Defined in default Search schema with index="no" and retrieve="no" # A_HREF (DBTYPE_WSTR | DBTYPE_BYREF) = c82bf597-b831-11d0-b733-00aa00a1ebd2 "A. HREF" # Text of the anchor HRef. Alternate name for Index Server's HTML_HRef # LinkInformation propset # Defined in default Search schema with index="yes" and retrieve="no" # HTMLHRef (DBTYPE_WSTR | DBTYPE_BYREF) = c82bf597-b831-11d0-b733-00aa00a1ebd2 " A.HREF" # Same as A_HRef above # LinkInformation propset # Defined in default Search schema with index="no" and retrieve="no" Base_HREF (DBTYPE_WSTR | DBTYPE_BYREF) = c82bf597-b831-11d0-b733-00aa00a1ebd2 "B ASE.HREF" # URL from base tag # LinkInformation propset # Defined in default Search schema with index="no" and retrieve="no" Link_HREF (DBTYPE_WSTR | DBTYPE_BYREF) = c82bf597-b831-11d0-b733-00aa00a1ebd2 "L INK.HREF" # URL from link tag # LinkInformation propset # Defined in default Search schema with index="no" and retrieve="no" Meta_URL (DBTYPE_WSTR | DBTYPE_BYREF) = c82bf597-b831-11d0-b733-00aa00a1ebd2 "ME

TA.URL" # URL from <meta URL=...> tag # LinkInformation propset # Defined in default Search schema with index="no" and retrieve="no" Frame_Src (DBTYPE_WSTR | DBTYPE_BYREF) = c82bf597-b831-11d0-b733-00aa00a1ebd2 "F RAME.SRC" # URL from <frame src=...> tag # LinkInformation propset # Defined in default Search schema with index="no" and retrieve="no" IFrame_Src (DBTYPE_WSTR | DBTYPE_BYREF) = c82bf597-b831-11d0-b733-00aa00a1ebd2 " IFRAME.SRC" # URL from <iframe src=...> tag # LinkInformation propset # Defined in default Search schema with index="no" and retrieve="no" Area_HREF (DBTYPE_WSTR | DBTYPE_BYREF) = c82bf597-b831-11d0-b733-00aa00a1ebd2 "A REA.HREF" # URL from area tag # LinkInformation propset # Defined in default Search schema with index="no" and retrieve="no" Img_Src (DBTYPE_WSTR | DBTYPE_BYREF) = c82bf597-b831-11d0-b733-00aa00a1ebd2 "IMG .SRC" # URL from <img src=...> tag # LinkInformation propset # Defined in default Search schema with index="no" and retrieve="no" Img_DynSrc (DBTYPE_WSTR | DBTYPE_BYREF) = c82bf597-b831-11d0-b733-00aa00a1ebd2 " IMG.DYNSRC" # URL from <img dynsrc=...> tag # LinkInformation propset # Defined in default Search schema with index="no" and retrieve="no" Img_Usemap (DBTYPE_WSTR | DBTYPE_BYREF) = c82bf597-b831-11d0-b733-00aa00a1ebd2 " IMG.USEMAP" # URL from <img usemap=...> tag # LinkInformation propset # Defined in default Search schema with index="no" and retrieve="no" Body_Background (DBTYPE_WSTR | DBTYPE_BYREF) = c82bf597-b831-11d0-b733-00aa00a1e bd2 "BODY.BACKGROUND" # URL from <body background=...> tag # LinkInformation propset # Defined in default Search schema with index="no" and retrieve="no" BgSound_Src (DBTYPE_WSTR | DBTYPE_BYREF) = c82bf597-b831-11d0-b733-00aa00a1ebd2 "BGSOUND.SRC" # URL from <bgsound src=...> tag # LinkInformation propset # Defined in default Search schema with index="no" and retrieve="no" Applet_Codebase (DBTYPE_WSTR | DBTYPE_BYREF) = c82bf597-b831-11d0-b733-00aa00a1e bd2 "APPLET.CODEBASE" # URL from <applet codebase=...> tag # LinkInformation propset # Defined in default Search schema with index="no" and retrieve="no" Applet_Code (DBTYPE_WSTR | DBTYPE_BYREF) = c82bf597-b831-11d0-b733-00aa00a1ebd2

"APPLET.CODE" # URL from <applet code=...> tag # LinkInformation propset # Defined in default Search schema with index="no" and retrieve="no" Object_Codebase (DBTYPE_WSTR | DBTYPE_BYREF) = c82bf597-b831-11d0-b733-00aa00a1e bd2 "OBJECT.CODEBASE" # URL from <object codebase=...> tag # LinkInformation propset # Defined in default Search schema with index="no" and retrieve="no" Object_Name (DBTYPE_WSTR | DBTYPE_BYREF) = c82bf597-b831-11d0-b733-00aa00a1ebd2 "OBJECT.NAME" # URL from <object name=...> tag # LinkInformation propset # Defined in default Search schema with index="no" and retrieve="no" Object_Usemap (DBTYPE_WSTR | DBTYPE_BYREF) = c82bf597-b831-11d0-b733-00aa00a1ebd 2 "OBJECT.USEMAP" # URL from <object usemap=...> tag # LinkInformation propset # Defined in default Search schema with index="no" and retrieve="no" Embed_Src (DBTYPE_WSTR | DBTYPE_BYREF) = c82bf597-b831-11d0-b733-00aa00a1ebd2 "E MBED.SRC" # URL from <embed src=...> tag # LinkInformation propset # Defined in default Search schema with index="no" and retrieve="no" # HTML meta tags used in Site Server Search sample pages # Topic (DBTYPE_WSTR | DBTYPE_BYREF) = d1b5d3f0-c0b3-11cf-9a92-00a0c908dbf1 "Top ic" # Used in sample script # HTML Metatag propset # Defined in default Search schema with index="yes" and retrieve="yes" # Script Info Properties VBScript (DBTYPE_WSTR | DBTYPE_BYREF) = 31f400a0-fd07-11cf-b9bd-00aa003db18e VBS cript # Text in a VBScript tag # ScriptInfo propset # Defined in default Search schema with index="no" and retrieve="no" JavaScript (DBTYPE_WSTR | DBTYPE_BYREF) = 31f400a0-fd07-11cf-b9bd-00aa003db18e J avaScript # Text in a JavaScript tag # ScriptInfo propset # Defined in default Search schema with index="no" and retrieve="no" ### Exchange Documents Properties ### MessageClass ( DBTYPE_WSTR | DBTYPE_BYREF) = 85AC0960-1819-11d1-896F-00805F053BA B 26 # Exchange Message class. Identifies type of message, such as Note, Encrypted, S igned, Form, etc # ExchangeInfo propset # Defined in default Search schema with index="yes" and retrieve="no"

MessageDisplayName ( DBTYPE_WSTR | DBTYPE_BYREF) = 85AC0960-1819-11d1-896F-00805 F053BAB 3588 # Display name of the recipient # ExchangeInfo propset # Defined in default Search schema with index="yes" and retrieve="no" MessageDisplayCC ( DBTYPE_WSTR | DBTYPE_BYREF) = 85AC0960-1819-11d1-896F-00805F0 53BAB 3587 # Display name of the carbon copy recipient # ExchangeInfo propset # Defined in default Search schema with index="yes" and retrieve="no" MessageFolderName ( DBTYPE_WSTR | DBTYPE_BYREF) = 85AC0960-1819-11d1-896F-00805F 053BAB 85 # Folder in which the message is present # ExchangeInfo propset # Defined in default Search schema with index="yes" and retrieve="yes" MessageFolderPath ( DBTYPE_WSTR | DBTYPE_BYREF) = 85AC0960-1819-11d1-896F-00805F 053BAB 101 # Full path of the folder in which the message is present. # ExchangeInfo propset # Defined in default Search schema with index="no" and retrieve="no" ### NNTP Summary Information property set ### NNTP_Newsgroup (DBTYPE_WSTR | DBTYPE_BYREF) = aa568eec-e0e5-11cf-8fda-00aa00a14f 93 2 # Newsgroup that this message file is in # NNTP SummaryInformation propset # Defined in default Search schema with index="no" and retrieve="no" NNTP_Newsgroups (DBTYPE_WSTR | DBTYPE_BYREF) = aa568eec-e0e5-11cf-8fda-00aa00a14 f93 3 # All newsgroups that this message is posted to # NNTP SummaryInformation propset # Defined in default Search schema with index="no" and retrieve="no" NNTP_Refs (DBTYPE_WSTR | DBTYPE_BYREF) = aa568eec-e0e5-11cf-8fda-00aa00a14f93 4 # References header # NNTP SummaryInformation propset # Defined in default Search schema with index="no" and retrieve="no" NNTP_Subject (DBTYPE_WSTR | DBTYPE_BYREF) = aa568eec-e0e5-11cf-8fda-00aa00a14f93 5 # Subject header # NNTP SummaryInformation propset # Defined in default Search schema with index="no" and retrieve="no" NNTP_From (DBTYPE_WSTR | DBTYPE_BYREF) = aa568eec-e0e5-11cf-8fda-00aa00a14f93 6 # From header # NNTP SummaryInformation propset # Defined in default Search schema with index="no" and retrieve="no" NNTP_Messageid (DBTYPE_WSTR | DBTYPE_BYREF) = aa568eec-e0e5-11cf-8fda-00aa00a14f 93 7 # Message-Id header # NNTP SummaryInformation propset

# Defined in default Search schema with index="no" and retrieve="no" NNTP_Date (VT_FILETIME) = aa568eec-e0e5-11cf-8fda-00aa00a14f93 12 # Date header # NNTP SummaryInformation propset # Defined in default Search schema with index="no" and retrieve="no" NNTP_Articleid (DBTYPE_UI4) = aa568eec-e0e5-11cf-8fda-00aa00a14f93 60 # NNTP article id # NNTP SummaryInformation propset # Defined in default Search schema with index="no" and retrieve="no" # NNTP_xxxx (DBTYPE_WSTR | DBTYPE_BYREF) = aa568eec-e0e5-11cf-8fda-00aa00a14f93 "<header name>" # All other NNTP headers, including X-headers # NNTP SummaryInformation propset # Not defined in default Search schema. # Commented out here because these are not commonly used. fidmid (DBTYPE_STR | DBTYPE_BYREF) = 00020328-0000-0000-C000-000000000046 171625 7026 # Exchange fid/mid property # PS_MAPI propset # defined as default property fo all non-SQLServer applications rootfid (DBTYPE_WSTR|DBTYPE_BYREF) = 0b63e350-9ccc-11d0-bcdb-00805fccce04 7 # Exchange rootfid property # Search propset # -------------------------------------------------------------------------------# Properties defined as URIs instead of friendly aliases. The friendly aliases # are listed above the URIs # Everything above this should be left alone for Site Server 3.0 compatibility # We should move all the properties below into PKM Schema except the ones that # are marked as -- Yank ?? # -------------------------------------------------------------------------------# Contents "urn:schemas.microsoft.com:fulltextqueryinfo:contents" (DBTYPE_WSTR | DBTYPE_BYR EF) = B725F130-47EF-101A-A5F1-02608C9EEBAC 19 # RankVector "urn:schemas.microsoft.com:fulltextqueryinfo:rankvector" (DBTYPE_VECTOR | DBTYPE _UI4) = 49691c90-7e17-101a-a91c-08002b2ecda9 2 # Rank "urn:schemas.microsoft.com:fulltextqueryinfo:rank" (DBTYPE_I4) = 49691c90-7e17-1 01a-a91c-08002b2ecda9 3 # HitCount "urn:schemas.microsoft.com:fulltextqueryinfo:hitcount" (DBTYPE_UI4) = 49691c90-7 e17-101a-a91c-08002b2ecda9 4 # All "urn:schemas.microsoft.com:fulltextqueryinfo:all" (DBTYPE_WSTR | DBTYPE_BYREF) = 49691c90-7e17-101a-a91c-08002b2ecda9 6 # CatalogName

"urn:schemas.microsoft.com:fulltextqueryinfo:catalogname" (DBTYPE_WSTR | DBTYPE_ BYREF) = 49691c90-7e17-101a-a91c-08002b2ecda9 10 # Workid of the hit "urn:schemas.microsoft.com:fulltextqueryinfo:workid" (DBTYPE_I4) = 49691c90-7e17 -101a-a91c-08002b2ecda9 5 # Specifies if the document is filtered or not (Is this correct?) "urn:schemas.microsoft.com:fulltextqueryinfo:unfiltered" (DBTYPE_BOOL) = 49691c9 0-7e17-101a-a91c-08002b2ecda9 7 # Natural Language Rank "urn:schemas.microsoft.com:fulltextqueryinfo:nlprank" (DBTYPE_I4) = 49691c90-7e1 7-101a-a91c-08002b2ecda9 11 # DocAddress # -- Yank ?? # -- Use DAV:href instead "urn:schemas.microsoft.com:fulltextqueryinfo:DocAddress" (DBTYPE_WSTR | DBTYPE_B YREF) = 49691c90-7e17-101a-a91c-08002b2ecda9 9 # URL # -- Yank ?? # -- Use DAV:href instead "urn:schemas.microsoft.com:fulltextqueryinfo:url" (DBTYPE_WSTR | DBTYPE_BYREF) = 49691c90-7e17-101a-a91c-08002b2ecda9 9 # Description "urn:schemas.microsoft.com:fulltextqueryinfo:description" (DBTYPE_WSTR | DBTYPE_ BYREF) = 560c36c0-503a-11cf-baa1-00004c752a9a 2 # VPATH "DAV:href" (DBTYPE_WSTR | DBTYPE_BYREF) = 49691c90-7e17-101a-a91c-08002b2ecda9 9 # Is it a directory "DAV:iscollection" (DBTYPE_BOOL) = 00020329-0000-0000-c000-000000000046 "DAV:isc ollection" # source href # -- Yank ?? # use urn:attributes:ShortcutTarget "urn:schemas.microsoft.com:source:href" (DBTYPE_WSTR | DBTYPE_BYREF) = 000203290000-0000-c000-000000000046 "urn:schemas.microsoft.com:source:href" # Storage Property Set (File properties) # ClassID "urn:schemas.microsoft.com:fulltextqueryinfo:classid" (DBTYPE_GUID) = b725f130-4 7ef-101a-a5f1-02608c9eebac 3 # Filename "DAV:displayname" (DBTYPE_WSTR | DBTYPE_BYREF) = b725f130-47ef-101a-a5f1-02608c9 eebac 10 # FileName # -- Yank ?? # -- Use DAV:displayname instead "urn:schemas.microsoft.com:fulltextqueryinfo:filename" (DBTYPE_WSTR | DBTYPE_BYR EF) = b725f130-47ef-101a-a5f1-02608c9eebac 10

# Path "urn:schemas.microsoft.com:fulltextqueryinfo:path" (DBTYPE_WSTR | DBTYPE_BYREF) = b725f130-47ef-101a-a5f1-02608c9eebac 11 # FileSize # -- Yank ?? # -- Use DAV:getcontentlength instead "urn:schemas.microsoft.com:fulltextqueryinfo:filesize" (DBTYPE_I8) = b725f130-47 ef-101a-a5f1-02608c9eebac 12 # FileSize "DAV:getcontentlength" (DBTYPE_I8) = b725f130-47ef-101a-a5f1-02608c9eebac 12 # Source FileSize # -- Yank ?? # -- Should not be needed anymore "urn:schemas.microsoft.com:source:getcontentlength" (DBTYPE_I8)= 00020329-0000-0 000-c000-000000000046 "urn:schemas.microsoft.com:source:getcontentlength" # FileAttributes "urn:schemas.microsoft.com:fulltextqueryinfo:fileattributes" (DBTYPE_UI4) = b725 f130-47ef-101a-a5f1-02608c9eebac 13 # FileWrite "DAV:getlastmodified" (VT_FILETIME) = b725f130-47ef-101a-a5f1-02608c9eebac 14 # Source FileWrite # -- Yank ?? # -- Should not be needed anymore "urn:schemas.microsoft.com:source:getlastmodified" (VT_FILETIME) = 00020329-0000 -0000-c000-000000000046 "urn:schemas.microsoft.com:source:getlastmodified" # FileWrite # -- Yank ?? # -- Use DAV:getlastmodified instead "urn:schemas.microsoft.com:fulltextqueryinfo:filewrite" (VT_FILETIME) = b725f130 -47ef-101a-a5f1-02608c9eebac 14 # ShortFileName "urn:schemas.microsoft.com:fulltextqueryinfo:shortfilename" (DBTYPE_WSTR | DBTYP E_BYREF) = b725f130-47ef-101a-a5f1-02608c9eebac 20 # LastAccessed "DAV:lastaccessed" ( VT_FILETIME ) = B725F130-47EF-101A-A5F1-02608C9EEBAC 16

# LastAccessed # -- Yank ?? # -- Use DAV:lastaccessed instead "urn:schemas.microsoft.com:fulltextqueryinfo:lastaccesstime" ( VT_FILETIME ) = B 725F130-47EF-101A-A5F1-02608C9EEBAC 16 # Size allocated for this file. "urn:schemas.microsoft.com:fulltextqueryinfo:allocsize" ( DBTYPE_I8 ) = B725F130 -47EF-101A-A5F1-02608C9EEBAC 18 # Creation time for the file. "urn:schemas.microsoft.com:fulltextqueryinfo:createtime" ( VT_FILETIME ) = B725F 130-47EF-101A-A5F1-02608C9EEBAC 15 # URI of the parent directory of this file/directory. (??)

"urn:schemas.microsoft.com:fulltextqueryinfo:parenturi" (DBTYPE_WSTR | DBTYPE_BY REF) = B725F130-47EF-101A-A5F1-02608C9EEBAC 2 # USN of the file. (or directory ??) "urn:schemas.microsoft.com:fulltextqueryinfo:usn" ( DBTYPE_I8 ) = B725F130-47EF101A-A5F1-02608C9EEBAC 9 ### Site Server Search Info and Gatherer Properties ### # DetectedLanguage "urn:schemas.microsoft.com:fulltextqueryinfo:detectedlanguage" (DBTYPE_UI4) = c8 2bf596-b831-11d0-b733-00aa00a1ebd2 2 # HTMLComment "urn:schemas.microsoft.com:fulltextqueryinfo:htmlcomment" (DBTYPE_WSTR | DBTYPE_ BYREF) = c82bf596-b831-11d0-b733-00aa00a1ebd2 3 # GatherTimeModified # Note : this property shares the same FPS as CrawlNumberModified but its type h as changed and # is used differently in Tahoe. "urn:schemas.microsoft.com:fulltextqueryinfo:GatherTimeModified" (VT_FILETIME) = 0b63e350-9ccc-11d0-bcdb-00805fccce04 4 # MimeType # -- Should be using a different property for MimeType ?? # -- If there is a standard DAV/Exchange defined property, we should # -- change the indexing pipeline to use the correct URI "urn:schemas.microsoft.com:fulltextqueryinfo:mimetype" (DBTYPE_WSTR | DBTYPE_BYR EF) = 0b63e350-9ccc-11d0-bcdb-00805fccce04 5 # DocSignature "urn:schemas.microsoft.com:fulltextqueryinfo:docsignature" (DBTYPE_WSTR | DBTYPE _BYREF) = 0b63e350-9ccc-11d0-bcdb-00805fccce04 6 # SiteName "urn:schemas.microsoft.com:fulltextqueryinfo:sitename" (DBTYPE_WSTR | DBTYPE_BYR EF) = 0b63e343-9ccc-11d0-bcdb-00805fccce04 4 # DefaultCodePage "urn:schemas.microsoft.com:fulltextqueryinfo:defaultcodepage" (DBTYPE_UI4) = 0b6 3e343-9ccc-11d0-bcdb-00805fccce04 "DefaultCodePage" # HTML Properties # HTMLHeading1 "urn:schemas.microsoft.com:htmlinfo:htmlheading1" (DBTYPE_WSTR | DBTYPE_BYREF) = 70eb7a10-55d9-11cf-b75b-00aa0051fe20 3 # HTMLHeading2 "urn:schemas.microsoft.com:htmlinfo:htmlheading2" (DBTYPE_WSTR | DBTYPE_BYREF) = 70eb7a10-55d9-11cf-b75b-00aa0051fe20 4 # HTMLHeading3 "urn:schemas.microsoft.com:htmlinfo:htmlheading3" (DBTYPE_WSTR | DBTYPE_BYREF) = 70eb7a10-55d9-11cf-b75b-00aa0051fe20 5 # HTMLHeading4 "urn:schemas.microsoft.com:htmlinfo:htmlheading4" (DBTYPE_WSTR | DBTYPE_BYREF) = 70eb7a10-55d9-11cf-b75b-00aa0051fe20 6

# HTMLHeading5 "urn:schemas.microsoft.com:htmlinfo:htmlheading5" (DBTYPE_WSTR | DBTYPE_BYREF) = 70eb7a10-55d9-11cf-b75b-00aa0051fe20 7 # HTMLHeading6 "urn:schemas.microsoft.com:htmlinfo:htmlheading6" (DBTYPE_WSTR | DBTYPE_BYREF) = 70eb7a10-55d9-11cf-b75b-00aa0051fe20 8 # Img_Alt "urn:schemas.microsoft.com:htmlinfo:img_alt" (DBTYPE_WSTR | DBTYPE_BYREF) = 70eb 7a10-55d9-11cf-b75b-00aa0051fe20 "IMG.ALT" # A_HREF "urn:schemas.microsoft.com:htmlinfo:a_href" (DBTYPE_WSTR | DBTYPE_BYREF) = c82bf 597-b831-11d0-b733-00aa00a1ebd2 "A.HREF" # Base_HREF "urn:schemas.microsoft.com:htmlinfo:linkinfo:base_href" (DBTYPE_WSTR | DBTYPE_BY REF) = c82bf597-b831-11d0-b733-00aa00a1ebd2 "BASE.HREF" # Link_HREF "urn:schemas.microsoft.com:htmlinfo:linkinfo:link_href" (DBTYPE_WSTR | DBTYPE_BY REF) = c82bf597-b831-11d0-b733-00aa00a1ebd2 "LINK.HREF" # Meta_URL "urn:schemas.microsoft.com:htmlinfo:linkinfo:meta_url" (DBTYPE_WSTR | DBTYPE_BYR EF) = c82bf597-b831-11d0-b733-00aa00a1ebd2 "META.URL" # Frame_Src "urn:schemas.microsoft.com:htmlinfo:linkinfo:frame_src" (DBTYPE_WSTR | DBTYPE_BY REF) = c82bf597-b831-11d0-b733-00aa00a1ebd2 "FRAME.SRC" # IFrame_Src "urn:schemas.microsoft.com:htmlinfo:linkinfo:Iframe_src" (DBTYPE_WSTR | DBTYPE_B YREF) = c82bf597-b831-11d0-b733-00aa00a1ebd2 "IFRAME.SRC" # Area_HREF "urn:schemas.microsoft.com:htmlinfo:linkinfo:area_href" (DBTYPE_WSTR | DBTYPE_BY REF) = c82bf597-b831-11d0-b733-00aa00a1ebd2 "AREA.HREF" # Img_Src "urn:schemas.microsoft.com:htmlinfo:linkinfo:img_src" (DBTYPE_WSTR | DBTYPE_BYRE F) = c82bf597-b831-11d0-b733-00aa00a1ebd2 "IMG.SRC" # Img_DynSrc "urn:schemas.microsoft.com:htmlinfo:linkinfo:img_dynsrc" (DBTYPE_WSTR | DBTYPE_B YREF) = c82bf597-b831-11d0-b733-00aa00a1ebd2 "IMG.DYNSRC" # Img_Usemap "urn:schemas.microsoft.com:htmlinfo:linkinfo:img_usemap" (DBTYPE_WSTR | DBTYPE_B YREF) = c82bf597-b831-11d0-b733-00aa00a1ebd2 "IMG.USEMAP" # Body_Background "urn:schemas.microsoft.com:htmlinfo:linkinfo:body_background" (DBTYPE_WSTR | DBT YPE_BYREF) = c82bf597-b831-11d0-b733-00aa00a1ebd2 "BODY.BACKGROUND" # BgSound_Src "urn:schemas.microsoft.com:htmlinfo:linkinfo:bgsound_src" (DBTYPE_WSTR | DBTYPE_ BYREF) = c82bf597-b831-11d0-b733-00aa00a1ebd2 "BGSOUND.SRC"

# Applet_Codebase "urn:schemas.microsoft.com:htmlinfo:linkinfo:applet_codebase" (DBTYPE_WSTR | DBT YPE_BYREF) = c82bf597-b831-11d0-b733-00aa00a1ebd2 "APPLET.CODEBASE" # Applet_Code "urn:schemas.microsoft.com:htmlinfo:linkinfo:applet_code" (DBTYPE_WSTR | DBTYPE_ BYREF) = c82bf597-b831-11d0-b733-00aa00a1ebd2 "APPLET.CODE" # Object_Codebase "urn:schemas.microsoft.com:htmlinfo:linkinfo:object_codebase" (DBTYPE_WSTR | DBT YPE_BYREF) = c82bf597-b831-11d0-b733-00aa00a1ebd2 "OBJECT.CODEBASE" # Object_Name "urn:schemas.microsoft.com:htmlinfo:linkinfo:object_name" (DBTYPE_WSTR | DBTYPE_ BYREF) = c82bf597-b831-11d0-b733-00aa00a1ebd2 "OBJECT.NAME" # Object_Usemap "urn:schemas.microsoft.com:htmlinfo:linkinfo:object_usemap" (DBTYPE_WSTR | DBTYP E_BYREF) = c82bf597-b831-11d0-b733-00aa00a1ebd2 "OBJECT.USEMAP" # Embed_Src "urn:schemas.microsoft.com:htmlinfo:linkinfo:embed_src" (DBTYPE_WSTR | DBTYPE_BY REF) = c82bf597-b831-11d0-b733-00aa00a1ebd2 "EMBED.SRC" # HTML meta tags used in Site Server Search sample pages # Topic "urn:schemas.microsoft.com:htmlinfo:metainfo:topic" (DBTYPE_WSTR | DBTYPE_BYREF) = d1b5d3f0-c0b3-11cf-9a92-00a0c908dbf1 "Topic" # Script Info Properties # VBScript "urn:schemas.microsoft.com:htmlinfo:scriptinfo:vbscript" (DBTYPE_WSTR | DBTYPE_B YREF) = 31f400a0-fd07-11cf-b9bd-00aa003db18e VBScript # JavaScript "urn:schemas.microsoft.com:htmlinfo:scriptinfo:javascript" (DBTYPE_WSTR | DBTYPE _BYREF) = 31f400a0-fd07-11cf-b9bd-00aa003db18e JavaScript ### Exchange 5.5 Documents Properties ### # MessageClass "http://schemas.microsoft.com/mapi/proptag/0x0000001A" ( DBTYPE_WSTR | DBTYPE_BY REF) = 85AC0960-1819-11d1-896F-00805F053BAB 26 # MessageDisplayName "http://schemas.microsoft.com/mapi/proptag/0x00000E04" ( DBTYPE_WSTR | DBTYPE_BY REF) = 85AC0960-1819-11d1-896F-00805F053BAB 3588 # MessageDisplayCC "http://schemas.microsoft.com/mapi/proptag/0x00000E03" ( DBTYPE_WSTR | DBTYPE_BY REF) = 85AC0960-1819-11d1-896F-00805F053BAB 3587 # MessageFolderName "http://schemas.microsoft.com/mapi/proptag/0x00000055" ( DBTYPE_WSTR | DBTYPE_BY REF) = 85AC0960-1819-11d1-896F-00805F053BAB 85 # MessageFolderPath

"http://schemas.microsoft.com/mapi/proptag/0x00000065" ( DBTYPE_WSTR | DBTYPE_BY REF) = 85AC0960-1819-11d1-896F-00805F053BAB 101 ### Office Properties ### # office Title "urn:schemas-microsoft-com:office:office#Title" (DBTYPE_WSTR | DBTYPE_BYREF) = f 29f85e0-4ff9-1068-ab91-08002b27b3d9 2 # DocAuthor "urn:schemas-microsoft-com:office:office#Author" (DBTYPE_WSTR | DBTYPE_BYREF) = f29f85e0-4ff9-1068-ab91-08002b27b3d9 4 # DocComments "urn:schemas-microsoft-com:office:office#Description" (DBTYPE_WSTR | DBTYPE_BYRE F) = f29f85e0-4ff9-1068-ab91-08002b27b3d9 6 ## Should we add the remaining office properties also ?? ### mailheader ### # -- Yank?? # ContentClass "urn:schemas:mailheader:content-class" (DBTYPE_WSTR | DBTYPE_BYREF) = 00020329-0 000-0000-c000-000000000046 "urn:schemas:mailheader:content-class" # DAVContentClass "DAV:Contentclass" (DBTYPE_WSTR | DBTYPE_BYREF) = 00020329-0000-0000-c000-000000 000046 "Contentclass" # document status "http://schemas.microsoft.com/mapi/proptag/0x3F8D001F" (DBTYPE_WSTR | DBTYPE_BYR EF) = f29f85e0-4ff9-1068-ab91-08002b27b3d9 4 #category best bets "urn:attributes:BestBetCategories" (DBTYPE_WSTR|DBTYPE_VECTOR) = 00020329-0000-0 000-c000-000000000046 "urn:attributes:BestBetCategories" #keyword best bets "urn:attributes:BestBetKeywords" (DBTYPE_WSTR|DBTYPE_VECTOR) = 00020329-0000-000 0-c000-000000000046 "urn:attributes:BestBetKeywords" #Categories "urn:attributes:Categories" (DBTYPE_WSTR|DBTYPE_VECTOR) = 00020329-0000-0000-c00 0-000000000046 "urn:attributes:Categories" #Autocategories "urn:attributes:Autocategories" (DBTYPE_WSTR|DBTYPE_VECTOR) = 00020329-0000-0000 -c000-000000000046 "urn:attributes:Autocategories" #keyword SearchScope "urn:attributes:SearchScope" (DBTYPE_WSTR|DBTYPE_BYREF)= 00020329-0000-0000-c000 -000000000046 "urn:schemas.microsoft.com:fulltextqueryinfo:sourcegroup" #keyword ShortcutTarget "urn:attributes:ShortcutTarget" (DBTYPE_WSTR|DBTYPE_BYREF)= 00020329-0000-0000-c 000-000000000046 "urn:attributes:ShortcutTarget" #keyword Sourcegroup "urn:schemas.microsoft.com:fulltextqueryinfo:sourcegroup" (DBTYPE_WSTR|DBTYPE_BY

REF)= 00020329-0000-0000-c000-000000000046 "urn:schemas.microsoft.com:fulltextqu eryinfo:sourcegroup" ### HTML META TAGS - USER-DEFINABLE PROPERTIES ### # This is a placeholder sample for explicitly defining HTTP Meta tags as columns # Meta name=<value> (DBTYPE_WSTR | DBTYPE_BYREF) = d1b5d3f0-c0b3-11cf-9a92-00a0c 908dbf1 "<value>" # Replace <value> with the tag string (2 places). # HTTP MetaInfo propset # Defined in default Search schema with index="no" and retrieve="no" # Note that meta name and meta http-equiv have the same PropSet GUID. # This is correct per HTTP spec. # Meta http-equiv=<value> (DBTYPE_WSTR | DBTYPE_BYREF) = d1b5d3f0-c0b3-11cf-9a92 -00a0c908dbf1 "<value>" # See comment above # NOTE THAT FOR SITE SERVER SEARCH, FRIENDLY NAMES OF THE FORM "META_<name>" # WILL BE RESOLVED TO BE PROPERTIES IN THE HTTP META TAG SET; E.G., # "META_INTEREST" WILL BE RESOLVED AS IF IT HAD BEEN DEFINED AS # Meta name=INTEREST (DBTYPE_WSTR | DBTYPE_BYREF) = d1b5d3f0-c0b3-11cf-9a92-00a0 c908dbf1 "INTEREST" # IN THIS DEFINECOLUMNS.TXT FILE.

You might also like