Sort Score
Result 10 results
Languages All
Labels All
Results 1,671 - 1,680 of 33,268 for

search

(0.09 sec)
  1. Find Synonyms in Java on GroupDocs Blog | Docum...

    Find Synonyms in Java on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers Recent content in Find Synonyms in Java on GroupDocs Blog | Document Automation Solutions for .NET......разным значениям, используя Java Search API. Найдите синонимы слов...и того же слова, с помощью Search API. Recent content in Find...

    blog.groupdocs.com/ru/tag/find-synonyms-in-java...
  2. Indexing | 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...GroupDocs.Search Product Family / GroupDocs.Search for .NET /...

    docs.groupdocs.com/search/net/indexing/
  3. Merge indexes | GroupDocs

    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....Search Product Solution GroupDocs...GroupDocs.Search Product Family / GroupDocs.Search for Java /...

    docs.groupdocs.com/search/java/merge-indexes/
  4. Indexing additional fields | GroupDocs

    This article demonstrate that how to associate each document with certain additional metadata....Search Product Solution GroupDocs...GroupDocs.Search Product Family / GroupDocs.Search for .NET /...

    docs.groupdocs.com/search/net/indexing-addition...
  5. Email messages | GroupDocs

    Learn how to add watermark in Outlook email messages....Search Product Solution GroupDocs...); watermarker . close (); Searching text in email message body...

    docs.groupdocs.com/watermark/java/email-messages/
  6. Ask about the ability to convert to XPS files -...

    The failure phenomenon is a script failure, which causes the browser to stop working and stop. Error script.jpg : Script error log. Edge network*.jpg : The http communication that occurs during printing is sequentially…...For documents over 50 pages, search terms cannot be entered directly...For documents over 50 pages, search terms cannot be entered directly...

    forum.groupdocs.com/t/ask-about-the-ability-to-...
  7. Working with Metadata using Regular Expression ...

    A new update for Java users! We are announcing a number of enhancements in the monthly release of GroupDocs.Metadata for Java 18.5. The latest version allows you to Search and replace metadata using a regular expression, read DublinCore metadata using a unified approach, and edit ZIP archive comments. Furthermore, memory consumption is now reduced for ZIP, torrent, and EPUB file formats. We recommend you to install the latest version of API for a better experience....latest version allows you to search and replace metadata using...version 18.5 . # Ability to search and replace metadata using...

    blog.groupdocs.com/metadata/working-with-regula...
  8. Existing objects in Word document | GroupDocs

    This article explains how to remove shape of any type from any level of document structure while using GroupDocs watermarking Java API...Search Product Solution GroupDocs...document Create and initialize or search criteria Find possible watermarks...

    docs.groupdocs.com/watermark/java/existing-obje...
  9. OCR support | GroupDocs

    OCR support means the ability to connect an external module (library) for the recognition of printed text (optical character recognition, OCR) on images, either separate or embedded in documents. To connect OCR, you need to implement the IOcrConnector interface in the client code. The following example demonstrates how to implement the OCR connector using com.aspose.ocr library for text recognition in images. String indexFolder = "c:\\MyIndex"; String documentFolder = "c:\\MyDocuments"; // Creating an index Index index = new Index(indexFolder); // Setting the OCR indexing options IndexingOptions options = new IndexingOptions(); options....Search Product Solution GroupDocs...GroupDocs.Search Product Family / GroupDocs.Search for Java /...

    docs.groupdocs.com/search/java/ocr-support/
  10. Indexing with stop words | 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...GroupDocs.Search Product Family / GroupDocs.Search for Java /...

    docs.groupdocs.com/search/java/indexing-with-st...