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

query

(0.03 sec)
  1. 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...
  2. Synonym search online

    Synonym search in document. Perform synonym search of words and phrases online.... × 15% Search query Synonym search Try other Search...of a synonym search is the query "about", which will also match...

    products.groupdocs.app/search/synonym
  3. 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-...
  4. 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...
  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 Fuzzy Search using Java

    Learn to perform fuzzy search using Java for precise and efficient Query matching. Explore how to build document search with fuzzy logic in Java for improved results....approximate matches in your queries Configure the fuzzy search...Index.search with the desired query and the configured SearchOptions...

    kb.groupdocs.com/search/java/perform-fuzzy-sear...