Add
Add(string, params string[])
Adds the specified attributes to the specified indexed document.
public void Add(string path, params string[] attributes)
| Parameter | Type | Description |
|---|---|---|
| path | String | The document path. |
| attributes | String[] | The attributes to add. |
See Also
- class AttributeChangeBatch
- namespace GroupDocs.Search.Common
- assembly GroupDocs.Search
Add(string[], params string[])
Adds the specified attributes to the specified indexed documents.
public void Add(string[] paths, params string[] attributes)
| Parameter | Type | Description |
|---|---|---|
| paths | String[] | The documents paths. |
| attributes | String[] | The attributes to add. |
See Also
- class AttributeChangeBatch
- namespace GroupDocs.Search.Common
- assembly GroupDocs.Search