Sort Score
Result 10 results
Languages All
Labels All
Results 2,101 - 2,110 of 2,876 for

indexing

(0.54 sec)
  1. Implement custom encryption with Metadata signa...

    This article explains how to implement custom encryption for Metadata electronic signatures....for ( int index = 0 ; index < src . Length ; ++ index ) { chTmp...chTmp = src [ index ]; chTmp = ( char )( chTmp ^ this . Key ); dst...

    docs.groupdocs.com/signature/net/implement-cust...
  2. Search for embedded and encrypted objects in QR...

     This section explains how to search for embedded electronic signatures into the QR-Code electronic signatures with GroupDocs.Signature API. Also this topic shows the way to customize data serialization and encryption same as provides the class definition with ability to embed it into the QR-Code electronic 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-embed-n...
  3. 在 Java 中查找任何单词的同义词 |按含义划分的同义词组

    查找 Java 中任何单词的所有可能同义词。使用 Search API 获取按同一个词的不同含义排列的不同同义词集合。... 使用 Index 类创建索引。 通过将查询传递给 getSynonyms..."show"; String[] synonyms = new Index().getDictionaries().getSynonymDictionary()...

    blog.groupdocs.com/zh/search/find-synonyms-of-w...
  4. C# kullanarak Ters Görüntü Araması Gerçekleştirin

    Benzer görselleri bulmak için C# kullanarak ters görsel aramayı verimli bir şekilde gerçekleştirin. İçerik tabanlı görsel alma için C#'ta ters görsel aramanın nasıl uygulanacağını öğrenin....dizin klasörünü kullanarak bir Index nesnesi oluşturun IndexingOptions...dizinde resim araması yapın ve Index.Search arama seçeneklerini kullanın...

    kb.groupdocs.com/tr/search/net/perform-reverse-...
  5. Java Regex - Search in Documents using Regular ...

    Unlock the power of programmatic search in Java! Learn how to search multiple text-based documents across folders with precision using regular expressions.... Start by making an Index by specifying the folder path...where you want to search in the index you just created. Set up the...

    blog.groupdocs.com/search/search-in-documents-b...
  6. HTML Content dimensions - Free Support Forum - ...

    Hi All, I have a few questions on group docs viewer for JSP: Is there a way to control the dimensions of the html content generated by Group Docs? The dimensions of the html content varies based on the document used a…...useHtmlBasedEngine to true in index.jsp file of Servlets based or...follow the following steps: Open index.jsp file Set showFolderBrowser...

    forum.groupdocs.com/t/html-content-dimensions/2130
  7. 使用 C# 执行分面搜索

    使用 C# 执行分面搜索以增强文档检索。学习使用 C# 中的布尔运算符进行全文搜索,以便在应用程序中获得精确而高效的结果。...搜索 初始化 Index 对象以创建一个存储位置,可以在其中索引您的文档以实现高效搜索 使用 Index.Add 方法将...方法将文档添加到索引中,并指定包含要索引的文件的目录 通过调用 Index.Search 方法并使用所需查询和方面过滤器来执行分面搜索...

    kb.groupdocs.com/zh/search/net/perform-faceted-...
  8. Thực hiện tìm kiếm theo khía cạnh bằng C#

    Thực hiện Tìm kiếm theo khía cạnh bằng C# để tăng cường khả năng truy xuất tài liệu. Tìm hiểu tìm kiếm toàn văn bản bằng toán tử Boolean trong C# để có kết quả chính xác và hiệu quả trong các ứng dụng....khía cạnh Khởi tạo đối tượng Index để tạo vị trí lưu trữ nơi tài...bằng cách sử dụng phương thức Index.Add , chỉ định thư mục chứa...

    kb.groupdocs.com/vi/search/net/perform-faceted-...
  9. ดำเนินการค้นหาคำพ้องความหมายโดยใช้ Java

    เรียนรู้วิธีค้นหาคำพ้องความหมายโดยใช้ Java เพื่อเพิ่มความแม่นยำในการค้นหา สำรวจการค้นหา Java ด้วยการจับคู่คำพ้องความหมายเพื่อให้ได้ผลลัพธ์การค้นหาที่ครอบคลุมและเกี่ยวข้อง...พ้องความหมาย เริ่มต้นวัตถุ Index โดยระบุเส้นทางโฟลเดอร์ไปยังคอนสตรัคเตอร์ของมัน...นสตรัคเตอร์ของมัน ใช้เมธอด Index.add เพื่อสร้างดัชนีเอกสารที...

    kb.groupdocs.com/th/search/java/perform-synonym...
  10. Thực hiện Tìm kiếm theo ký tự đại diện bằng C#

    Tìm hiểu cách thực hiện tìm kiếm ký tự đại diện bằng C#. Khám phá tìm kiếm ký tự đại diện trong C# với ký tự đơn và ký tự đại diện nhóm để có truy vấn tìm kiếm hiệu quả và linh hoạt....trong tài liệu Khởi tạo lớp Index để tạo kho lưu trữ có thể tìm...kho lưu trữ bằng phương pháp Index.Add , chỉ định thư mục chứa...

    kb.groupdocs.com/vi/search/net/perform-wildcard...