Sometimes a situation arises when an indexed Document is renamed, but its contents have not changed. In this case, to save computing resources, you can notify the index about the renaming of the Document, and then the Document will not be reindexed during the update operation.
To notify an index about renaming a Document, the notifyIndex method is used with the corresponding notification object as a parameter.
You should keep in mind that if an index is notified of the renaming of a Document, it will not be reindexed the next time you call the update method, even if its contents have changed....Classification Product Solution Purchase...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Search Product...
Sometimes a situation arises when an indexed Document is renamed, but its contents have not changed. In this case, to save computing resources, you can notify the index about the renaming of the Document, and then the Document will not be reindexed during the update operation.
To notify an index about renaming a Document, the notifyIndex method is used with the corresponding notification object as a parameter.
You should keep in mind that if an index is notified of the renaming of a Document, it will not be reindexed the next time you call the update method, even if its contents have changed....Classification Product Solution Purchase...Events Acquisition GroupDocs Documentation / GroupDocs.Search Product...
Removing watermark from a particular page of PDF Document using C#....Classification Product Solution Purchase...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Watermark Product...
This article explains how to set Document password after files comparison within your .NET applications using GroupDocs.Comparison for .NET....Classification Product Solution Purchase...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Comparison Product...
Learn how to extract images from specific Document pages using GroupDocs.Parser for Python via .NET. Page-by-page image extraction from PDF, Word, PowerPoint....Classification Product Solution Purchase...Events Acquisition GroupDocs Documentation / GroupDocs.Parser Product...
This article gives the knowledge that how the Document filters used during the search using Java search API....Classification Product Solution Purchase...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Search Product...
This example demonstrates how to load a password-protected Document.
advanced_usage.loading_files.LoadPasswordProtectedDocument
JavaScript try { var loadOptions = new LoadOptions(); loadOptions.setPassword("123"); const metadata = new groupdocs.metadata.Metadata("protected.docx", loadOptions); } More resources Advanced usage topics To learn more about library features and get familiar how to manage metadata and more, please refer to theadvanced usage section.
GitHub examples You may easily run the code above and see the feature in action in our GitHub examples:...Classification Product Solution Purchase...Events Acquisition GroupDocs Documentation / GroupDocs.Metadata Product...
This article demonstrates how to load and convert PDF. Word, Excel, PowerPoint Documents and Images using GroupDocs.Conversion for .NET API....Classification Product Solution Purchase...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Conversion Product...
This topic explains how to verify digital electronic signatures with GroupDocs.Signature API....Classification Product Solution Purchase...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Signature Product...