RemoveFromAll

AttributeChangeBatch.RemoveFromAll method

Removes the specified attributes from all documents in the index.

public void RemoveFromAll(params string[] attributes)
Parameter Type Description
attributes String[] The attributes to remove.

See Also