Sort Score
Result 10 results
Languages All
Labels All
Results 321 - 330 of 16,339 for

query

(0.08 sec)
  1. Documents are not getting highlighted - Free Su...

    I am using Groupdocs.Search to highlight phrases in the document (Word, excel, Powerpoint, pdf), but the text is not getting highlighted in almost all the files. sharing my code and the document file for your reference. …...documentsFolder = basePath; string query = request.TextData; // Creating...Search(query, searchOptions); //Utils.TraceResult(query, result);...

    forum.groupdocs.com/t/documents-are-not-getting...
  2. Search does not find word in existing files whe...

    Hello, We have experienced something that looks like a bug in GoupDocs search. I attached a ZIP file at the bottom. If you unzip it, there will be one folder “1000txt” with 10 sub folders with each 100 files in it. The…...Run a search query for the word “tempor” var query = SearchQuery...searchResult = index.Search(query); Expected: searchResult contains...

    forum.groupdocs.com/t/search-does-not-find-word...
  3. SearchOptions.MaxTotalOccurrenceCount Property ...

    Gets or sets the maximum total number of occurrences of all terms in a search Query. The default value is 500000....occurrences of all terms in a search query. The default value is 500000...

    apireference.groupdocs.com/search/net/groupdocs...
  4. GroupDocs.Search for .NET 17.01 Release Notes |...

    Note This page contains release notes for GroupDocs.Search for .NET 17.1 Major Features There are 4 features in this regular monthly release. The most notable are: Implement correcting words in search Query before searching Implement Alias Dictionary functionality Implement Homophone Dictionary functionality Implement Merge Indexes functionality All Changes Key Summary Category SEARCHNET-445 Implement correcting words in search Query before searching New Feature SEARCHNET-703 Implement Alias Dictionary functionality New Feature SEARCHNET-704 Implement Homophone Dictionary functionality New Feature SEARCHNET-177 Implement Merge Indexes functionality New Feature Public API and Backward Incompatible Changes Note This section lists public API changes that were introduced in GroupDocs....correcting words in search query before searching Implement Alias...correcting words in search query before searching New Feature...

    docs.groupdocs.com/search/net/groupdocs-search-...
  5. Keyboard layout correction | Documentation

    This article gives the knowledge that the keyboard layout correction feature can be used when entering search queries, users of your software may make input errors, forgetting to switch the desired keyboard layout using Java search API....feedback When entering search queries, users of your software may...containing word 'sportsman' const query = 'ызщкеыьфт' ; const result...

    docs.groupdocs.com/search/nodejs-java/keyboard-...
  6. opacity - CSS: Cascading Style Sheets | MDN

    The opacity CSS property sets the opacity of an element. Opacity is the degree to which content behind an element is hidden, and is the opposite of transparency....prefers-reduced-transparency media query. Formal definition Initial value...prefers-reduced-transparency media query. The following example demonstrates...

    developer.mozilla.org/en-US/docs/Web/CSS/opacity
  7. DotNET Text Searching API on GroupDocs Blog | D...

    DotNET Text Searching API on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers Recent content in DotNET Text Searching API on GroupDocs Blog | Document Automation Solutions ......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/dotnet-text-searching-ap...
  8. SimilarityLevel - GroupDocs.Search for Java - A...

    All Classes Packages com.groupdocs.search com.groupdocs.search.common com.groupdocs.search.dictionaries com.groupdocs......"c:\\MyDocuments\\"; String query = "Einstein"; Index index =...SearchResult result = index.search(query, options); // Search in index...

    apireference.groupdocs.com/search/java/com.grou...
  9. similaritylevel - GroupDocs.Search for Java - A...

    All Classes Packages com.groupdocs.search com.groupdocs.search.common com.groupdocs.search.dictionaries com.groupdocs......"c:\\MyDocuments\\"; String query = "Einstein"; Index index =...SearchResult result = index.search(query, options); // Search in index...

    apireference.groupdocs.com/search/java/com.grou...
  10. SearchPhaseEventArgs.Words Property - GroupDocs...

    Gets the words obtained in the current phase....SearchPhaseEventArgs Properties Query Property SearchPhase Property...

    apireference.groupdocs.com/search/net/groupdocs...