SearchDocument Class |
Namespace: CMS.DataEngine
public class SearchDocument
The SearchDocument type exposes the following members.
Name | Description | |
---|---|---|
SearchDocument |
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.
|
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.
|
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.) |