Add
Add(string, params string[])
将指定的属性添加到指定的索引文档。
public void Add(string path, params string[] attributes)
范围 | 类型 | 描述 |
---|---|---|
path | String | 文档路径。 |
attributes | String[] | 要添加的属性。 |
也可以看看
- class AttributeChangeBatch
- 命名空间 GroupDocs.Search.Common
- 部件 GroupDocs.Search
Add(string[], params string[])
将指定的属性添加到指定的索引文档。
public void Add(string[] paths, params string[] attributes)
范围 | 类型 | 描述 |
---|---|---|
paths | String[] | 文档路径。 |
attributes | String[] | 要添加的属性。 |
也可以看看
- class AttributeChangeBatch
- 命名空间 GroupDocs.Search.Common
- 部件 GroupDocs.Search