Sort Score
Result 10 results
Languages All
Labels All
Results 631 - 640 of 2,876 for

indexes

(0.28 sec)
  1. Search reports | Documentation

    This article shows that how to perform the operations on generated search reports....you perform a search in an index, a report is generated for that...are stored in the index only while the index is loaded into RAM...

    docs.groupdocs.com/search/net/search-reports/
  2. Migration Notes | Documentation

    Why To Migrate? Here are the main reasons for using the new updated API provided by GroupDocs.Search for .NET from version 19.9: Unified work with some similar entities to increase the intuitiveness of using API. The architecture of the product has been revised and optimized, so that some functions will work faster. Some entities have been renamed to improve code readability. The changes made to the API are not too significant, so the migration will not be too difficult....an index in the specified folder Index index = new Index ( indexFolder...); // Indexing documents from the specified folder index . AddToIndex...

    docs.groupdocs.com/search/net/migration-notes/
  3. Rechercher du texte dans les formats de documen...

    GroupDocs.Search est une puissante API de recherche en texte intégral qui vous permet de rechercher parmi plus de 70 formats de documents dans vos applications....ils doivent être ajoutés à l’index. Pourquoi utiliser GroupDocs...grande variété d’options d’indexation et de recherche sont fournies...

    blog.groupdocs.com/fr/search/search-text-in-wor...
  4. Document attributes | Documentation

    Document attributes is a special feature designed for marking indexed documents with text labels without the need for re-indexing....Developer Guide / Advanced Usage / Indexing / Document attributes Document...feature designed for marking indexed documents with text labels...

    docs.groupdocs.com/search/net/document-attributes/
  5. 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 const index = new groupdocs . search . Index ( indexFolder...); // Indexing documents from the specified folder index . add...

    docs.groupdocs.com/search/nodejs-java/work-with...
  6. Esegui la ricerca Regex nei documenti online

    Sblocca la potenza della ricerca regex utilizzando GroupDocs.Search! Scopri come cercare documenti basati su testo utilizzando le espressioni regolari....documento Index index = new Index("indexing-folder-path"); index.Ad...)\\1{1,}"; SearchResult result = index.Search(query); Per indicazioni...

    blog.groupdocs.com/it/search/online-regex-search/
  7. Provádějte Fuzzy Search v Dokumentech online

    Odemkněte sílu fuzzy vyhledávání! Naučte se, jak online a programově vyhledávat téměř shodné výsledky v textových dokumentech....ní Index index = new Index("indexing-folder-path"); index.Ad...query SearchResult result = index.Search(query, options); Podrobné...

    blog.groupdocs.com/cs/search/online-fuzzy-search/
  8. Wykonaj wyszukiwanie rozmyte w dokumentach online

    Odblokuj moc wyszukiwania rozmytego! Dowiedz się, jak wyszukiwać prawie pasujące wyniki w dokumentach tekstowych online i programowo....dokumentu Index index = new Index("indexing-folder-path"); index.Ad...query SearchResult result = index.Search(query, options); Aby...

    blog.groupdocs.com/pl/search/online-fuzzy-search/
  9. Выполнение поиска по регулярным выражениям в он...

    Раскройте возможности поиска по регулярным выражениям с помощью GroupDocs.Search! Узнайте, как искать текстовые документы с помощью регулярных выражений....документа Index index = new Index("indexing-folder-path"); index.Ad...)\\1{1,}"; SearchResult result = index.Search(query); Подробные инструкции...

    blog.groupdocs.com/ru/search/online-regex-search/
  10. 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. String indexFolder = "c:\\MyIndex\\"...an index in the specified folder Index index = new Index ( indexFolder...

    docs.groupdocs.com/search/java/search-for-diffe...