Sort Score
Result 10 results
Languages All
Labels All
Results 631 - 640 of 979 for

query

(0.03 sec)
  1. Cree una solución de búsqueda de texto completo...

    API de búsqueda de texto completo para aplicaciones Java para buscar a través de la indexación. Encuentre texto en varios archivos de Word, Excel, PDF, TXT de una carpeta y resalte los resultados de búsqueda....folder String query = "draw"; // Specify a search query SearchResult...SearchResult result = index.search(query); // Searching in the index for...

    blog.groupdocs.com/es/search/build-full-text-se...
  2. ساخت راه حل جستجوی متن کامل در Java | در فایل ه...

    API جستجوی متن کامل برای برنامه های Java برای جستجو از طریق نمایه سازی. متن را در چندین فایل 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/fa/search/build-full-text-se...
  3. Search and Replace Metadata using Regular Expre...

    GroupDocs team is introducing a bunch of enhancements in this monthly release of GroupDocs.Metadata for .NET 18.5. Using the latest version, you can now 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 and use the latest version of the API....if you have some questions, queries or suggestions about GroupDocs...

    blog.groupdocs.com/metadata/search-and-replace-...
  4. オンラインのドキュメントで正規表現検索を実行する

    GroupDocs.Search を使用して正規表現検索の機能を解放してください。正規表現を使用してテキストベースのドキュメントを検索する方法を学びます。... string query = "^(.)\\1{1,}"; SearchResult...SearchResult result = index.Search(query); 詳細なガイダンスについては、 C# を使用した正規表現によるドキュメント内検索...

    blog.groupdocs.com/ja/search/online-regex-search/
  5. .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/search/search-multiple-te...
  6. .NET 파일 검색 - 폴더 전체의 파일에서 여러 텍스트 검색

    C#을 사용하여 다양한 폴더에 분산된 다양한 파일에서 여러 텍스트나 문구를 검색하세요. 각 HTML 파일에서 스캔 결과를 강조표시합니다.... string query = "water OR \"Lorem ipsum\"...SearchResult result = index.Search(query); // 결과 인쇄 Console.WriteLine("Documents:...

    blog.groupdocs.com/ko/search/search-multiple-te...
  7. Hotfix Release of GroupDocs.Metadata for .NET -...

    GroupDocs team is pleased to announce another hotfix release v17.10.2 of the GroupDocs.Metadata for .NET API. In earlier versions, bit depth was affected when removing metadata from Tiff files and the resultant image was turning into black and white. However, the API has been optimized to resolve this issue in the latest version. We recommend you to download or update your applications to use the latest version of the API....if you have some questions, queries or suggestions about GroupDocs...

    blog.groupdocs.com/metadata/hot-fix-release-of-...
  8. full text search

    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....geavanceerdere manier om een tekst/query te doorzoeken in een verzameling...

    blog.groupdocs.com/nl/tag/full-text-search/
  9. Edit Watermark Objects in PowerPoint and Visio ...

    We are happy to announce that GroupDocs.Watermark for .NET 18.1 has been released and it is available for download. In this release, we have added the support of editing the objects that can be considered as watermark in MS PowerPoint and MS Visio documents. Please continue to read more about this latest release. Editing Watermark Objects in MS PowerPoint DocumentsGroupDocs.Watermark for .NET 18.1 allows you to edit the objects that can be considered as watermark in PowerPoint documents....we would love to hear your queries and suggestions at our forum...

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