SearchField Class |
Namespace: CMS.DataEngine
public class SearchField : ISearchField
The SearchField type exposes the following members.
Name | Description | |
---|---|---|
![]() | SearchField |
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.
|
![]() | InsertDirectly |
When field is marked to be insert directly, it will not be processed before it's inserted into search document.
Will not be passed to SearchHelper.AddGeneralField method.
|
![]() | 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.
|
![]() | ToString |
Converts this piece of data into a string.
(Overrides ObjectToString.) |