This article explains how to make cache thread safe with GroupDocs.Viewer within your Java applications....Search Product Solution GroupDocs...Product Solution GroupDocs.Watermark Product Solution GroupDocs...
This topic describes how to use the GroupDocs.Viewer Java API to convert Lotus Notes database files (NSF) to HTML, PDF, PNG, and JPEG formats....Search Product Solution GroupDocs...Product Solution GroupDocs.Watermark Product Solution GroupDocs...
Convert Outlook (PST/OST) files to HTML, PDF, PNG, or JPEG using the GroupDocs.Viewer Python API....Search Product Solution GroupDocs...Product Solution GroupDocs.Watermark Product Solution GroupDocs...
The Example in this article demonstrates how to update metadata properties using a combination of criteria...Search Product Solution GroupDocs...Product Solution GroupDocs.Watermark Product Solution GroupDocs...
Using the GroupDocs.Metadata Search engine you can extract desired metadata properties from files of different types. You don’t need to worry about the exact file format and metadata standards it can deal with. The same code will work for all supported formats in the same way. Most commonly used metadata properties are marked with tags that allow Searching them across all supported files in various metadata packages. All tags defined in GroupDocs....Search Product Solution GroupDocs...Product Solution GroupDocs.Watermark Product Solution GroupDocs...
The articles in this section describe advanced Search index related topics.
You will find details about index management and advanced options:
More resources GitHub examples You may easily run the code from documentation articles and see the features in action in our GitHub examples:
GroupDocs.Search for .NET examples
GroupDocs.Search for Java examples
Free online document Search App Along with full featured .NET library we provide simple, but powerful free Apps....Search Product Solution GroupDocs...Product Solution GroupDocs.Watermark Product Solution GroupDocs...
This article demonstrates that how you can enable or disable the use of stop words by setting a value using Search API...Search Product Solution GroupDocs...Product Solution GroupDocs.Watermark Product Solution GroupDocs...
If you have a corporate sensitive data removal policy as a list of redaction rules, you don’t need to specify them in your code. You can specify an XML document with a list of pre-configured redactions.
Below is an example of redaction policy XML file (code properties mapping is obvious):
RedactionPolicy.xml
SearchPhrase="dolor" caseSensitive="true" actionType="DrawBox" color="Red" /> Filter="All" /> SearchRedaction Filter="Title, Author" replacement="foobar" valueExpression="(metaSearch)" keyExpression="" /> You can use RedactionPolicy....Search Product Solution GroupDocs...Product Solution GroupDocs.Watermark Product Solution GroupDocs...
Stop words are frequently used words that do not carry a semantic meaning and can be removed from an index to reduce its size.
You can enable or disable the use of stop words by calling the setUseStopWords method of the IndexSettings class. The default value is true, meaning that stop words are Filtered during indexing and not added to the index.
A list of stop words to use during indexing can be specified in the stop word dictionary....Search Product Solution GroupDocs...Product Solution GroupDocs.Watermark Product Solution GroupDocs...
This article explains how to use custom caching implementation with GroupDocs.Viewer within your .NET applications....Search Product Solution GroupDocs...Product Solution GroupDocs.Watermark Product Solution GroupDocs...