Sort Score
Result 10 results
Languages All
Labels All
Results 1,931 - 1,940 of 2,851 for

indexing

(0.13 sec)
  1. 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...
  2. 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-...
  3. Reverse Image Search in Documents

    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....// Creating an index Index index = new Index(indexFolder); //...// Setting the image indexing options IndexingOptions indexingOptions...

    blog.groupdocs.com/ja/tag/reverse-image-search-...
  4. با استفاده از جاوا با نام مستعار در سند جستجو کنید

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

    kb.groupdocs.com/fa/search/java/search-with-ali...
  5. 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 .Java....void convert () { final int [] index = { 0 }; LoadOptionsProvider...%s" , index [ 0 ], fileType . getExtension ())); index [ 0 ]++;...

    docs.groupdocs.com/conversion/java/convert-each...
  6. Realizar búsquedas que distingan entre mayúscul...

    Realice búsquedas que distingan entre mayúsculas y minúsculas sin esfuerzo con Java para obtener resultados precisos. Siga las instrucciones paso a paso para buscar texto que distinga entre mayúsculas y minúsculas en archivos con Java....minúsculas Inicializar un objeto Index para que actúe como repositorio...índice utilizando el método Index.add , asegurándose de que estén...

    kb.groupdocs.com/es/search/java/perform-case-se...
  7. C#를 사용하여 패싯 검색 수행

    C#을 사용하여 패싯 검색을 수행하여 문서 검색을 강화합니다. C#에서 부울 연산자를 사용하여 전체 텍스트 검색을 학습하여 애플리케이션에서 정확하고 효율적인 결과를 얻습니다....있는 저장 위치를 생성하기 위해 Index 개체를 초기화합니다. Index.Add 메서드를 사용하여 색인화하려는...추가합니다. 원하는 쿼리와 패싯 필터를 사용하여 Index.Search 메서드를 호출하여 패싯 검색을 수행합니다...

    kb.groupdocs.com/ko/search/net/perform-faceted-...
  8. Executar pesquisa com diferenciação de maiúscul...

    Execute facilmente uma pesquisa com diferenciação de maiúsculas e minúsculas usando C# para recuperar resultados precisos. Aprenda a pesquisar texto com diferenciação de maiúsculas e minúsculas em arquivos usando C# com instruções passo a passo....minúsculas em C# Crie um objeto Index para servir como local de armazenamento...tornados pesquisáveis Use o método Index.Add para adicionar arquivos...

    kb.groupdocs.com/pt/search/net/perform-case-sen...
  9. C#을 사용하여 동의어 검색 수행

    C#을 사용하여 동의어 검색을 수행하여 관련 결과를 검색하여 검색 기능을 향상시킵니다. 동의어 매칭 솔루션으로 C# 검색으로 정확성을 달성합니다....폴더 경로를 생성자에 전달하여 Index 클래스 객체를 만듭니다. Index.Add 메서드를 사용하여 지정된...true로 설정하여 동의어 검색을 활성화합니다. Index.Search 방법으로 동의어 단어 검색을 수행합니다...

    kb.groupdocs.com/ko/search/net/perform-synonym-...
  10. 使用 Java 执行分面搜索

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

    kb.groupdocs.com/zh/search/java/perform-faceted...