Sort Score
Result 10 results
Languages All
Labels All
Results 761 - 770 of 1,114 for

query

(0.12 sec)
  1. Improved Methods of Metadata Retrieval Introduc...

    We are pleased to announce another monthly release of GroupDocs.Metadata for .NET v16.12. The latest release involves a number of new features and enhancements including support for Open Document format, BMP and DjVu image formats and improved methods for metadata retrieval. Simply download the latest version and try out all the newly introduced features and enhancements. .NET Metadata API - New Features In version 16.12, we have introduced the following new features....if you have some questions, queries or suggestions about GroupDocs...

    blog.groupdocs.com/metadata/introducing-bmp-djv...
  2. 用 Java 構建全文搜索解決方案 |在文件和文件夾中查找

    用於通過索引進行搜索的 Java 應用程序的全文搜索 API。在一個文件夾的多個 Word、Excel、PDF、TXT 文件中查找文本並突出顯示搜索結果。...folder String query = "draw"; // Specify a search query SearchResult...SearchResult result = index.search(query); // Searching in the index for...

    blog.groupdocs.com/zh-hant/search/build-full-te...
  3. 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....suggestions, questions, or queries related to GroupDocs.Metadata...

    blog.groupdocs.com/metadata/working-with-regula...
  4. Upcoming Release of GroupDocs.Parser for Java

    We are excited to announce that GroupDocs.Parser is coming soon to Java platform as GroupDocs.Parser for Java. It will be an easy to use back-end API that will permit the users to extractraw and formattedtext from the supported document formats. Besides, it will also allow the users to extract the metadata from the popular document formats. GroupDocs.Parser for Java will soon be available for download. Salient Features of GroupDocs.Parser for Java GroupDocs....would be happy to hear your queries or suggestions at GroupDocs...

    blog.groupdocs.com/parser/upcoming-release-of-g...
  5. C#を使用してインデックスを作成してフォルダ内のテキストを検索する| .NETSearchAP...

    GroupDocs Search API for .NET Developersを使用して、パーツごとにテキストを検索し、テキストのインデックスを作成し、検索スレッドの数を指定し、検索時間を取得してC#で検索結果を取得します。...@"c:\\MyDocuments\\"; string query = "Einstein"; // Creating an...SearchResult result = index.Search(query, options); Console.WriteLine("Document...

    blog.groupdocs.com/ja/search/search-text-by-ind...
  6. Update metadata of MPP format using GroupDocs.M...

    GroupDocs team is introducing two new features and three enhancements in the monthly releaseof GroupDocs.Metadata for Java 18.6. The latest version allows you to edit XMP metadata of WAV file format and update metadata properties of MPP file format. Furthermore, memory consumption for loading and saving metadata is now reduced for MPP, WAV and AVI file formats. A bug related to removing XMP metadata in TIF file format is also resolved in the latest version....suggestions, questions, or queries related to GroupDocs.Metadata...

    blog.groupdocs.com/metadata/update-metadata-of-...
  7. C# Regex - Rechercher dans des documents à l'ai...

    Libérez la puissance de la recherche programmatique en C# ! Découvrez comment rechercher avec précision plusieurs documents texte dans des dossiers à l’aide d’expressions régulières.... string query = "^(.)\\1{1,}"; SearchResult...SearchResult result = index.Search(query); Ici, j’ai mis en évidence les...

    blog.groupdocs.com/fr/search/search-in-document...
  8. Read EXIF Metadata in PSD Format using GroupDoc...

    GroupDocs team is proudly announcing one new feature and three enhancements in the monthly release of GroupDocs.Metadata for .NET 18.8. Using the latest version, you can now read EXIF metadata in PSD format. Classes representing TIFF tags are now refactored. Furthermore, memory consumption is now reduced to perform metadata operations for JPEG and TIFF file formats. We recommend you to install and use the latest version of the API....if you have some questions, queries or suggestions about GroupDocs...

    blog.groupdocs.com/metadata/read-exif-metadata-...
  9. Read, Remove, and Update FLV File's Metadata us...

    We are pleased to announce the monthly release of GroupDocs.Metadata for .NET 18.11. The latest version supports missing metadata properties of Excel format and allows working with FLV file format’s metadata. Furthermore, memory consumption is now reduced for working with PDF and Excel file formats. We recommend you to install and use the latest version of the API. Features IntroducedThe following features are introduced in version 18.11. Detect FLV file format Read FLV header metadata Get XMP metadata of FLV file format Update XMP metadata of FLV file format Remove XMP metadata of FLV file format Support for missing metadata properties of Excel format For details about the features supported by the API, please visit Features Overview....if you have some questions, queries or suggestions about GroupDocs...

    blog.groupdocs.com/metadata/read-remove-and-upd...
  10. Java ファイル検索 - フォルダー全体のファイル内の複数のテキストを検索

    Java を使用して、さまざまなフォルダーにまたがるさまざまなファイル内の複数のテキストまたはフレーズを検索します。それぞれの HTML ファイル内のスキャン結果を強調表示します。...add("path/parent-folder/"); String query = "water OR \"Lorem ipsum\"...SearchResult result = index.search(query); for (int i = 0 ; i < result...

    blog.groupdocs.com/ja/search/search-multiple-te...