Sort Score
Result 10 results
Languages All
Labels All
Results 1,551 - 1,560 of 2,876 for

indexing

(0.07 sec)
  1. Groupdocs.Blogs

    Groupdocs.Blogs - GroupDocs Blog | Document Automation Solutions for .NET & Java Developers...// Creating an index Index index = new Index(indexFolder); //...// Setting the image indexing options IndexingOptions indexingOptions...

    blog.groupdocs.com/zh-hant/groupdocs.blog/page/3/
  2. Java를 사용하여 여러 파일에서 단어 및 동의어 찾기

    Java를 사용하여 다른 파일 내에서 특정 단어와 동의어를 찾습니다. 마찬가지로 Java Search API를 사용하여 다른 의미로 그룹화된 모든 동의어를 가져옵니다.... Index 클래스를 이용하여 정의된 인덱스 폴더를 이용하여 인덱스를...SearchOptions 를 사용하여 동의어 검색을 활성화합니다. Index 클래스의 search 메서드를 호출하고 검색 옵션을...

    blog.groupdocs.com/ko/search/find-synonyms-in-m...
  3. Search for embedded object with custom encrypti...

    This article explains how to search for embedded electronic signatures with custom encryption in document metadata. This topic contains example of custom encryption, class definition and search for encrypted objects in the document metadata with GroupDocs.Signature....for ( int index = 0 ; index < src . Length ; ++ index ) { chTmp...chTmp = src [ index ]; chTmp = ( char )( chTmp ^ this . Key ); dst...

    docs.groupdocs.com/signature/net/search-for-emb...
  4. Search for embedded object with custom encrypti...

     This article explains how to search for embedded electronic signatures with custom encryption in QR-code electronic signatures. This topic contains example of custom encryption, class definition and search for encrypted objects in the QR-codes with GroupDocs.Signature....for ( int index = 0 ; index < src . length (); ++ index ) { chTmp...chTmp = src . charAt ( index ); chTmp = ( char )( chTmp ^ this ...

    docs.groupdocs.com/signature/java/search-embed-...
  5. 使用 Java 在文档中搜索特殊字符

    轻松学习如何使用 Java 在文档中搜索特殊字符。提高 Java 中特殊字符文本搜索的准确性和相关性。...库合并到您的项目中来配置您的开发环境,从而启用特殊字符搜索功能 初始化 Index 对象来组织和管理来自指定文件夹的文档 使用 Dictionaries...使用 Index.add 方法将文档添加到索引,确保它们被正确存储和构建,以便进行高效搜索 通过执行 Index.search...

    kb.groupdocs.com/zh/search/java/search-special-...
  6. जावा का उपयोग करके खोज रिपोर्ट बनाएं

    जानें कि इंडेक्स किए गए डेटा के लिए जावा का उपयोग करके खोज रिपोर्ट कैसे बनाई जाती है। अतिरिक्त सॉफ़्टवेयर इंस्टॉल किए बिना जावा में खोज रिपोर्ट बनाने के लिए एक नमूना कोड उदाहरण प्रदान किया जाएगा।...रिपॉजिटरी स्थापित करने के लिए Index ऑब्जेक्ट बनाएँ इंडेक्स में दस्तावेज़...दस्तावेज़ जोड़ने के लिए Index.add विधि का उपयोग करें, उस फ़ोल्डर...

    kb.groupdocs.com/hi/search/java/create-search-r...
  7. C# Fuzzy Search - מצא בקבצים על פני תיקיות

    פתח את הכוח של חיפוש מטושטש פרוגרמטי ב-C#! חפש במספר מסמכים מבוססי טקסט על פני תיקיות עבור התאמות משוערות עם סובלנות שגיאה....אליה Index index = new Index("indexing-folder-path"); index.Ad...query SearchResult result = index.Search(query, options); כאן...

    blog.groupdocs.com/he/search/fuzzy-search-csharp/
  8. Java Fuzzy Search - Temukan di File di seluruh ...

    Temukan bagaimana pencarian fuzzy Java dapat membantu Anda menemukan sesuatu dalam file di seluruh folder! Ini seperti pencarian cerdas yang memahami kesalahan kecil....ke dalamnya Index index = new Index("path/indexing-folder-path");...h"); index.add("path/parent-folder"); SearchOptions options =...

    blog.groupdocs.com/id/search/fuzzy-search-java/
  9. ค้นหา Word และคำพ้องเสียงในหลายๆ ไฟล์โดยใช้ C#

    ค้นหาคำเฉพาะและคำพ้องเสียงในไฟล์ต่างๆ ของโฟลเดอร์โดยใช้ C# สร้างแอป .NET สำหรับโฮโมโฟนโดยใช้ API การค้นหาเอกสารโดย GroupDocs...ที่ระบุ Index index = new Index(indexFolder); index.Add(documentsFolder);...จะถูกค้นหาด้วย SearchResult result = index.Search(query, options); Console...

    blog.groupdocs.com/th/search/find-homophones-in...
  10. Convert each email attachment to different form...

    Follow this guide and learn how to convert email attachments to different format based on attachment type using GroupDocs.Conversion for .Java....void convert () { final int [] index = { 0 }; LoadOptionsProvider...%s" , index [ 0 ], fileType . getExtension ())); index [ 0 ]++;...

    docs.groupdocs.com/conversion/java/convert-each...