Sort Score
Result 10 results
Languages All
Labels All
Results 2,031 - 2,040 of 3,048 for

indexing

(0.37 sec)
  1. 使用 C# 执行区分大小写的搜索

    使用 C# 轻松执行区分大小写的搜索以检索精确的结果。通过分步说明了解如何使用 C# 在文件中搜索区分大小写的文本。...中启用区分大小写的搜索功能 创建一个 Index 对象作为存储位置,文档将被索引并可搜索 使用 Index.Add 方法将特定文件夹...true 来启用区分大小写 使用要搜索的文本查询调用 Index.Search 方法,确保其遵循区分大小写的设置 使用 SearchResult...

    kb.groupdocs.com/zh/search/net/perform-case-sen...
  2. Làm việc với Kết quả tìm kiếm bằng C#

    Tìm hiểu cách làm việc với kết quả tìm kiếm bằng C# hiệu quả. Khám phá phương pháp truy xuất kết quả tìm kiếm trong C# và quản lý báo cáo tìm kiếm để tối ưu hóa hiệu suất....chỉ mục bằng cách sử dụng lớp Index và chỉ định đường dẫn thư mục...lưu trữ Sử dụng phương thức Index.Add để thêm tài liệu từ thư...

    kb.groupdocs.com/vi/search/net/work-with-search...
  3. Watermerk toevoegen aan PDF in Java | Tekst- en...

    Voeg afbeeldingswatermerken toe of pas tekstwatermerken toe op PDF-bestanden in Java. Pas watermerken toe op alle & selectieve pagina's van PDF met behulp van GroupDocs Watermarking Java API....beoogde pagina-index in (optioneel). Als u de index niet instelt...passen. Stel de beoogde pagina-index in. (Optioneel) Voeg het afbeeldingswatermerk...

    blog.groupdocs.com/nl/watermark/add-watermark-t...
  4. full text search

    Document Automation APIs to enrich .NET and Java applications to view, edit, annotate, convert, compare, e-sign, parse, split, merge, redact, or classify documents of almost all the popular file formats....fonctionne en utilisant des index de texte. Dans cet article,...fonctionne en utilisant des index de texte. Dans cet article,...

    blog.groupdocs.com/fr/tag/full-text-search/
  5. Working with Groupdocs Signature API from Ruby

    Today we will find out how to use GroupDocs’ Ruby SDK. We will create a GroupDocs Signature envelope sample with the Sinatra framework. GroupDocs Signature envelopes are used to prepare documents for digital signature and managing the signature process. Setting Up First, create the application folders structure: your_app/public – for CSS files. your_app/samples – for sample files. your_app/views – for view files, we will use Haml for these. Also we need to create a Gemfile in our project’s root directory with the following content: https://gist....first root with a view named index.haml. By default, Sinatra looks...templates are included. In index.haml you’ll see an h1 header...

    blog.groupdocs.com/signature/working-with-group...
  6. 使用 C# 在文档中搜索特定单词

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

    kb.groupdocs.com/zh/search/net/search-specific-...
  7. Java を使用してインデックス付きドキュメントを HTML にエクスポートする

    簡単な手順で、Java を使用してインデックス付きドキュメントを HTML にエクスポートする方法を学びます。Java を使用してインデックス付きドキュメントを HTML にエクスポートし、ドキュメントの整理を効率的に強化します。...ドキュメントを保存してインデックスを作成するフォルダを選択して、 Index オブジェクトを作成します。 Index.addメソッドを使用して、指定され...ポートの準備をします。 インデックス作成が完了したら、Index.getIndexedDocumentsメソッドを使用し...

    kb.groupdocs.com/ja/search/java/export-indexed-...
  8. 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 . charAt ( index ); chTmp = ( char )( chTmp ^ this ...

    docs.groupdocs.com/signature/java/search-for-em...
  9. Tìm kiếm và lọc tài liệu trong Java

    Nhanh chóng tìm hiểu cách tìm kiếm và lọc tài liệu trong Java. Khám phá các kỹ thuật lọc kết quả tìm kiếm tài liệu trong Java để truy xuất dữ liệu chính xác....tài liệu Khởi tạo đối tượng Index để chỉ định vị trí lưu trữ chỉ...tài liệu Sử dụng phương thức Index.add để đưa các tài liệu từ thư...

    kb.groupdocs.com/vi/search/java/search-and-filt...
  10. Thực hiện tìm kiếm từ đồng nghĩa bằng Java

    Tìm hiểu cách thực hiện tìm kiếm từ đồng nghĩa bằng Java để tăng độ chính xác của tìm kiếm. Khám phá tìm kiếm Java với tính năng khớp từ đồng nghĩa để có kết quả tìm kiếm toàn diện và có liên quan....đồng nghĩa Khởi tạo đối tượng Index bằng cách cung cấp đường dẫn...của nó Sử dụng phương thức Index.add để lập chỉ mục các tài liệu...

    kb.groupdocs.com/vi/search/java/perform-synonym...