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