Click or drag to resize
LuceneSearchDocumentPrepareContentValue Method
Prepares value to add to content field.

Namespace: CMS.Search.Lucene3
Assembly: CMS.Search.Lucene3 (in CMS.Search.Lucene3.dll) Version: 8.2.23
Syntax
C#
public string PrepareContentValue(
	Object value,
	bool stripTags
)

Parameters

value
Type: SystemObject
Value to add
stripTags
Type: SystemBoolean
Indicates whether tags should be stripped

Return Value

Type: String

Implements

ISearchDocumentPrepareContentValue(Object, Boolean)
See Also