| ISearchField Interface |
Namespace: CMS.DataEngine
public interface ISearchField
The ISearchField type exposes the following members.
| Name | Description | |
|---|---|---|
| Analyzer |
Explicit analyzer to process search field's value.
When null, default analyzer is used based on search index configuration.
| |
| DataType |
Gets or sets the field type.
| |
| FieldName |
Gets or sets the field name.
| |
| FlagNames |
Gets a list of flag names.
| |
| Value |
Field value. May be null when field is not initialized with it's value.
|
| Name | Description | |
|---|---|---|
| GetFlag |
Gets value of a flag associated with name.
| |
| SetFlag |
Sets value of a flag associated with name.
|