Sort Score
Result 10 results
Languages All
Labels All
Results 131 - 140 of 317 for

filtering

(0.09 sec)
  1. Search index settings | GroupDocs

    This page contains a description of all index settings that can be specified in an instance of the IndexSettings class....method allows you to set a filter used to determine whether files...adding folder does not match the filter, then it will not be added...

    docs.groupdocs.com/search/nodejs-java/search-in...
  2. Use PageAreaRedaction | GroupDocs

    This article explains that how to use PageAreaRedaction....Advanced usage / Using redaction filters / Use PageAreaRedaction Use..."[redarea]" ); optionsText . Filters = new RedactionFilter [] {...

    docs.groupdocs.com/redaction/net/use-page-area-...
  3. How to use custom cache implementation | GroupDocs

    Follow this guide and learn how to implement custom cache implementation when document with GroupDocs.Conversion for Java API....< String > getKeys ( String filter ) { try ( Jedis jedis = jedisPool...keys = jedis . keys ( "*" + filter + "*" ); return keys . stream...

    docs.groupdocs.com/conversion/java/how-to-use-c...
  4. Search index settings | GroupDocs

    This page contains a description of all index settings that can be specified in an instance of the IndexSettings class....method allows you to set a filter used to determine whether files...adding folder does not match the filter, then it will not be added...

    docs.groupdocs.com/search/java/search-index-set...
  5. Extend supported extensions list | GroupDocs

    This article explains the method which can be used when for some reason files have non-standard extensions or if its format is supported, but not pre-configured.... extension_filter = settings . extension_filter + ",.dump" ;...

    docs.groupdocs.com/redaction/python-net/extend-...
  6. Render Outlook data files as HTML, PDF, and ima...

    This topic describes how to use the GroupDocs.Viewer .NET API (C#) to convert Outlook data files (PST and OST) to HTML, PDF, PNG, and JPEG formats....Module Filter messages Microsoft Outlook allows you to filter messages...GroupDocs.Viewer, you can also filter messages before rendering an...

    docs.groupdocs.com/viewer/net/render-outlook-da...
  7. Advanced Usage | GroupDocs

    Learn about GroupDocs.Assembly advanced usage and its multiple powerful features from the guides below....Working with Chart Reports - Filtered Ordered Grouped Working with...Working with Table Reports - Filtered Ordered Grouped Working with...

    docs.groupdocs.com/assembly/net/advanced-usage/
  8. How to make cache thread-safe in your Java appl...

    This article explains how to make cache thread safe with GroupDocs.Viewer within your Java applications....< String > getKeys ( String filter ) { synchronized ( _cache )...{ return _cache . getKeys ( filter ); } } } Result Using the statement...

    docs.groupdocs.com/viewer/java/how-to-make-cach...
  9. How to use custom cache implementation | GroupDocs

    Follow this guide and learn how to implement custom cache implementation when document with GroupDocs.Conversion for .NET API....< string > GetKeys ( string filter ) { return _redis . GetServer..._host ). Keys ( pattern : $"*{filter}*" ) . Select ( x => x . ToString...

    docs.groupdocs.com/conversion/net/how-to-use-cu...
  10. Updating metadata | GroupDocs

    The Example in this article demonstrates how to update metadata properties using a combination of criteria...we use the existing value to filter metadata properties. a file...predicate that will be used to filter desired metadata properties...

    docs.groupdocs.com/metadata/net/updating-metadata/