AttributeChangeBatch
Contents
[
Hide
]
AttributeChangeBatch class
Represents a container for attribute changes.
public class AttributeChangeBatch
Constructors
Name | Description |
---|---|
AttributeChangeBatch() | Initializes a new instance of the AttributeChangeBatch class. |
Methods
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. |
Remarks
Learn more
See Also
- namespace GroupDocs.Search.Common
- assembly GroupDocs.Search