| SearchDocument Class | 
 Inheritance Hierarchy
Inheritance HierarchyNamespace: CMS.DataEngine
 Syntax
Syntaxpublic class SearchDocument
The SearchDocument type exposes the following members.
 Constructors
Constructors| Name | Description | |
|---|---|---|
|  | SearchDocument | 
 Fields
Fields| Name | Description | |
|---|---|---|
|   | DOCUMENT_EXCLUDED_FROM_SEARCH_FIELD | 
            Name of the field in the search document whose value defines if the search document should be included in an index.
             | 
 Properties
Properties Methods
Methods| Name | Description | |
|---|---|---|
|  | Add(String, Object) | 
            Adds new field data to the search document.
             | 
|  | Add(String, Object, Boolean, Boolean) | 
            Adds new field data to the search document.
             | 
|  | Contains | 
            Returns true if document contains column name. false otherwise.
             | 
|  | GetStore | 
            Gets store flag of a field.
             | 
|  | GetTokenize | 
            Gets tokenize flag of a field.
             | 
|  | GetValue | 
            Gets value of a field.
             | 
|  | Remove | 
            Removes the field with specified name from the search document.
             | 
 Extension Methods
Extension Methods| Name | Description | |
|---|---|---|
|  | AddSearchField | 
            Adds given search field to search document.
            (Defined by SearchDocumentExtensions.) | 
|  | Initialize(SearchDocumentParameters) | Overloaded. 
            Initializes search document from parameters.
            (Defined by SearchDocumentExtensions.) | 
|  | Initialize(ISearchIndexInfo, String, String, DateTime) | Overloaded. 
            Initializes search document from given parameters.
            (Defined by SearchDocumentExtensions.) | 
 See Also
See Also