Sort Score
Result 10 results
Languages All
Labels All
Results 21 - 30 of 1,072 for

query

(0.07 sec)
  1. Boolean search | GroupDocs

    This article gives the knowledge of the boolean search definition which includes all boolean operators used for boolean search, and boolean Query examples....boolean search, and boolean query examples. Boolean search terms...that allows you to combine queries with boolean operators AND...

    docs.groupdocs.com/search/net/boolean-search/
  2. Search for text containing special characters |...

    This article shows how to handle search queries if they contain special characters and separator characters....In the case where the search query must contain special characters...See for detailes on search query syntax. However, it must be...

    docs.groupdocs.com/search/net/search-for-text-c...
  3. Phrase Search in Documents using Java

    Learn to perform phrase search in documents using Java. Explore methods to search documents by phrases in Java and simplify your document search tasks....desired phrase as a string query with the Index.search method...word queries and combining them into a phrase search query using...

    kb.groupdocs.com/search/java/phrase-search-in-d...
  4. Phrase Search in Documents using C#

    Learn how to perform phrase search in documents using C#. Discover techniques to search documents by phrases in C# and streamline your document search processes....text form, utilize a string query that specifies the exact phrase...word queries and combine them into a phrase search query using...

    kb.groupdocs.com/search/net/phrase-search-in-do...
  5. Case sensitive search | GroupDocs

    This article gives the knowledge of the case sensitive search which allows you to find words considering uppercase and lowercase letters as distinct....case-sensitive search with a query in text form. C# string indexFolder...case sensitive search string query = "Windows" ; SearchResult result...

    docs.groupdocs.com/search/net/case-sensitive-se...
  6. 使用 C# 在多个文件中查找 Word 及其同音字

    使用 C# 在文件夹的不同文件中查找特定单词及其同音字。使用 GroupDocs 的文档搜索 API 为同音字构建 .NET 应用程序...使用 C# 在多个文件和文件夹中搜索同音字 string query = "right"; string indexFolder...Search(query, options); Console.WriteLine("Query: " + query); Console...

    blog.groupdocs.com/zh/search/find-homophones-in...
  7. Text search in network | GroupDocs

    This page contains information about full-text searching in the search network....object forms of the search query are supported when appropriate...node . Searcher ; SearchQuery query = SearchQuery . CreateWordQuery...

    docs.groupdocs.com/search/net/text-search-in-ne...
  8. 使用 Java 在多个文件中查找 Word 及其同音字

    使用 Java 在文件夹的不同文件中查找特定单词及其同音字。使用文档搜索 Java API 构建同音字应用程序。..."path/documentsFolder"; String query = "right"; // 在指定文件夹中创建索引 Index...search(query, options); System.out.println("Query: " + query); System...

    blog.groupdocs.com/zh/search/find-homophones-in...
  9. Fuzzy search | GroupDocs

    This article gives the knowledge about the fuzzy search definition, and its capabilities in GroupDocs.Search using Java search API....matches even where search queries or the text of documents to...not exactly match the search query. This type of search can be...

    docs.groupdocs.com/search/nodejs-java/fuzzy-sea...
  10. Fuzzy search | GroupDocs

    This article gives the knowledge about the fuzzy search definition, and its capabilities in GroupDocs.Search using Java search API....matches even where search queries or the text of documents to...not exactly match the search query. This type of search can be...

    docs.groupdocs.com/search/java/fuzzy-search/