Sort Score
Result 10 results
Languages All
Labels All
Results 121 - 130 of 16,453 for

query

(0.04 sec)
  1. SearchReport.ObjectQuery Property - GroupDocs.S...

    Gets the search Query in object form....ObjectQuery Property Gets the search query in object form. Namespace: GroupDocs...Type: SearchQuery The search query in object form. See Also Reference...

    apireference.groupdocs.com/search/net/groupdocs...
  2. 使用 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...
  3. SearchOptions.MaxOccurrenceCountPerTerm Propert...

    Gets or sets the maximum number of occurrences of each term in a search Query. The default value is 100000....occurrences of each term in a search query. The default value is 100000...occurrences of each term in a search query. See Also Reference SearchOptions...

    apireference.groupdocs.com/search/net/groupdocs...
  4. Faceted search | Documentation

    This article gives the knowledge of the creation of faceted search queries....creation of faceted search queries. Faceted search definition...search. Creating faceted search queries Faceted search allows you to...

    docs.groupdocs.com/search/net/faceted-search/
  5. Phrase search | Documentation

    This article gives the knowledge about phrase search definition as well as a phrase search description....to specify a phrase search query: “word1 word2 word3 …”...required, for example: string query = “\“theory of relativity\””;...

    docs.groupdocs.com/search/net/phrase-search/
  6. Implementing Wildcard Search Functionality in y...

    post. Tagged with java, indexing, api, groupdocs....indices and use various search queries such as simple, boolean, regular...wildcard search using text query: // Creating index Index index...

    dev.to/groupdocs/implementing-wildcard-search-f...
  7. SearchReport Properties - GroupDocs.Search for ...

    Gets the number of documents found....ObjectQuery Gets the search query in object form. OccurrenceCount... TextQuery Gets the search query in text form. See Also Reference...

    apireference.groupdocs.com/search/net/groupdocs...
  8. Faceted search | Documentation

    This article gives the knowledge of the creation of faceted search queries using Java search API....creation of faceted search queries. Faceted search definition...search. Creating faceted search queries Faceted search allows you to...

    docs.groupdocs.com/search/java/faceted-search/
  9. Compatibly Matrix for .Net - Free Support Forum...

    Our project is currently built on.Net 5 (.Net Core 5) and the examples for the Search do not work out of the box. We are trying to consider this product but I’m not sure if it is compatible. With .Net 5 being fairly new …...WriteLine("Please enter query phrase:"); string query = Console.ReadLine();...index.Search(query); Console.WriteLine("Query: " + query); Console...

    forum.groupdocs.com/t/compatibly-matrix-for-net...
  10. Find any Word and its Synonyms in Multiple File...

    Find specific word and its synonyms within different files using Java. Similarly, get all the synonyms, grouped by different meanings using Java Search API....folder, document’s folder and query (the word to search). Create...of Index class and pass the query with search options. Print the...

    blog.groupdocs.com/search/find-synonyms-in-mult...