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....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.
This article contains caching use-cases with GroupDocs.Viewer within your JavaScript applications....This article contains caching use-cases with GroupDocs.Viewer within your JavaScript applications.
In this article, you will learn how to apply watermark to document pages when converting document with GroupDocs.Conversion for Node.js via Java API....In this article, you will learn how to apply watermark to document pages when converting document with GroupDocs.Conversion for Node.js via Java API.
Follow this guide and learn how to convert MS Excel workbooks - XLSX, XLS, XLSB using JavaScript language and GroupDocs.Conversion for Node.js via Java....Follow this guide and learn how to convert MS Excel workbooks - XLSX, XLS, XLSB using JavaScript language and GroupDocs.Conversion for Node.js via Java.
This documentation section explains features of the EditableDocument class when editing documents with GroupDocs.Editor for Node.js via Java API....This documentation section explains features of the EditableDocument class when editing documents with GroupDocs.Editor for Node.js via Java API.
Document attributes is a special feature designed for marking indexed documents with text labels without the need for re-indexing....Document attributes is a special feature designed for marking indexed documents with text labels without the need for re-indexing.
Free search api version is available to evaluate the API which will be similar as licensed but with few limitations....Free search api version is available to evaluate the API which will be similar as licensed but with few limitations.
GroupDocs.Search for Node.js has the ability to remove individual documents from the index that are indexed from a stream or structure....GroupDocs.Search for Node.js has the ability to remove individual documents from the index that are indexed from a stream or structure.
This article gives the knowledge of the API methods which can be used to perform operations about Synonym dictionary using Java....This article gives the knowledge of the API methods which can be used to perform operations about Synonym dictionary using Java.