Click or drag to resize
IIndexWriter Interface
Interface for the search index writer

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

The IIndexWriter type exposes the following members.

Methods
  NameDescription
Public methodAddDocument
Adds the document to the index
Public methodClose
Closes the index
Public methodFlush
Flushes the index buffer
Public methodOptimize
Optimizes the index
Public methodSetMaxFieldLength
Sets the maximum field length
Public methodUpdateDocument
Updates the document within the index
Top
See Also