AttributeChangeBatch
Leave feedback
On this page
Represents a container for attribute changes.
public class AttributeChangeBatch
| Name | Description |
|---|---|
| AttributeChangeBatch() | Initializes a new instance of the AttributeChangeBatch class. |
| Name | Description |
|---|---|
| Add(string, params string[]) | Adds the specified attributes to the specified indexed document. |
| Add(string[], params string[]) | Adds the specified attributes to the specified indexed documents. |
| AddToAll(params string[]) | Adds the specified attributes to all documents in the index. |
| Clear() | Removes all attributes from all documents in the index. |
| Remove(string, params string[]) | Removes the specified attributes from the specified indexed document. |
| Remove(string[], params string[]) | Removes the specified attributes from the specified indexed documents. |
| RemoveAll(string) | Removes all attributes from the specified indexed document. |
| RemoveAll(string[]) | Removes all attributes from the specified indexed documents. |
| RemoveFromAll(params string[]) | Removes the specified attributes from all documents in the index. |
Learn more
- namespace GroupDocs.Search.Common
- assembly GroupDocs.Search
Was this page helpful?
Any additional feedback you'd like to share with us?
Please tell us how we can improve this page.
Thank you for your feedback!
We value your opinion. Your feedback will help us improve our documentation.