AddToAll

AttributeChangeBatch.AddToAll method

Adds the specified attributes to all documents in the index.

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

See Also