Initializes object values.
Namespace: CMS.SearchAssembly: CMS.Search (in CMS.Search.dll) Version: 8.0.0.0 (8.0.5239.26125)
Parameters
- fieldName
- Type:
System String
Field name
- searchable
- Type:
System Boolean
Indicates if the search is enabled for this field
- tokenizable
- Type:
System Boolean
Indicates if field will be tokenized (processed by the analyzer)
- value (Optional)
- Type:
System Object
Field value
- analyzer (Optional)
- Type:
System Nullable SearchAnalyzerTypeEnum
Explicit analyzer to process search field's value
See Also