Sort Score
Result 10 results
Languages All
Labels All
Results 61 - 70 of 1,054 for

query

(0.03 sec)
  1. Build Full Text Search Solution in Java | Find ...

    Full-text search API for Java applications to search via indexing. Find text in multiple Word, Excel, PDF, TXT files of a folder & highlight search results....search is a way to search a text/query within a collection of documents...ready to handle the search queries. The following simple two lines...

    blog.groupdocs.com/search/build-full-text-searc...
  2. Cancel Search Operation at Runtime using GroupD...

    We are pleased to announce the release of GroupDocs.Search for .NET 18.1. Using the latest version, you can **cancel search operation **at runtime. Furthermore, you can search with a Query in the form of object tree as a parameter, search with the **wildcard **in phrase search, use **ISO 8610 **date format in date range search, and use **collection **of date formats for range search. We would recommend you to enhance your applications using this latest version....Furthermore, you can search with a query in the form of object tree as...operation at runtime Searching in query in form of object tree Searching...

    blog.groupdocs.com/search/cancel-search-operati...
  3. Numeric range search | Documentation

    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) using Java search API.... A search query of this type is specified as...documentsFolder ); // Search with text query SearchResult result1 = index...

    docs.groupdocs.com/search/java/numeric-range-se...
  4. GroupDocs.Search for .NET 17.2.0 Recognizes Que...

    It gives us great pleasure to announce the monthly release of GroupDocs.Search for .NET 17.2.0 API. We have introduced two enhancements and a new feature in this release. The API now supports multiple search features in a single search Query. Another exciting feature introduced in this release is the ability to recognize queries written in a different keyboard layout. We suggest you to download the latest API and check out all the features introduced in this release....features in a single search query. Another exciting feature introduced...is the ability to recognize queries written in a different keyboard...

    blog.groupdocs.com/search/groupdocs.search-.net...
  5. 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-...
  6. 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...
  7. 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...
  8. 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...
  9. Perform Wildcard Search using C#

    Learn how to perform wildcard search using C#. Explore wildcard search in C# with single character and group wildcards for efficient and flexible search queries....document management, and database querying. In this article, we explore...developers can handle flexible query patterns by employing placeholders...

    kb.groupdocs.com/search/net/perform-wildcard-se...
  10. Document attributes | Documentation

    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-...