Sort Score
Result 10 results
Languages All
Labels All
Results 821 - 830 of 3,107 for

indexes

(0.07 sec)
  1. Spelling corrector | GroupDocs

    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/
  2. Search for different word forms | GroupDocs

    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...
  3. Managing dictionaries in network | GroupDocs

    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...
  4. जावा का उपयोग करके खोज रिपोर्ट बनाएं

    जानें कि इंडेक्स किए गए डेटा के लिए जावा का उपयोग करके खोज रिपोर्ट कैसे बनाई जाती है। अतिरिक्त सॉफ़्टवेयर इंस्टॉल किए बिना जावा में खोज रिपोर्ट बनाने के लिए एक नमूना कोड उदाहरण प्रदान किया जाएगा।...रिपॉजिटरी स्थापित करने के लिए Index ऑब्जेक्ट बनाएँ इंडेक्स में दस्तावेज़...दस्तावेज़ जोड़ने के लिए Index.add विधि का उपयोग करें, उस फ़ोल्डर...

    kb.groupdocs.com/hi/search/java/create-search-r...
  5. C# Fuzzy Search - מצא בקבצים על פני תיקיות

    פתח את הכוח של חיפוש מטושטש פרוגרמטי ב-C#! חפש במספר מסמכים מבוססי טקסט על פני תיקיות עבור התאמות משוערות עם סובלנות שגיאה....אליה Index index = new Index("indexing-folder-path"); index.Ad...query SearchResult result = index.Search(query, options); כאן...

    blog.groupdocs.com/he/search/fuzzy-search-csharp/
  6. Java Fuzzy Search - Temukan di File di seluruh ...

    Temukan bagaimana pencarian fuzzy Java dapat membantu Anda menemukan sesuatu dalam file di seluruh folder! Ini seperti pencarian cerdas yang memahami kesalahan kecil....ke dalamnya Index index = new Index("path/indexing-folder-path");...h"); index.add("path/parent-folder"); SearchOptions options =...

    blog.groupdocs.com/id/search/fuzzy-search-java/
  7. Přidat vodoznak do PDF pomocí C# | Textové a ob...

    Přidejte vodoznaky obrázku nebo použijte textové vodoznaky na soubory PDF pomocí C#. Buď vodoznak pro všechny nebo vybrané stránky PDF pomocí .NET Watermarking API....Nastavte cílový index stránky (Volitelné). Pokud index nenastavíte...konkrétní stránku, poskytněte Index stránky. /* PdfArtifactWatermark...

    blog.groupdocs.com/cs/watermark/watermark-pdf-f...
  8. Faceted search | GroupDocs

    This article gives the knowledge of the creation of faceted search queries 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/faceted-search/
  9. Zoekrapport maken met Java

    Leer hoe u een zoekrapport kunt maken met Java voor geïndexeerde gegevens. Er wordt een voorbeeldcode gegeven om een zoekrapport te genereren in Java zonder extra software te installeren....project op te nemen Maak een Index -object om een doorzoekbare...Gebruik de Index.add-methode om documenten aan de index toe te voegen...

    kb.groupdocs.com/nl/search/java/create-search-r...
  10. Work with search results | GroupDocs

    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...