Sort Score
Result 10 results
Languages All
Labels All
Results 731 - 740 of 8,956 for

indexing

(0.04 sec)
  1. Synonym search | Documentation

    This article shows that how synonym search allows you to find not only the words specified in the search query, but also the synonyms, words that means the same....an index in the specified folder Index index = new Index ( indexFolder...); // Indexing documents from the specified folder index . Add...

    docs.groupdocs.com/search/net/synonym-search/
  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. Synonym search | Documentation

    This article shows that how synonym search allows you to find not only the words specified in the search query, but also the synonyms, words that means the same....Creating an index in the specified folder const index = new groupdocs...groupdocs . search . Index ( indexFolder ); // Indexing documents from...

    docs.groupdocs.com/search/nodejs-java/synonym-s...
  4. package-summary - GroupDocs.Search for Java - A...

    All Classes Packages com.groupdocs.search com.groupdocs.search.common com.groupdocs.search.dictionaries com.groupdocs......logging events and errors in an index. Class Summary Class Description...Contains basic information on an Index . IndexingReport Represents...

    apireference.groupdocs.com/search/java/com.grou...
  5. searchresult - GroupDocs.Search for Java - API ...

    All Classes Packages com.groupdocs.search com.groupdocs.search.common com.groupdocs.search.dictionaries com.groupdocs......package provides classes for indexing and searching text data in...SearchResult Index. search ( SearchQuery query) Searches in index. SearchResult...

    apireference.groupdocs.com/search/java/com.grou...
  6. 使用 C# .NET 在 Word、Excel、PDF、ZIP 文档格式中搜索文本

    GroupDocs.Search 是一个功能强大的全文搜索 API,它允许您在应用程序中搜索 70 多种文档格式。...// 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/zh/search/search-text-in-wor...
  7. Stop word dictionary | Documentation

    This article gives the knowledge of the API methods which can be used to perform operations about stop word dictionary....an index. Information on using stop words during indexing is...an index from in specified folder Index index = new Index ( indexFolder...

    docs.groupdocs.com/search/net/stop-word-diction...
  8. Alphabet | Documentation

    This article gives the knowledge of the API methods which can be used to perform operations about Alphabets....types of characters used for indexing. For detailed information...opening an index from the specified folder Index index = new Index...

    docs.groupdocs.com/search/net/alphabet/
  9. Search in Documents with Keyboard Layout Correc...

    Perform search in documents with keyboard layout correction using C#. We will provide code for performing how to correct keyboard layout for document search in C#....Create an Index object to act as a repository for indexing your documents...Add documents to the index using the Index.Add method, specifying...

    kb.groupdocs.com/search/net/search-in-documents...
  10. Search by chunks | Documentation

    This article gives the knowledge about the ability to perform search by chunks using Java search API....method of the class, only in one index segment search is performed...relevant when searching in large indexes containing tens and hundreds...

    docs.groupdocs.com/search/java/search-by-chunks/