AttributeChangeBatch

AttributeChangeBatch class

表示属性变化的容器。

public class AttributeChangeBatch

构造函数

姓名 描述
AttributeChangeBatch() 初始化一个新的实例AttributeChangeBatch类.

方法

姓名 描述
Add(string, params string[]) 将指定的属性添加到指定的索引文档。
Add(string[], params string[]) 将指定的属性添加到指定的索引文档。
AddToAll(params string[]) 将指定的属性添加到索引中的所有文档。
Clear() 从索引中的所有文档中删除所有属性。
Remove(string, params string[]) 从指定的索引文档中删除指定的属性。
Remove(string[], params string[]) 从指定的索引文档中删除指定的属性。
RemoveAll(string) 从指定的索引文档中删除所有属性。
RemoveAll(string[]) 从指定的索引文档中删除所有属性。
RemoveFromAll(params string[]) 从索引中的所有文档中删除指定的属性。

评论

了解更多

也可以看看