Sort Score
Result 10 results
Languages All
Labels All
Results 101 - 110 of 979 for

query

(0.05 sec)
  1. Spelling corrector | Documentation

    This article gives the knowledge of the API methods which can be used to perform operations about spelling corrector using Java....spelling errors in search queries, as well as to store words...spelling correction in search queries on the page. To get the number...

    docs.groupdocs.com/search/nodejs-java/spelling-...
  2. 使用 C# 通过索引搜索文件夹中的文本 |使用 .NET 搜索 API

    使用 GroupDocs Search API for .NET Developers 按部分搜索文本、文本索引、指定搜索线程数和获取搜索时间以在 C# 中获取搜索结果。...@"c:\\MyDocuments\\"; string query = "Einstein"; // Creating an...SearchResult result = index.Search(query, options); Console.WriteLine("Document...

    blog.groupdocs.com/zh/search/search-text-by-ind...
  3. Search by chunks | Documentation

    This article gives the knowledge about the ability to perform search by chunks using Java search API....'c:/MyDocuments3/' ; const query = 'invitation' ; // Creating...let result = index . search ( query , options ); console . log (...

    docs.groupdocs.com/search/nodejs-java/search-by...
  4. 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 using Java search API....feedback When entering search queries, users of your software may...containing word 'sportsman' const query = 'ызщкеыьфт' ; const result...

    docs.groupdocs.com/search/nodejs-java/keyboard-...
  5. 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....Searching in the index const query = 'wished' ; const result =...= index . search ( query , options ); // The following words can...

    docs.groupdocs.com/search/nodejs-java/search-fo...
  6. Document passwords | Documentation

    This article gives the knowledge of the API methods which can be used to perform operations about document passwords or password dictionary using Java....Searching in the index const query = 'ipsum OR increasing' ; const...const result = index . search ( query ); More resources GitHub examples...

    docs.groupdocs.com/search/nodejs-java/document-...
  7. Homophone dictionary | Documentation

    This article gives the knowledge of the API methods which can be used to perform operations about homophone dictionary using Java....// Search in the index const query = 'caul' ; const options = new...const result = index . search ( query , options ); More resources...

    docs.groupdocs.com/search/nodejs-java/homophone...
  8. 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 using Java....const query = 'mrs' ; const result = index . search ( query , options...

    docs.groupdocs.com/search/nodejs-java/word-form...
  9. Search reports | Documentation

    This article shows that how to perform the operations on generated search reports....occurrences found; The search query; The search options. The following...) { Console . WriteLine ( "Query: " + report . TextQuery ); Console...

    docs.groupdocs.com/search/net/search-reports/
  10. Search by chunks | Documentation

    This article gives the knowledge about the ability to perform search by chunks....@"c:\MyDocuments\" ; string query = "Einstein" ; // Creating an...SearchResult result = index . Search ( query , options ); Console . WriteLine...

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