Sort Score
Result 10 results
Languages All
Labels All
Results 81 - 90 of 979 for

query

(0.03 sec)
  1. Search Different Word Forms using C#

    Search different word forms using C# to find nouns in singular or plural. An example will be provided to implement word form search in C# without extra installation....Search method with your search query and configured options Review...UseWordFormsSearch to true , the search query for the word “relative” returns...

    kb.groupdocs.com/search/net/search-different-wo...
  2. 使用 C# .NET 在 Word、Excel、PDF、ZIP 文档格式中搜索文本

    GroupDocs.Search 是一个功能强大的全文搜索 API,它允许您在应用程序中搜索 70 多种文档格式。...search string query = "Worthy"; // Specify a search query SearchResult...SearchResult result = index.Search(query); // Searching in the index...

    blog.groupdocs.com/zh/search/search-text-in-wor...
  3. About Search Engines | Documentation

    This page is about the classification of search engines and what place GroupDocs.Search API occupies in this classification. There are a large number of ways to classify search engines. Here are the main ones...help users refine their search query. The goal is to provide users...involves entering a search query and subsequent retrieval of...

    docs.groupdocs.com/search/nodejs-java/about-sea...
  4. Spell checking | Documentation

    This article shows that how spell checking works during the search....During the search, a search query can be checked for spelling...spelling correction in search queries, the method of the spelling...

    docs.groupdocs.com/search/java/spell-checking/
  5. Date range search | Documentation

    This article gives the knowledge that how to search by date with date range search....creation of date wise search queries, and also describes the management...Creating date range search queries Date range search allows you...

    docs.groupdocs.com/search/net/date-range-search/
  6. Java File Search - Search Multiple Texts in Fil...

    Search for multiple texts or phrases in various files spread across diverse folders using Java. Highlight scanning results in respective HTML files.... All your queries find answers here. This article...add method. Define a search query with multiple terms or phrases...

    blog.groupdocs.com/search/search-multiple-texts...
  7. Delete indexed documents | Documentation

    GroupDocs.Search for Node.js has the ability to remove individual documents from the index that are indexed from a stream or structure....indexFolder = 'c:/MyIndex/' ; const query = 'Einstein' ; // Creating an...searchResult1 = index . search ( query ); // Deleting indexed document...

    docs.groupdocs.com/search/nodejs-java/delete-in...
  8. Date range search | Documentation

    This article gives the knowledge that how to search by date with date range search using Java search API....creation of date wise search queries, and also describes the management...Creating date range search queries Date range search allows you...

    docs.groupdocs.com/search/java/date-range-search/
  9. Reverse Image Search in Documents

    Build your app with reverse image search functionality in documents and image files....using an image as the search query instead of text. Unlike traditional...Hashes : Once the hash for the query image is generated, it is compared...

    blog.groupdocs.com/search/reverse-image-search/
  10. Build your first search solution | Documentation

    First of all you need to create an index. An index can be created in memory or on disk. An index created in memory cannot be saved after exiting your program. In contrast, an index created on disk may be loaded in the future to continue working....search queries. The following types of search queries are supported:...others. Description of search queries of various types is presented...

    docs.groupdocs.com/search/java/build-your-first...