Click or drag to resize
ILuceneSearchDocumentAdd Method
Adds the given field to the document

Namespace: CMS.Search
Assembly: CMS.Search (in CMS.Search.dll) Version: 11.0.0
Syntax
C#
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