Sort Score
Result 10 results
Languages All
Labels All
Results 341 - 350 of 3,054 for

indexes

(0.39 sec)
  1. Create Search Report using C#

    Learn how to create search report using C# for indexed data. A sample code example will be provided to generate search report in C# without installing extra software....its practical application in indexing and searching documents. Steps...your project Initialize an Index object to create a searchable...

    kb.groupdocs.com/search/net/create-search-repor...
  2. OCR support | GroupDocs

    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. Highlighting search results | GroupDocs

    This article gives knowledge on how to highlight search results in the text of a document.... The Index class also represents an overload...sets an extractor used during indexing, it is necessary if the text...

    docs.groupdocs.com/search/java/highlighting-sea...
  4. Highlighting search results | GroupDocs

    This article gives knowledge on how to highlight search results in the text of a document.... The Index class also represents an overload...is an extractor used during indexing, it is necessary if the text...

    docs.groupdocs.com/search/net/highlighting-sear...
  5. C#으로 전체 텍스트 검색 솔루션 구축 | .NET을 사용하여 파일에서 찾기

    인덱싱을 통해 검색하는 .NET 애플리케이션용 텍스트 검색 API. 여러 Word, Excel, PDF, 폴더의 텍스트 파일에서 텍스트를 찾고 검색 결과를 강조 표시합니다.... Index index = new Index("indexPath/FolderName/");...원본 문서 폴더를 추가합니다. Search 메서드 Index 클래스를 사용하여 검색을 수행합니다. 각 문서의 속성에...

    blog.groupdocs.com/ko/search/build-your-full-te...
  6. Cerca testo nelle cartelle indicizzando usando ...

    Cerca il testo per parti, indicizza il testo, specifica il numero di thread di ricerca e ottieni il tempo di ricerca per ottenere risultati di ricerca in C# utilizzando l'API di ricerca di GroupDocs per gli sviluppatori .NET....an index in the specified folder Index index = new Index(indexFolder);...Index(indexFolder); // Indexing documents from the specified folder index.Add(documentsFolder);...

    blog.groupdocs.com/it/search/search-text-by-ind...
  7. 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...
  8. Vybudujte řešení fulltextového vyhledávání v Ja...

    API pro fulltextové vyhledávání pro Java aplikace pro vyhledávání pomocí indexování. Najděte text ve více souborech Word, Excel, PDF, TXT ve složce a zvýrazněte výsledky vyhledávání....jsou dokumenty indexovány, index je připraven zpracovat vyhledávací...rejstříku. Index index = new Index("indexingFolderPath"); index.add...

    blog.groupdocs.com/cs/search/build-full-text-se...
  9. Booleaanse zoekopdracht uitvoeren met Java

    Gebruik dit artikel om Booleaanse zoekopdrachten uit te voeren met Java. Leer full-text zoeken met Booleaanse operatoren in Java voor nauwkeurige en efficiënte toepassingsresultaten....project in te schakelen Maak een Index -object om een doorzoekbare...geïndexeerde documenten Gebruik de Index.add-methode om documenten uit...

    kb.groupdocs.com/nl/search/java/perform-boolean...
  10. Zoekresultaten markeren met Java

    Leer hoe u zoekresultaten kunt markeren met Java met behulp van onze gids. Deze bevat een codevoorbeeld om zoekresultaten in Java efficiënt te markeren voor beter beheer....Initialiseer een index met behulp van de klasse Index , waarbij u...documenten toe aan de index met behulp van de Index.add-methode, waarbij...

    kb.groupdocs.com/nl/search/java/highlight-searc...