IIndexWriter Interface |
Namespace: CMS.Search
public interface IIndexWriter
The IIndexWriter type exposes the following members.
Name | Description | |
---|---|---|
AddDocument |
Adds the document to the index
| |
Close |
Closes the index
| |
Flush |
Flushes the index buffer
| |
Optimize |
Optimizes the index
| |
SetMaxFieldLength |
Sets the maximum field length
| |
UpdateDocument |
Updates the document within the index
|