GroupDocs.Search supports the ability to remove indexed files and folders from an index. Only files or folders that were explicitly added to the index can be deleted....WriteLine ( "\t" + path ); } More resources GitHub examples You may easily...
Character replacement during indexing can be used, for example, to convert all text to lowercase characters or to remove diacritics from text....Search ( "Einstein" ); More resources GitHub examples You may easily...
This article gives the knowledge about the ability to perform search by chunks using Java search API....getOccurrenceCount ()); } More resources GitHub examples You may easily...
This article explains that how to detect encoding of a text file automatically in Java....( documentsFolder ); More resources GitHub examples You may easily...
This article demonstrates the merge operation which is designed to combine two or more indexes into one index to accelerate the search and to simplify the work with indexes....index2 , options ); More resources GitHub examples You may easily...
This article gives the knowledge of the case sensitive search which allows you to find words considering uppercase and lowercase letters as distinct....options ); // Searching More resources GitHub examples You may easily...
Not all metadata properties extracted from a file are marked with tags. Some file formats and metadata standards allow adding fully custom properties that can’t be properly tagged by the library since their purpose is not clearly defined in the appropriate format/standard specification. In such cases, you can use the name of the property to locate and remove it. The following example demonstrates some advanced usage scenarios of the GroupDocs.Metadata search engine allowing to remove metadata properties....getName ())); } } } More resources GitHub examples You may easily...
This article shows how to handle missing document password exception with GroupDocs.Signature API.... getMessage ()); } More resources GitHub Examples You may easily...
This article explains how to provide advanced verification of Text electronic signatures with GroupDocs.Signature API...." ); } More resources GitHub Examples You may easily...
This topic explains how to search for text electronic signatures within the document pages by GroupDocs.Signature API.... More resources GitHub Examples You may easily...