Sort Score
Result 10 results
Languages All
Labels All
Results 441 - 450 of 2,857 for

indexes

(0.04 sec)
  1. Date range search | Documentation

    This article gives the knowledge that how to search by date with date range search 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/date-range-search/
  2. OCR support | Documentation

    OCR support means 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. To connect OCR, you need to implement the IOcrConnector interface in the client code. The following example demonstrates how to implement the OCR connector using com.aspose.ocr library for text recognition in images. const indexFolder = 'c:/MyIndex/'; const documentsFolder = 'c:/MyDocuments/'; const query = 'Einstein'; // Creating an index const index = new groupdocs....Developer Guide / Advanced Usage / Indexing / OCR support OCR support...Creating an index const index = new groupdocs . search . Index ( indexFolder...

    docs.groupdocs.com/search/nodejs-java/ocr-support/
  3. 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 Index index = new Index ( indexFolder );...); // Indexing documents from the specified folder index . add...

    docs.groupdocs.com/search/java/work-with-search...
  4. Abrufen indizierter Dokumente mit C#

    Erfahren Sie in unserer Schritt-für-Schritt-Anleitung, wie Sie mit C# indexierte Dokumente abrufen. Entdecken Sie, wie Sie indexierte Dokumente in C# effizient abrufen und so die Dokumentenverwaltung verbessern können....erfahren Sie, wie Sie einen Index erstellen, Dokumente hinzufügen...ermöglichen. Instanziieren Sie ein Index -Objekt, um einen Speicherort...

    kb.groupdocs.com/de/search/net/get-indexed-docu...
  5. Abrufen indexierter Dokumente mit Java

    In unserer Schritt-für-Schritt-Anleitung erfahren Sie, wie Sie mit Java indexierte Dokumente abrufen. Erfahren Sie, wie Sie indexierte Dokumente in Java abrufen, um Ihr Dokumentenmanagement zu verbessern....Schritte zum Erstellen eines Index, Einfügen von Dokumenten und...erleichtern Erstellen Sie ein Index -Objekt, um einen Speicherort...

    kb.groupdocs.com/de/search/java/get-indexed-doc...
  6. Thực hiện tìm kiếm Regex trong tài liệu trực tuyến

    Khai phá sức mạnh của tìm kiếm biểu thức chính quy bằng GroupDocs.Search! Tìm hiểu cách tìm kiếm tài liệu dựa trên văn bản bằng cách sử dụng biểu thức thông thường....đó Index index = new Index("indexing-folder-path"); index.Ad...)\\1{1,}"; SearchResult result = index.Search(query); Để biết hướng...

    blog.groupdocs.com/vi/search/online-regex-search/
  7. Hajtsa végre a darabos keresést a C# használatával

    Ismerje meg, hogyan kereshet darabok alapján C# használatával a hatékony adatlekéréshez. Fedezze fel a C# darabolt keresést nagy indexekben, hogy több tíz vagy százezer dokumentumot kezelhessen....Inicializáljon egy Index objektumot az index tárolási helyének...helyének megadásával Használja a Index.Add metódust a megadott mappából...

    kb.groupdocs.com/hu/search/net/perform-search-b...
  8. Створіть своє рішення повнотекстового пошуку на...

    API текстового пошуку для програм .NET для пошуку через індексування. Знайдіть текст у кількох файлах Word, Excel, PDF, текстових файлах папки та виділіть результати пошуку.... Index index = new Index("indexPath/FolderName/");...indexFolder = @"indexPath/GroupDocs/index/"; string documentsFolder =...

    blog.groupdocs.com/uk/search/build-your-full-te...
  9. Documents Online'da Regex Araması Gerçekleştirin

    GroupDocs.Search'ü kullanarak normal ifade aramasının gücünün kilidini açın! Normal ifadeleri kullanarak metin tabanlı belgelerde nasıl arama yapacağınızı öğrenin....ekleme Index index = new Index("indexing-folder-path"); index.Ad...)\\1{1,}"; SearchResult result = index.Search(query); Ayrıntılı rehberlik...

    blog.groupdocs.com/tr/search/online-regex-search/
  10. Search with Aliases in Document using C#

    Let's learn how to search with aliases in document using C#. Simplify queries, boost accuracy, and achieve robust document search with aliases in C# across platforms....search with aliases Create an Index object to establish a searchable...prepared for processing Use the Index.Add method to add documents...

    kb.groupdocs.com/search/net/search-with-aliases...