Sort Score
Result 10 results
Languages All
Labels All
Results 2,441 - 2,450 of 3,095 for

indexing

(0.73 sec)
  1. 使用 Java 在带键盘布局校正的文档中进行搜索

    学习使用 Java 在文档中搜索键盘布局校正。本指南提供了有关如何在 Java 中校正文档搜索键盘布局的代码。...库来设置您的开发环境,以激活键盘布局校正功能 创建一个 Index 对象作为索引文档的存储位置 使用 Index.add 方法将文档添加到索引,并指定存储文件的文件夹...Enabled 属性设置为 true 来启用键盘布局校正 使用 Index.search 方法与您的搜索查询和配置的搜索选项来执行搜索...

    kb.groupdocs.com/zh/search/java/search-in-docum...
  2. Convert MSG to PDF in C# and extract attachment...

    During Conversion of an email, I’d like to keep the original attachment file type instead of converting each attachment to different file type. E.g. I have a .msg file with a .docx attachment and I want to convert the M…...a sample code snippet: var index = 1; GroupDocs.Conversion.Options...string outputFile = $"converted-{index++}.{targetType.Extension}";...

    forum.groupdocs.com/t/convert-msg-to-pdf-in-c-a...
  3. Search for embedded and encrypted objects in Me...

     This section explains how to search for embedded electronic signatures into the document metadata with GroupDocs.Signature API. Also this topic shows the way to customize data serialization, encryption and class definition with ability to embed it into the metadata electronic 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-...
  4. Implement custom encryption with QR-code signat...

    This article explains how to implement custom encryption for QR-code electronic signatures....for ( int index = 0 ; index < src . length (); ++ index ) { chTmp...chTmp = src . charAt ( index ); chTmp = ( char )( chTmp ^ this ...

    docs.groupdocs.com/signature/java/implement-cus...
  5. Search for embedded object with custom serializ...

     This article explains how to search for embedded electronic signatures with custom serialization in document metadata. This topic contains example of custom serialization, class definition and search for serialized 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...
  6. C# での数値範囲検索

    GroupDocs.Search を使用すると、C# で数値範囲検索を簡単に実行できます。高度で効率的な手法を使用して、C# でドキュメント内の数値範囲を検索する方法を学びます。... Index クラスのインスタンスを作成し、ドキュメントを整理して最...適化された検索用に準備する保存場所を定義します。 Index.Add メソッドを使用して、含めたいドキュメントを含むフォ...

    kb.groupdocs.com/ja/search/net/numeric-range-se...
  7. Criar visualizador de documentos no ASP.NET Cor...

    Os visualizadores de documentos online tornaram-se populares após o crescente uso de documentos digitais, especialmente nos sistemas de gerenciamento de conteúdo. A razão por trás dessa popularidade é que você pode visualizar uma variedade de formatos de documentos sem comprar ou instalar programas de software dedicados. Considerando a importância dos visualizadores de documentos, pensei em escrever um artigo sobre como criar um visualizador de documentos universal em ASP.NET MVC. Vamos criar um aplicativo visualizador de documentos ASP.... Abra o arquivo Views/Home/Index.cshtml e substitua seu conteúdo...List<string>(); } public IActionResult Index() { var files = Directory.G...

    blog.groupdocs.com/pt/viewer/document-viewer-in...
  8. ดำเนินการค้นหาแบบฟัซซี่โดยใช้ Java

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

    kb.groupdocs.com/th/search/java/perform-fuzzy-s...
  9. 使用 C# 搜索不同的词形

    使用 C# 搜索不同的词形以查找单数或复数名词。将提供一个示例,说明如何在 C# 中实现词形搜索,无需额外安装。...索不同的单词形式 创建一个 Index 对象,用于索引指定文件夹中的文档 使用 Index.Add 方法指定包含要索引的文件的文件夹,将文档添加到索引中...true,以启用单词形式搜索 使用您的搜索查询和配置的选项执行 Index.Search 方法 使用 SearchResult 对象查看搜索结果以便进一步处理或显示...

    kb.groupdocs.com/zh/search/net/search-different...
  10. 使用 Java 搜索和过滤文档

    快速了解如何使用 Java 搜索和过滤文档。了解使用 Java 过滤文档搜索结果的技术,以实现准确的数据检索。...库添加到您的项目中以启用文档搜索和过滤功能 初始化 Index 对象以指定文档索引的存储位置 使用 Index.add 方法将所需目录中的文档添加到索引中...SearchDocumentFilter 来定义你的过滤条件 通过调用Index.search”方法执行搜索,应用配置的选项以获得精确的结果...

    kb.groupdocs.com/zh/search/java/search-and-filt...