ISearchDocument.Add Method |
Adds the given field to the document
Namespace: CMS.DataEngineAssembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 10.0.0
Syntaxvoid Add(
string name,
string value,
bool store = true,
bool tokenize = false
)
Parameters
- name
- Type: System.String
Field name - value
- Type: System.String
Field value - store (Optional)
- Type: System.Boolean
If true, the field value is stored - tokenize (Optional)
- Type: System.Boolean
If true, the field value is tokenized
See Also