Adds a general field do the search document.
Namespace: CMS.SearchAssembly: CMS.Search (in CMS.Search.dll) Version: 8.0.0.0 (8.0.5239.26125)
Parameters
- document
- Type: CMS.DataEngine ISearchDocument
Document to which should be field added
- name
- Type: System String
Name of new field
- value
- Type: System Object
Value of field
- store
- Type: System Boolean
Should be value stored
- tokenize
- Type: System Boolean
Should be value tokenized
- valueToLower (Optional)
- Type: System Boolean
If true, the value of the field is converted to lower case before adding to the index
See Also