Sort Score
Result 10 results
Languages All
Labels All
Results 101 - 110 of 1,055 for

query

(0.04 sec)
  1. 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-...
  2. 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...
  3. C# Fuzzy Search - Find in Files across Folders

    Unlock the power of programmatic fuzzy search in C#! Search multiple text-based documents across folders for approximate matches with error tolerance....for flexibility in search queries. This is particularly useful...created index. Define the search query . Activate the Fuzzy Search...

    blog.groupdocs.com/search/fuzzy-search-csharp/
  4. Reverse Image Search in Documents

    Build your app with reverse image search functionality in documents and image files....using an image as the search query instead of text. Unlike traditional...Hashes : Once the hash for the query image is generated, it is compared...

    blog.groupdocs.com/search/reverse-image-search/
  5. Date range search | Documentation

    This article gives the knowledge that how to search by date with date range search using Java search API....creation of date wise search queries, and also describes the management...Creating date range search queries Date range search allows you...

    docs.groupdocs.com/search/java/date-range-search/
  6. 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/java/build-your-first...
  7. 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/nodejs-java/build-you...
  8. Upcoming Release of GroupDocs.Search for Java

    We are about to release GroupDocs.Search for Java, a full-featured, back-end API that could easily be utilized by Java developers in their projects. It is a fascinating document search API that extracts text and metadata from documents. Furthermore, it performs advanced searching and indexing operations on the basis of fuzzy and synonym algorithms. API also supports full-text search. Features Offered by GroupDocs.Search for JavaGroupDocs will keep on updating this API with new features....Features # Search Queries # Simple Queries Boolean Queries Regular Expression...Expression Queries Faceted Search Queries Case Sensitive Search...

    blog.groupdocs.com/search/upcoming-release-of-g...
  9. Indexing metadata of documents | Documentation

    API allows creating of full-text and / or metadata index on documents. To index only metadata without main content of documents, you only need to set IndexType.MetadataIndex when creating an index....Searching in the index const query = 'Einstein' ; const result...result = index . search ( query ); More resources GitHub examples You...

    docs.groupdocs.com/search/nodejs-java/indexing-...
  10. Perform Wildcard Search using Java

    Learn how to perform wildcard search using Java. Discover how to use wildcard search in Java and group wildcards for more efficient and flexible search queries....technique for handling search queries where exact matches are uncertain...wildcard usage helps optimize query performance and improve the...

    kb.groupdocs.com/search/java/perform-wildcard-s...