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

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

Implements

ILuceneSearchDocumentAdd(String, String, Boolean, Boolean)
See Also