Sort Score
Result 10 results
Languages All
Labels All
Results 21 - 30 of 979 for

query

(0.04 sec)
  1. Case sensitive search | Documentation

    This article gives the knowledge of the case sensitive search which allows you to find words considering uppercase and lowercase letters as distinct using Java....case-sensitive search with a query in text form. const indexFolder...case sensitive search const query = 'Advantages' ; const result...

    docs.groupdocs.com/search/nodejs-java/case-sens...
  2. Case sensitive search | Documentation

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

    docs.groupdocs.com/search/java/case-sensitive-s...
  3. Wildcard search in DOCX online

    Wildcard search in DOCX. Perform wildcard search of words and phrases online.... × 15% Search query Phrase search Search all words...wildcard search example is the query "?in*", for which the application...

    products.groupdocs.app/search/wildcard/docx
  4. Text search in network | Documentation

    This page contains information about full-text searching in the search network....object forms of the search query are supported when appropriate...isObjectForm ) { SearchQuery query = SearchQuery . createWordQuery...

    docs.groupdocs.com/search/java/text-search-in-n...
  5. Text search in network | Documentation

    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...
  6. Wildcard search | Documentation

    This article shows the operations of wildcard search which allows you to search for words with unknown letters or ranges of letters.... In text form of a search query, there are 2 forms of wildcard...closer to the end of a search query. It is important to know that...

    docs.groupdocs.com/search/net/wildcard-search/
  7. Wildcard search | Documentation

    This article shows the operations of wildcard search which allows you to search for words with unknown letters or ranges of letters.... In text form of a search query, there are 2 forms of wildcard...closer to the end of a search query. It is important to know that...

    docs.groupdocs.com/search/java/wildcard-search/
  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. 使用 Java 在多个文件中查找任何单词及其同义词

    使用 Java 在不同文件中查找特定单词及其同义词。同样,使用 Java Search API 获取按不同含义分组的所有同义词。..."path/documentsFolder"; String query = "make"; // 在指定文件夹中创建索引 Index...search(query, options); System.out.println("Query: " + query); System...

    blog.groupdocs.com/zh/search/find-synonyms-in-m...
  10. Find Word and its Homophones in Multiple Files ...

    Find specific word and its homophones within different files of a folder using C#. Build .NET app for homophones using document searching API by GroupDocs... Define the search query, an indexing folder, and the...calling Search method with the query and search options. Use the...

    blog.groupdocs.com/search/find-homophones-in-mu...