Sort Score
Result 10 results
Languages All
Labels All
Results 71 - 80 of 1,066 for

query

(0.09 sec)
  1. Merge Indexes With GroupDocs.Search for .NET 17...

    Team GroupDocs is really excited to announce the monthly release of GroupDocs.Search for .NET 17.1.0 API. We have introduced four new features in this release. The most notable feature introduced in this release is the functionality to merge indexes. The API has also extended its search functionality and introduces correction of a misspelled search Query before searching. The latest API implements homophone dictionary functionality and alias dictionary functionality as well....correction of a misspelled search query before searching. The latest...misspelled words in search query before searching Ability to...

    blog.groupdocs.com/search/groupdocs.search-.net...
  2. Homophone search | GroupDocs

    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...
  3. About Search Engines | GroupDocs

    This page is about the classification of search engines and what place GroupDocs.Search API occupies in this classification. There are a large number of ways to classify search engines. Here are the main ones...help users refine their search query. The goal is to provide users...involves entering a search query and subsequent retrieval of...

    docs.groupdocs.com/search/net/about-search-engi...
  4. Document attributes | GroupDocs

    Document attributes is a special feature designed for marking indexed documents with text labels without the need for re-indexing....createAttribute ( 'main' )); const query = 'Einstein' ; const result...result = index . search ( query , options ); Attributes can be associated...

    docs.groupdocs.com/search/nodejs-java/document-...
  5. Regular expression Search using Java

    Efficiently perform regular expression search using Java for advanced pattern matching in documents. Learn how to implement regular expression search in Java....add method Create a string query that defines the regular expression...with the regular expression query to execute the search To carry...

    kb.groupdocs.com/search/java/regular-expression...
  6. Spell checking | GroupDocs

    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 property of the spelling...

    docs.groupdocs.com/search/net/spell-checking/
  7. .NET File Search - Search Multiple Texts in Fil...

    Search for multiple texts or phrases in various files spread across diverse folders using C#. Highlight scanning results in respective HTML files.... Define a search query with multiple terms or phrases...From the result of the search query, you can further extract information...

    blog.groupdocs.com/search/search-multiple-texts...
  8. Numeric range search | GroupDocs

    This article gives the knowledge about numeric range search which allows you to search in documents any integer numbers in the range from 0 to 9223372036854775807 (Int64.MaxValue).... A search query of this type is specified as...documentsFolder ); // Search with text query SearchResult result1 = index...

    docs.groupdocs.com/search/net/numeric-range-sea...
  9. Synonym search | GroupDocs

    This article shows that how synonym search allows you to find not only the words specified in the search Query, but also the synonyms, words that means the same....words specified in the search query, but also the synonyms, words...'better' will also be found const query = 'improve' ; const result =...

    docs.groupdocs.com/search/nodejs-java/synonym-s...
  10. Perform Fuzzy Search using C#

    Learn how to perform fuzzy search using C# for accurate and efficient Query matching. Discover how to build document search with fuzzy logic in C# for better results....results even when the search query and the target content are not...search on the index using the query and the SearchOptions to retrieve...

    kb.groupdocs.com/search/net/perform-fuzzy-searc...