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

query

(0.06 sec)
  1. 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-...
  2. 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/
  3. Releasing GroupDocs.Search for Java - Document ...

    We are pleased to announce that the first version of GroupDocs.Search for Java has been released. The API allows Java developers to perform searching and indexing operations against various formats to gain data insights. One can easily perform actions to search through different directories and documents for text occurrences, basic metadata fields, file names, document types and many more. Please continue to read more about the features and the file formats supported by the API....the folder, use the search query and you will get the results...folders as well as search the query in multiple indexes. Available...

    blog.groupdocs.com/search/releasing-groupdocs.s...
  4. Perform Case-Sensitive Search using C#

    Easily perform case-sensitive search using C# to retrieve precise results. Learn how to search case-sensitive text in files using C# with step-by-step instructions....match the exact case of your query, making it invaluable in scenarios...Search method with the text query you want to search for, ensuring...

    kb.groupdocs.com/search/net/perform-case-sensit...
  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/java/build-your-first...
  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/nodejs-java/build-you...
  7. 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
  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...