Method Add
Add(String, T)
Call this after you've successfully added a document to the index, to record what value you just set the field to.
Declaration
public virtual void Add(string id, T value)
Parameters
Type | Name | Description |
---|---|---|
System.String | id | |
T | value |