Remove

Remove(string, params string[])

Removes the specified attributes from the specified indexed document.

public void Remove(string path, params string[] attributes)
Parameter Type Description
path String The document path.
attributes String[] The attributes to remove.

See Also


Remove(string[], params string[])

Removes the specified attributes from the specified indexed documents.

public void Remove(string[] paths, params string[] attributes)
Parameter Type Description
paths String[] The documents paths.
attributes String[] The attributes to remove.

See Also