Sort Score
Result 10 results
Languages All
Labels All
Results 81 - 90 of 1,035 for

query

(0.05 sec)
  1. 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...
  2. 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/nodejs-java/about-sea...
  3. 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...
  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. Build your first search solution | Documentation

    First of all you need to create an index. An index can be created in memory or on disk. An index created in memory cannot be saved after exiting your program. In contrast, an index created on disk may be loaded in the future to continue working....search queries. The following types of search queries are supported:...others. Description of search queries of various types is presented...

    docs.groupdocs.com/search/net/build-your-first-...
  6. Java File Search - Search Multiple Texts in Fil...

    Search for multiple texts or phrases in various files spread across diverse folders using Java. Highlight scanning results in respective HTML files.... All your queries find answers here. This article...add method. Define a search query with multiple terms or phrases...

    blog.groupdocs.com/search/search-multiple-texts...
  7. Perform Search by Chunks using Java

    Learn how to perform search by chunks using Java for efficient Querying. Explore Java chunked search in large indexes to optimize performance and scalability....search method using the query string and the search options...Finally, specify the search query and perform the search, retrieving...

    kb.groupdocs.com/search/java/perform-search-by-...
  8. Delete indexed documents | Documentation

    GroupDocs.Search for Node.js has the ability to remove individual documents from the index that are indexed from a stream or structure....indexFolder = 'c:/MyIndex/' ; const query = 'Einstein' ; // Creating an...searchResult1 = index . search ( query ); // Deleting indexed document...

    docs.groupdocs.com/search/nodejs-java/delete-in...
  9. 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....expression (RegEx) search queries are universal and very flexible...text of a document field. Queries of this type always starts...

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