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

query

(0.07 sec)
  1. 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 using Java search API....expression (RegEx) search queries are universal and very flexible...text of a document field. Queries of this type always starts...

    docs.groupdocs.com/search/java/regular-expressi...
  2. 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...
  3. 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...
  4. About Search Engines | Documentation

    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...
  5. 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...
  6. 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...
  7. Search index location | Documentation

    This page contains information about index creation methods....Searching in the index string query = "focus" ; SearchResult result...result = index . Search ( query ); To create or load an on-disk...

    docs.groupdocs.com/search/net/search-index-loca...
  8. 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...
  9. 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 property of the spelling...

    docs.groupdocs.com/search/net/spell-checking/
  10. .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...