Sort Score
Result 10 results
Languages All
Labels All
Results 481 - 490 of 2,853 for

indexes

(0.06 sec)
  1. Mettre en évidence les résultats de la recherch...

    Apprenez à mettre en évidence les résultats de recherche en utilisant C# avec notre guide. De plus, nous fournirons un exemple de code pour mettre en évidence les résultats de recherche en C# pour une meilleure gestion des documents....Utilisez la classe Index pour créer un index. Transmettez le chemin...chemin d’accès au dossier d’index et l’objet IndexSettings au...

    kb.groupdocs.com/fr/search/net/highlight-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. Java로 전체 텍스트 검색 솔루션 구축 | 파일 및 폴더에서 찾기

    인덱싱을 통해 검색하는 Java 애플리케이션용 전체 텍스트 검색 API. 폴더의 여러 Word, Excel, PDF, TXT 파일에서 텍스트를 찾고 검색 결과를 강조 표시합니다.... Index index = new Index("indexingFolderPath"); index.add...소스 폴더를 추가합니다. 쿼리 문자열을 준비합니다. Index 클래스의 search 메소드를 이용하여 검색한다....

    blog.groupdocs.com/ko/search/build-full-text-se...
  5. 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...
  6. 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...
  7. Spelling corrector | Documentation

    This article gives the knowledge of the API methods which can be used to perform operations about spelling corrector....an index from in specified folder Index index = new Index ( indexFolder...indexFolder ); if ( index . Dictionaries . SpellingCorrector...

    docs.groupdocs.com/search/net/spelling-corrector/
  8. Managing dictionaries in network | Documentation

    This page contains information about managing dictionaries of shards in the search network....the second parameter is the index of the shard in the network...for a dictionary in a single index. For information about working...

    docs.groupdocs.com/search/net/managing-dictiona...
  9. Search for different word forms | Documentation

    This article shows that how to allow you to search for nouns in the singular or plural, adjectives in the degree of comparison, forms of regular and irregular verbs, etc....different word forms in an index. C# string indexFolder = @"c:\MyIndex\"...an index in the specified folder Index index = new Index ( indexFolder...

    docs.groupdocs.com/search/net/search-for-differ...
  10. Date range search | Documentation

    This article gives the knowledge that how to search by date with date range search using Java search API....Creating an index in the specified folder const index = new groupdocs...groupdocs . search . Index ( indexFolder ); // Indexing documents from...

    docs.groupdocs.com/search/nodejs-java/date-rang...