Sort Score
Result 10 results
Languages All
Labels All
Results 151 - 160 of 16,453 for

query

(0.04 sec)
  1. EventHub.ErrorOccurred Event - GroupDocs.Search...

    Occurs when an error happens during an index operation....@"c:\MyDocuments\" ; string query = "Einstein" ; // Creating an...SearchResult result = index.Search(query); See Also Reference EventHub...

    apireference.groupdocs.com/search/net/groupdocs...
  2. Using feature queries - CSS: Cascading Style Sh...

    Feature queries are a useful tool for progressively enhancing a site. They enable you to provide a good solution for all browsers, and an enhanced solution for browsers that support newer properties and values....Français 日本語 中文 (简体) Feature queries are conditional group rules...and property values. Feature queries give web developers a way to...

    developer.mozilla.org/en-US/docs/Web/CSS/CSS_co...
  3. Search with Numbers and Special Characters - Fr...

    Hi, I am using GroupDocs.Search to perform content search from my documents. The issue is I want to search text “SO(FOOD)/1723/2023” as a whole word but I am unable to search this text. As it contains special character…...//large number as string string query = "1683265324332"; SearchResult...index.Search(query); Console.WriteLine("Query: " + query); Console...

    forum.groupdocs.com/t/search-with-numbers-and-s...
  4. Enumerable.Select Method (System.Linq) | Micros...

    Projects each element of a sequence into a new form...."passionfruit", "grape" }; var query = fruits.Select((fruit, index)...index) }); foreach (var obj in query) { Console.WriteLine("{0}",...

    learn.microsoft.com/en-us/dotnet/api/system.lin...
  5. Phrase search | Documentation

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

    docs.groupdocs.com/search/nodejs-java/phrase-se...
  6. Full Text Search Csharp

    Document Automation APIs to enrich .NET and Java applications to view, edit, annotate, convert, compare, e-sign, parse, split, merge, redact, or classify documents of almost all the popular file formats....advanced way to search a text/query over a collection of documents...specified as a textual search query. The documents can be of any...

    blog.groupdocs.com/tag/full-text-search-csharp/
  7. SearchQuery.CreateRegexQuery Method (String, Re...

    Creates a regular expression Query....Creates a regular expression query. Namespace: GroupDocs.Search...SearchQuery A regular expression query. See Also Reference SearchQuery...

    apireference.groupdocs.com/search/net/groupdocs...
  8. Pdf search not working at all in some files and...

    Hi, I am having a problem with terms not being found in pdf files. One file ‘golfcroquetrules.pdf’ I can’t get it to appear in any search results. Another file MyWords.pdf only works for some words and not others. I …...//var query = "Boundary"; //var query = "dummy"; //var query = "Equipment";..."Equipment"; var query = "works"; SearchResult result = index...

    forum.groupdocs.com/t/pdf-search-not-working-at...
  9. 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...
  10. Find Word and its Homophones in Multiple Files ...

    Find specific word and its homophones within different files of a folder using Java. Build application for homophones using document searching Java API.... Define the search word query, indexing folder, and the container...the above code is as follows: Query: right Documents: 2 Occurrences:...

    blog.groupdocs.com/2022/01/13/find-homophones-i...