ILuceneSearchDocumentAdd Method |
Adds the given field to the document
Namespace: CMS.SearchAssembly: CMS.Search (in CMS.Search.dll) Version: 12.0.0
Syntax void Add(
string name,
string value,
bool store = true,
bool tokenize = false
)
Parameters
- name
- Type: SystemString
Field name - value
- Type: SystemString
Field value - store (Optional)
- Type: SystemBoolean
If true, the field value is stored - tokenize (Optional)
- Type: SystemBoolean
If true, the field value is tokenized
See Also