Initializes object values.
Namespace: CMS.DataEngineAssembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 8.2.23
Syntax void Init(
string fieldName,
bool searchable,
bool tokenizable,
Object value = null,
Nullable<SearchAnalyzerTypeEnum> analyzer = null
)
Parameters
- fieldName
- Type: SystemString
Field name - searchable
- Type: SystemBoolean
Indicates if the search is enabled for this field - tokenizable
- Type: SystemBoolean
Indicates if field will be tokenized (processed by the analyzer) - value (Optional)
- Type: SystemObject
Field value - analyzer (Optional)
- Type: SystemNullableSearchAnalyzerTypeEnum
Explicit analyzer to process search field's value
See Also