Sort Score
Result 10 results
Languages All
Labels All
Results 201 - 210 of 16,339 for

query

(0.05 sec)
  1. Introducing Exact Phrase Search in GroupDocs.Se...

    We have always been improving our APIs to meet the requirements of our customers. Therefore, today, we are announcing another monthly release of GroupDocs.Search for .NET. GroupDocs.Search for .NET 16.10 introduces exact phrase search that enables the users to search the documents containing the exact Query string. Furthermore, the working of the API is improved by introducing a couple of enhancements and a fix. Download the latest version to upgrade your applications....documents containing the exact query string. Furthermore, the working...Indexing or Updating Fix - Fix Query Parser to parse file names with...

    blog.groupdocs.com/search/groupdocs-search-dotn...
  2. CSSMediaRule - Web APIs | MDN

    Learn about the CSSMediaRule interface, including its properties and methods, code examples, specifications, and browser compatibility....CSS below includes a media query with one style rule. As this...CSSMediaRule representing the media query. log.textContent += ` ${mediaList...

    developer.mozilla.org/en-US/docs/Web/API/CSSMed...
  3. EventHub Class - GroupDocs.Search for .NET - AP...

    Provides index events for subscribing....@"c:\MyDocuments\" ; string query = "Einstein" ; // Creating an...SearchResult result = index.Search(query); See Also Reference GroupDocs...

    apireference.groupdocs.com/search/net/groupdocs...
  4. Enumerable.GroupBy Method (System.Linq) | Micro...

    Groups the elements of a sequence.... var query = petsList.GroupBy( pet => Math...type. foreach (var result in query) { Console.WriteLine("\nAge...

    learn.microsoft.com/en-us/dotnet/api/system.lin...
  5. DateFormat Class - GroupDocs.Search for .NET - ...

    Represents a date format....@"c:\MyDocuments\" ; string query = "daterange(2017-01-01 ~~ 2019-12-31)"...SearchResult result = index.Search(query, options); // Search in index...

    apireference.groupdocs.com/search/net/groupdocs...
  6. Search Text in Folders by Indexing using C# | U...

    Search text by parts, text indexing, specify the number of search threads, and get search time to get search results in C# using GroupDocs Search API for .NET Developers....index by providing your search query and searching options. Now in...@"c:\\MyDocuments\\"; string query = "Einstein"; // Creating an...

    blog.groupdocs.com/search/search-text-by-indexi...
  7. Homophone search | Documentation

    This article gives the knowledge which allows you to find not only the words specified in the search Query, but also the homophones, words that are pronounced the same but differ in meaning using Java search API....words specified in the search query, but also the homophones, words...const query = 'call' ; const result = index . search ( query , options...

    docs.groupdocs.com/search/nodejs-java/homophone...
  8. Search API for .NET on GroupDocs Blog | Documen...

    Search API for .NET on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers Recent content in Search API for .NET on GroupDocs Blog | Document Automation Solutions for .NET & J......Furthermore, you can search with a query in the form of object tree as...redesigned the syntax of the search query. We would recommend you to enhance...

    blog.groupdocs.com/tag/search-api-for-.net/inde...
  9. SQL | GroupDocs.Viewer for .NET API Reference

    Structured Query Language Data File .sql...SQL field Structured Query Language Data File (.sql) public...

    reference.groupdocs.com/viewer/net/groupdocs.vi...
  10. Regular expression search | Documentation

    This article gives the knowledge about the regular expression (RegEx) search queries which are universal and very flexible, but at the same time, in large indexes, their performance becomes extremely low....expression (RegEx) search queries are universal and very flexible...text of a document field. Queries of this type always starts...

    docs.groupdocs.com/search/net/regular-expressio...