Click or drag to resize
ILuceneSearchDocument Interface
Interface for the search document

Namespace: CMS.Search
Assembly: CMS.Search (in CMS.Search.dll) Version: 11.0.0
Syntax
C#
public interface ILuceneSearchDocument

The ILuceneSearchDocument type exposes the following members.

Methods
  NameDescription
Public methodAdd
Adds the given field to the document
Public methodAddGeneralField
Adds a general-purpose field to the document, handles field conversion
Public methodGet
Gets the value of specified field
Public methodRemoveField
Removes field with the given name
Top
See Also