Sort Score
Result 10 results
Languages All
Labels All
Results 491 - 500 of 2,857 for

indexes

(0.04 sec)
  1. Wykonaj wyszukiwanie rozmyte w dokumentach online

    Odblokuj moc wyszukiwania rozmytego! Dowiedz się, jak wyszukiwać prawie pasujące wyniki w dokumentach tekstowych online i programowo....dokumentu Index index = new Index("indexing-folder-path"); index.Ad...query SearchResult result = index.Search(query, options); Aby...

    blog.groupdocs.com/pl/search/online-fuzzy-search/
  2. 用Java 构建全文搜索解决方案|在文件和文件夹中查找

    用于 Java 应用程序的全文搜索 API,可通过索引进行搜索。在文件夹的多个 Word、Excel、PDF、TXT 文件中查找文本并突出显示搜索结果。... Index index = new Index("indexingFolderPath"); index.add...。 将源文件夹添加到索引中。 准备查询字符串。 使用 Index 类的 search 方法执行搜索。 遍历每个搜索结果的每个文档的属性。...

    blog.groupdocs.com/zh/search/build-full-text-se...
  3. OCR support | Documentation

    This article demonstrates the ability to connect an external module (library) for the recognition of printed text (optical character recognition, OCR) on images, either separate or embedded in documents...Developer Guide / Advanced Usage / Indexing / OCR support OCR support...// Creating an index Index index = new Index ( indexFolder );...

    docs.groupdocs.com/search/net/ocr-support/
  4. Keyboard layout correction | Documentation

    This article gives the knowledge that the keyboard layout correction feature can be used when entering search queries, users of your software may make input errors, forgetting to switch the desired keyboard layout using Java search API....an index in the specified folder Index index = new Index ( indexFolder...); // Indexing documents from the specified folder index . add...

    docs.groupdocs.com/search/java/keyboard-layout-...
  5. Work with search results | Documentation

    Working with search results consists in obtaining information from objects of search results and highlighting occurrences in the text of documents. Obtain search result information When a search is complete, the search method returns an object of type SearchResult. This page describes the information available in an object of type SearchResult. From the root object of the search result, information is available on the number of documents found, the number of occurrences of the words and phrases found, as well as detailed information on each individual document....Creating an index const index = new groupdocs . search . Index ( indexFolder...); // Indexing documents from the specified folder index . add...

    docs.groupdocs.com/search/nodejs-java/work-with...
  6. Build search query | Documentation

    This page contains information about building text search queries of various types. More examples on building search queries are provided on the page...result = index . Search ( query ); // Search in the index Wildcard...ffect" ; SearchResult result = index . Search ( query ); // Search...

    docs.groupdocs.com/search/net/build-search-query/
  7. Führen Sie eine Boolesche Suche mit C# durch

    Führen Sie eine Boolesche Suche mit C# durch, um die Dokumentsuche zu verbessern. Lernen Sie die Volltextsuche mit Booleschen Operatoren in C# für präzise und effiziente Ergebnisse in Anwendungen....aktivieren Erstellen Sie ein Index -Objekt, um einen Speicherbereich...können Verwenden Sie die Methode Index.Add , um Dokumente aus einem...

    kb.groupdocs.com/de/search/net/perform-boolean-...
  8. Effectuer une recherche floue dans les document...

    Libérez la puissance de la recherche floue ! Apprenez à rechercher des résultats presque correspondants dans des documents textuels en ligne et par programmation....dossier d'index et y ajouter le dossier du document Index index = new...new Index("indexing-folder-path"); index.Add("path/parent-folder");...

    blog.groupdocs.com/fr/search/online-fuzzy-search/
  9. Cree su solución de búsqueda de texto completo ...

    API de búsqueda de texto para aplicaciones .NET para buscar mediante indexación. Encuentre texto en múltiples Word, Excel, PDF, archivos de texto de una carpeta y resalte los resultados de búsqueda.... Index index = new Index("indexPath/FolderName/");...indexFolder = @"indexPath/GroupDocs/index/"; string documentsFolder =...

    blog.groupdocs.com/es/search/build-your-full-te...
  10. Crea la tua soluzione di ricerca di testo compl...

    API di ricerca di testo per applicazioni .NET per la ricerca tramite indicizzazione. Trova il testo in più Word, Excel, PDF, file di testo di una cartella ed evidenzia i risultati della ricerca.... Index index = new Index("indexPath/FolderName/");...indexFolder = @"indexPath/GroupDocs/index/"; string documentsFolder =...

    blog.groupdocs.com/it/search/build-your-full-te...