Sort Score
Result 10 results
Languages All
Labels All
Results 411 - 420 of 2,878 for

indexes

(0.13 sec)
  1. Rechercher dans les documents avec correction d...

    Effectuez une recherche dans des documents avec correction de la disposition du clavier à l'aide de C#. Nous fournirons un code permettant de corriger la disposition du clavier pour la recherche de documents en C#....objet Index qui servira de référentiel pour l’indexation de vos...documents à l’index à l’aide de la méthode Index.Add , en spécifiant...

    kb.groupdocs.com/fr/search/net/search-in-docume...
  2. 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....an index in the specified folder Index index = new Index ( indexFolder...); // Indexing documents from the specified folder index . Add...

    docs.groupdocs.com/search/net/keyboard-layout-c...
  3. Homophone search | Documentation

    This article gives the knowledge which allows you to find not only the words specified in the search query, but also the homophones, words that are pronounced the same but differ in meaning....an index in the specified folder Index index = new Index ( indexFolder...); // Indexing documents from the specified folder index . Add...

    docs.groupdocs.com/search/net/homophone-search/
  4. Zoekopdracht uitvoeren op blokken met behulp va...

    Leer hoe u op chunks kunt zoeken met C# voor efficiënt ophalen van gegevens. Ontdek C# chunked search in grote indexen om tienduizenden of honderdduizenden documenten te verwerken....mogelijk te maken Initialiseer een Index -object door het mappad op te...geven waar de index wordt opgeslagen Gebruik de Index.Add -methode...

    kb.groupdocs.com/nl/search/net/perform-search-b...
  5. Find any Word and its Synonyms in Multiple File...

    Find specific words and their synonyms within different files of a folder using C#. Get all the synonyms, grouped by different meanings using .NET API....query, index folder, and the document’s folder. Create index with...with defined index Folder using Index class. Add the document’s...

    blog.groupdocs.com/search/find-synonyms-in-mult...
  6. 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...
  7. 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/
  8. Highlighted Results of Exact Phrase Search in T...

    We are pleased to announce the release of version 17.12 of GroupDocs.Search for .NET. GroupDocs.Search for .NET 17.12 has come with 4 enhancements. We have introduced the feature of getting highlighted results of exact phrase search in text. Furthermore, we have improved the calculation of relevance of search results as well as redesigned the syntax of the search query. We would recommend you to enhance your applications using this latest version....@"c:\MyDocuments" ; // Creating index Index index = new Index(indexFolder); //...// Indexing documents index.AddToIndex(documentsFolder); // Searching...

    blog.groupdocs.com/search/highlighted-results-o...
  9. Recherche d'expression régulière à l'aide de Java

    Effectuez efficacement une recherche par expression régulière à l'aide de Java pour une recherche avancée de modèles dans les documents. Découvrez comment implémenter la recherche par expression régulière en Java....classe Index et définissez le chemin du dossier où l’index sera...spécifié à l’index à l’aide de la méthode Index.add Créez une...

    kb.groupdocs.com/fr/search/java/regular-express...
  10. C# .NET kullanarak Word, Excel, PDF, ZIP Belge ...

    GroupDocs.Search, uygulamalarınızda 70'in üzerinde belge biçiminde arama yapmanızı sağlayan güçlü bir tam metin arama API'sidir....// Specify the path to the index folder string documentsFolder...Create new index or // b) Open existing index Index index = new Index(indexFolder);...

    blog.groupdocs.com/tr/search/search-text-in-wor...