Sort Score
Result 10 results
Languages All
Labels All
Results 2,331 - 2,340 of 3,115 for

indexing

(0.16 sec)
  1. C# を使用したドキュメント検索でのスペル修正

    C# を使用してドキュメント検索のスペル修正を実装します。スペル チェックを有効にして、正確で効率的なドキュメント取得を実現し、プラットフォーム間で関連性の高い結果を保証します。... Index クラスを使用して指定されたフォルダにインデックスを作成します Index.Add メソッド...に限定できます。 設定された検索オプションを使用して Index.Search メソッドを呼び出します C# で ドキュメント検索とスペル修正を統合...

    kb.groupdocs.com/ja/search/net/spelling-correct...
  2. 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...
  3. C# での数値範囲検索

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

    kb.groupdocs.com/ja/search/net/numeric-range-se...
  4. 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...
  5. 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-...
  6. 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...
  7. 使用 Java 在文档中使用别名进行搜索

    使用 Java 在文档中高效搜索别名。学习使用 Java 别名增强文档搜索的技术,以获得更好的结果和性能。... 初始化 Index 对象来构建一个可搜索的存储库,您的文档将存储在该存储库中并准备进行处理 使用 Index.add ...getAliasDictionary().add 方法将别名添加到别名字典中 使用 Index.search 方法执行搜索查询,使用 @ 符号引用别名,例如...

    kb.groupdocs.com/zh/search/java/search-with-ali...
  8. 使用 Java 执行模糊搜索

    学习使用 Java 执行模糊搜索以实现精确高效的查询匹配。探索如何使用 Java 中的模糊逻辑构建文档搜索以获得更好的结果。...库来设置您的开发环境,从而实现模糊搜索功能 初始化 Index 对象来指定一个存储位置,用于组织和准备文档,以便进行高效搜索 使用 Index.add 方法将...为 10-14 个字符的单词最多允许两个错误) 使用 Index.search 和所需的查询以及配置的 SearchOptions...

    kb.groupdocs.com/zh/search/java/perform-fuzzy-s...
  9. C# का उपयोग करके वाइल्डकार्ड खोज करें

    C# का उपयोग करके वाइल्डकार्ड खोज करने का तरीका जानें। कुशल और लचीली खोज क्वेरी के लिए एकल वर्ण और समूह वाइल्डकार्ड के साथ C# में वाइल्डकार्ड खोज का अन्वेषण करें।...बनाने के लिए Index वर्ग को इंस्टैंसिएट करें Index.Add विधि का...वाले फ़ोल्डर को निर्दिष्ट करें Index.Search विधि का उपयोग करके रिपॉजिटरी...

    kb.groupdocs.com/hi/search/net/perform-wildcard...
  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 .NET....on the attachment type: var index = 1 ; LoadOptions LoadOptionsProvider...string outputFile = $"converted-{index++}.{saveContext.TargetFormat...

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