IndexChangeAttributes Method |
Applies the specified batch of attribute changes to indexed documents without reindexing during the update operation.
Namespace: GroupDocs.SearchAssembly: GroupDocs.Search (in GroupDocs.Search.dll) Version: 21.8
Syntaxpublic void ChangeAttributes(
AttributeChangeBatch batch
)
Public Sub ChangeAttributes (
batch As AttributeChangeBatch
)
public:
void ChangeAttributes(
AttributeChangeBatch^ batch
)
member ChangeAttributes :
batch : AttributeChangeBatch -> unit
Parameters
- batch
- Type: GroupDocs.Search.CommonAttributeChangeBatch
The attribute change batch.
See Also