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

query

(0.06 sec)
  1. GroupDocs.Search for .NET 17.10 Introduces Safe...

    We are glad to announce another monthly release of GroupDocs.Search for .NET API. The API has been improved with some valuable additions in version 17.10. The e-Search API now introduces safe and reliable indexing by implementing the option to reload the index in case some of some critical error. The API also implements high compression level for storing documents text. Further details about the changes made to the API in this release will be discussed below....suggestions, questions, or queries related to the .NET Search...

    blog.groupdocs.com/search/groupdocs.search-.net...
  2. Update Common TIFF Tags with Shortcut Propertie...

    We are proudly announcing five enhancements and three bug fixes in the monthly release of GroupDocs.Metadata for .NET 18.9. Using the latest version, you can read and update common TIFF/EXIF tags in TIFF images. The memory consumption is now reduced for GIF format’s loading and saving metadata. Additionally, GroupDocs.Metadata.Formats.Document.InspectionResult class XlsMetadata.ContentProperties property, and EpubFormat.GetImageCoverBytes method are now marked obsolete. 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/update-common-tiff-...
  3. Support of Inline Syntax Error Messages

    We are back with the latest release of GroupDocs.Assembly for .NET. In this post, I am going to give you an overview of the latest release including the demonstration and usage of an exciting feature. Let’s not wait and walk through what’s new in the latest release. You may also have a glance at the release notes of the latest release. GroupDocs.Assembly allows you to generate automated reports by populating the pre-defined document templates....would have any questions or queries, just reach us on our forum...

    blog.groupdocs.com/assembly/support-of-inline-s...
  4. Support of Password-Protected OneNote Documents...

    We are glad to announce the monthly release of GroupDocs.Metadata for Java 19.1. In this version, we have introduced two new features and added seven enhancements. Using the latest version, you can extract metadata from Matroska Multimedia Container (.MKV) files. Furthermore, the latest version allows you to extract metadata from password-protected OneNote documents. Please have a look at the release notes for more details. Features Introduced Support for the Matroska Multimedia Container FilesThe latest release is capable of extracting metadata from the Matroska Multimedia Container (....suggestions, questions, or queries related to GroupDocs.Metadata...

    blog.groupdocs.com/metadata/support-of-password...
  5. Find Synonyms

    Document Automation APIs to enrich .NET and Java applications to view, edit, annotate, convert, compare, e-sign, parse, split, merge, redact, or classify documents of almost all the popular file formats....come cercare i sinonimi di una query (parola) specifica in più file...

    blog.groupdocs.com/it/tag/find-synonyms/
  6. 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/zh/search/search-multiple-te...
  7. GroupDocs.Search for .NET 17.06.0 Implements Di...

    We are really pleased to announce another regular monthly release of GroupDocs.Search for .NET 17.06.0 API. We have introduced two new features along with a couple of enhancements in this release. The latest version comes up with some improvements to the API’s performance and implements optimization of search functionality and spelling corrector functionality. As far as new features are concerned, the API has implemented dictionary of letters in this release....suggestions, questions, or queries related to GroupDocs.Search...

    blog.groupdocs.com/search/groupdocs.search-.net...
  8. Lavorare con i risultati di ricerca utilizzando C#

    Scopri come lavorare con i risultati di ricerca usando C# in modo efficiente. Scopri il metodo per recuperare i risultati di ricerca in C# e gestire i report di ricerca per prestazioni ottimizzate....pratico alla gestione delle query di ricerca e dei relativi risultati...documenti che corrispondono alla query e i conteggi delle loro occorrenze...

    kb.groupdocs.com/it/search/net/work-with-search...
  9. .NET 檔案搜尋 - 跨資料夾搜尋檔案中的多個文字

    使用 C# 搜尋分佈在不同資料夾中的各種文件中的多個文字或短語。在對應的 HTML 檔案中反白掃描結果。...搜尋包含單字“water”或“non”或短語“Lorem ipsum”的文檔 string query = "water OR \"Lorem ipsum\"...SearchResult result = index.Search(query); // 列印結果 Console.WriteLine("Documents:...

    blog.groupdocs.com/zh-hant/search/search-multip...
  10. 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...