Search
In this section
Topic | Description |
---|---|
System.Search.AutoSummary |
An automated search system summary of the full text contents of a document, displayed in the search results view in Search Explorer. Use this property only when consuming the values in an application, not when providing values to a property handler. |
System.Search.ContainerHash |
The hash code used to identify attachments to be deleted based on a common container url. |
System.Search.Contents |
The contents of the item. |
System.Search.EntryID |
The entry ID for an item within a given catalog in the Windows Search Index. |
System.Search.ExtendedProperties |
|
System.Search.GatherTime |
The Datetime value representing the time when the Windows Search Gatherer process last pushed properties of this document to the Windows Search Gatherer Plugins. |
System.Search.HitCount |
When using CONTAINS over the Windows Search Index, this is the number of matches of the term. If there are multiple CONTAINS, an AND computes the minimal number of hits, and an OR computes the maximal number of hits. |
System.Search.IsClosedDirectory |
Emitted as TRUE by a container item to indicate that its child items do not need to be enumerated by an indexer if the container item has not changed since the last incremental index verification crawl. This contributes to the optimization of indexer performance. |
System.Search.IsFullyContained |
Emitted as TRUE by all child items of a container (such as an e-mail or a compressed file with a .zip name extension) that emits System.Search.IsClosedDirectory as TRUE. This ensures that the child items are included in the search index. |
System.Search.QueryFocusedSummary |
The query-focused summary of the document. |
System.Search.QueryFocusedSummaryWithFallback |
The query-focused summary of the document. If none is available, the AutoSummary is returned. |
System.Search.QueryPropertyHits |
Contains the list of matched properties from a query. |
System.Search.Rank |
Relevance rank of row, with a range from 0-1000. |
System.Search.Store |
The identifier for the protocol handler that produced the item. For example, MAPI, CSC, FILE, and so on. |
System.Search.UrlToIndex |
Emitted by a container IFilter for each child URL within the container. The children are eventually crawled by the indexer if they are within scope. |
System.Search.UrlToIndexWithModificationTime |
This property is the same as System.Search.UrlToIndex except that it includes the time that the URL was last modified. This is an optimization for the indexer so that it does not have to call back into the protocol handler to ask for this information to determine whether the content needs to be indexed again. |