Sort Score
Result 10 results
Languages All
Labels All
Results 2,221 - 2,230 of 3,291 for

indexing

(0.26 sec)
  1. 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 [ index ]; chTmp = ( char )( chTmp ^ this . Key ); dst...

    docs.groupdocs.com/signature/net/search-for-emb...
  2. مترادف هر کلمه ای را با استفاده از C# | پیدا کن...

    با استفاده از NET API تمام مترادف های ممکن هر کلمه را در C# پیدا کنید. مجموعه های مختلفی از مترادف ها را با معانی مختلف یک کلمه مرتب کنید.... با استفاده از کلاس Index فهرست ایجاد کنید. با استفاده..."make"; string[] synonyms = new Index().Dictionaries.SynonymDictionary...

    blog.groupdocs.com/fa/search/find-synonyms-of-w...
  3. C# を使用したドキュメント内のフレーズ検索

    C# を使用してドキュメント内でフレーズ検索を実行する方法を学びます。C# でフレーズによってドキュメントを検索するテクニックを発見し、ドキュメント検索プロセスを効率化します。... Index オブジェクトを初期化します。これは、検索するドキュメントの管理を担当します。 Index.Add ...します。 テキスト形式でフレーズ検索を実行するには、 Index.Search メソッドを使用して検索したいフレーズを正確に指定する文字列クエリを使用します。...

    kb.groupdocs.com/ja/search/net/phrase-search-in...
  4. 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/14/
  5. 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/groupdocs.blog/page/14/
  6. 使用 C# 在文档中搜索特定单词

    了解如何在 C# 中执行全文搜索实现,并在 .NET 应用程序中使用 C# 以直接的方式搜索文档中的特定单词。...C# 中实现全文搜索 初始化 Index 对象来为您的文档设置可搜索的存储区域 使用 Index.Add 方法将指定文件夹中的文档包含在索引中...方法将指定文件夹中的文档包含在索引中 使用您的关键字调用 Index.Search 方法来查找索引文档中的出现次数 使用 SearchResult...

    kb.groupdocs.com/zh/search/net/search-specific-...
  7. 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...
  8. 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-...
  9. 使用 Java 执行分面搜索

    本主题将指导您如何使用 Java 执行分面搜索。您将找到使用 Java 创建分面搜索的代码,无需任何其他工具。...库来配置您的开发设置,以启用具有分面功能的全文搜索 创建 Index 对象来定义文档的存储位置,以便简化搜索 使用 Index.add 方法填充索引,指向包含要索引的文件的目录...方法填充索引,指向包含要索引的文件的目录 通过使用指定的查询和方面过滤器调用 Index.search 方法来执行分面搜索 通过 SearchResult...

    kb.groupdocs.com/zh/search/java/perform-faceted...
  10. با استفاده از جاوا با نام مستعار در سند جستجو کنید

    جستجوی کارآمد با نام مستعار در سند با استفاده از جاوا. تکنیک هایی را برای بهبود جستجوی اسناد با نام مستعار در جاوا برای نتایج و عملکرد بهتر بیاموزید.... یک شی Index را راه اندازی کنید تا یک مخزن...برای پردازش آماده شوند. از روش Index.add برای اضافه کردن اسناد از...

    kb.groupdocs.com/fa/search/java/search-with-ali...