Click or drag to resize

IIndexWriter Interface

Defines IndexWriter behaviour and data

Namespace:  Dynamicweb.Indexing
Assembly:  Dynamicweb.Indexing (in Dynamicweb.Indexing.dll) Version: 5.0.2
Syntax
public interface IIndexWriter

The IIndexWriter type exposes the following members.

Methods
  NameDescription
Public methodAddDocument
Defines Add document method contract
Public methodAddOrUpdateDocument
Defines Add or update document method contract
Public methodClose
Defines close method contract
Public methodOpen
Defines open method contract
Top
See Also