Click or drag to resize
LuceneSearchDocumentGet Method
Gets the value of specified field

Namespace: CMS.Search.Lucene3
Assembly: CMS.Search.Lucene3 (in CMS.Search.Lucene3.dll) Version: 13.0.131
Syntax
C#
public string Get(
	string name
)

Parameters

name
Type: SystemString
Field name

Return Value

Type: String

Implements

ILuceneSearchDocumentGet(String)
See Also