Sort Score
Result 10 results
Languages All
Labels All
Results 141 - 150 of 16,453 for

query

(0.05 sec)
  1. Difficulty in searching with special characters...

    Hi, I am using GroupDocs.Search to perform a content search from my documents. The issue is I want to search text “SO(FOOD)” or “#toptrends” as a whole word. I am able to search this text as a file name but not if this…...@"\"); } } var query = word.ToString(); if (query.Contains(" "))...")) { query = "\"" + query + "\""; } var result = index.Search(query);...

    forum.groupdocs.com/t/difficulty-in-searching-w...
  2. Perform Fuzzy Search in Documents Online

    Unlock the power of fuzzy search! Learn how to search almost matching results in text-based documents online & programmatically....the document by providing a query using this online tool: Visit...area. Provide the Query in the Search query section. Configure...

    blog.groupdocs.com/search/online-fuzzy-search/
  3. 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/search/find-homophones-in-mu...
  4. search API for .NET

    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....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/
  5. Spell checking | Documentation

    This article shows that how spell checking works during the search....During the search, a search query can be checked for spelling...spelling correction in search queries, the method of the spelling...

    docs.groupdocs.com/search/nodejs-java/spell-che...
  6. 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/java/phrase-search/
  7. SearchReport.TextQuery Property - GroupDocs.Sea...

    Gets the search Query in text form....TextQuery Property Gets the search query in text form. Namespace: GroupDocs...Value Type: String The search query in text form. See Also Reference...

    apireference.groupdocs.com/search/net/groupdocs...
  8. Build your Full Text Search Solution in C# | Fi...

    Text searching API for .NET applications to search via indexing. Find text in multiple Word, Excel, PDF, text files of a folder & highlight search results....advanced way to search a text/query over a collection of documents...operation (search a specific query), only the index is referenced...

    blog.groupdocs.com/search/build-your-full-text-...
  9. SearchOptions - GroupDocs.Search for Java - API...

    All Classes Packages com.groupdocs.search com.groupdocs.search.common com.groupdocs.search.dictionaries com.groupdocs......occurrences of each term in a search query. int getMaxTotalOccurrenc ()...occurrences of all terms in a search query. ISearchDocumentFilte getSearchDocumentFil...

    apireference.groupdocs.com/search/java/com.grou...
  10. Find any Word and its Synonyms in Multiple File...

    Find specific word and its synonyms within different files using Java. Similary, 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/2021/10/03/find-synonyms-in-...