Sort Score
Result 10 results
Languages All
Labels All
Results 191 - 200 of 2,874 for

index

(0.03 sec)
  1. 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...
  2. Fuzzy search | Documentation

    This article gives the knowledge about the fuzzy search definition, and its capabilities in GroupDocs.Search....an index in the specified folder Index index = new Index ( indexFolder...); // Indexing documents from the specified folder index . Add...

    docs.groupdocs.com/search/net/fuzzy-search/
  3. Custom text segmenter | Documentation

    GroupDocs.Search provides the ability to set up custom text segmenting....Developer Guide / Advanced Usage / Indexing / Custom text segmenter Custom...an index in the specified folder Index index = new Index ( indexFolder...

    docs.groupdocs.com/search/net/custom-text-segme...
  4. Perform Search by Chunks using C#

    Learn how to search by chunks using C# for efficient data retrieval. Explore C# chunked search in large Indexes to handle tens or hundreds of thousands of documents....especially when dealing with indexes containing tens or hundreds...C# chunked search in large indexes , developers can execute flexible...

    kb.groupdocs.com/search/net/perform-search-by-c...
  5. Reverse image search | Documentation

    This article gives knowledge about the reverse image search, which makes it possible to search for similar images in ZIP archives, various documents, and individual files....Search index, reverse image search allows...hashes of the images in the index. The idea of a perceptual hash...

    docs.groupdocs.com/search/nodejs-java/reverse-i...
  6. 使用 C# 通過索引搜索文件夾中的文本 |使用 .NET 搜索 API

    按部分搜索文本、文本索引、指定搜索線程數和獲取搜索時間,以便使用面向 .NET 開發人員的 GroupDocs 搜索 API 在 C# 中獲取搜索結果。...使用您的索引文件夾創建 Index 。 添加 your documents folder in the created index. 設置...an index in the specified folder Index index = new Index(indexFolder);...

    blog.groupdocs.com/zh-hant/search/search-text-b...
  7. Search for text containing special characters |...

    This article shows how to handle search queries if they contain special characters and separator characters....the text, since it is not indexed. And as a result, words containing...found. Since, in fact, when indexing, these characters break the...

    docs.groupdocs.com/search/java/search-for-text-...
  8. OverflowException: Arithmetic operation resulte...

    Hello, Unfortunately, we experienced an exception when one of our customers dealt with many (and maybe larger) files that they wanted to add to the Index. We got the exception via this event: pIndex.Events.ErrorOccurr…...that they wanted to add to the index. We got the exception via this...creating the index instance. Index index = new Index(indexFolder...

    forum.groupdocs.com/t/overflowexception-arithme...
  9. Text file encoding detection | Documentation

    This article explains that how to detect encoding of a text file automatically....Developer Guide / Advanced Usage / Indexing / Text file encoding detection...text file can be set during indexing when the event is raised....

    docs.groupdocs.com/search/net/text-file-encodin...
  10. Word forms provider | Documentation

    This article gives the knowledge of the API methods which can be used to perform operations about word forms provider interface....an index in the specified folder Index index = new Index ( indexFolder...); // Indexing documents from the specified folder index . Add...

    docs.groupdocs.com/search/net/word-forms-provider/