The merge operation is designed to combine two or more indexes into one index to accelerate the search and to simplify the work with indexes. When merging, only the index at which the merge method was called is changed. This index as a result of the operation contains all the documents that were contained in all indexes together. The second index or index repository after the merge can be deleted to free up disk space....resources GitHub examples You may easily run the code from documentation...
This article demonstrate that how to associate each document with certain additional metadata....resources GitHub examples You may easily run the code from documentation...
This article explains that how to extract images from Microsoft Office Excel (.xls, .xlsx) spreadsheets....resources GitHub examples You may easily run the code above and...
Learn how to extract images from documents using GroupDocs.Parser for .NET. Extract images with position data, rotation, and format information from PDF, Word, Excel in C#....resources GitHub examples You may easily run the code above and...
The SetProperties method is used to update or add metadata. You can easily add metadata to photos, pdfs or you can update or add data to mp3 files.... GitHub examples You may easily run the code above and...
This article explains how to use stretch mode values to adjust signature area positions on document page with GroupDocs.Signature API....resources GitHub Examples You may easily run the code above and...
This article explains how to save edited document in HTML form to folder at local disk using GroupDocs.Editor for Java features....HTML and save to disk, which may be very useful for the subsequent...
This article explains how to sign Word Processing document with metadata signatures by GroupDocs.Signature.... GitHub Examples You may easily run the code above and...
Indexing reports are created for indexing and updating operations. Indexing reports can be retrieved from the index using the getIndexingReports method. Reports are stored in the index only while the index is loaded into RAM for use. If you reload the index, the reports will not be restored.
You can configure the maximum number of stored reports using the setMaxIndexingReportCount method of the IndexSettings class. The default value is 5. Learn more about index settings on the page Search index settings....resources GitHub examples You may easily run the code from documentation...