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

search

(0.12 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. Indexing metadata of documents | GroupDocs

    API allows creating of full-text and / or metadata index on documents. To index only metadata without main content of documents, you only need to set IndexType.MetadataIndex when creating an index....Search Product Solution GroupDocs...GroupDocs.Search Product Family / GroupDocs.Search for Java /...

    docs.groupdocs.com/search/java/indexing-metadat...
  4. 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 获取按不同含义分组的所有同义词。 使用 Java...查找单词的同义词 查找 Java 中任何单词的所有可能同义词。使用 Search API 获取按同一个词的不同含义排列的不同同义词集合。...

    blog.groupdocs.com/zh/tag/find-synonyms-in-java...
  5. Managing dictionaries | GroupDocs

    The advanced articles in this section provide comprehensive details related to various dictionaries of GroupDocs.Search: 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. You are welcome to Search over your PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX and more with our free online Free Online Document Search App....Search Product Solution GroupDocs...GroupDocs.Search Product Family / GroupDocs.Search for Java /...

    docs.groupdocs.com/search/java/managing-diction...
  6. 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/
  7. 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...
  8. 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/
  9. 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...
  10. 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/