Sort Score
Result 10 results
Languages All
Labels All
Results 91 - 100 of 979 for

query

(0.04 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/nodejs-java/build-you...
  2. Highlighted Results of Exact Phrase Search in T...

    We are pleased to announce the release of version 17.12 of GroupDocs.Search for .NET. GroupDocs.Search for .NET 17.12 has come with 4 enhancements. We have introduced the feature of getting highlighted results of exact phrase search in text. Furthermore, we have improved the calculation of relevance of search results as well as redesigned the syntax of the search Query. We would recommend you to enhance your applications using this latest version....redesigned the syntax of the search query. We would recommend you to enhance...search query syntax # The syntax of the search query language...

    blog.groupdocs.com/search/highlighted-results-o...
  3. Find Synonyms of any Word using C# | Synonym Gr...

    Find all the possible synonyms of any word in C# using .NET API. Get different collections of synonyms arranged by different meanings of the same word....and C# code below: Define the query/word to find its synonyms. Create...word in C#. Define the word (query) to find its synonyms. Create...

    blog.groupdocs.com/search/find-synonyms-of-word...
  4. 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...
  5. 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-...
  6. 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
  7. OCR support | Documentation

    OCR support means the ability to connect an external module (library) for the recognition of printed text (optical character recognition, OCR) on images, either separate or embedded in documents. To connect OCR, you need to implement the IOcrConnector interface in the client code. The following example demonstrates how to implement the OCR connector using com.aspose.ocr library for text recognition in images. const indexFolder = 'c:/MyIndex/'; const documentsFolder = 'c:/MyDocuments/'; const Query = 'Einstein'; // Creating an index const index = new groupdocs....= 'c:/MyDocuments/' ; const query = 'Einstein' ; // Creating an...const result = index . search ( query ); More resources GitHub examples...

    docs.groupdocs.com/search/nodejs-java/ocr-support/
  8. 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...
  9. Stop word dictionary | Documentation

    This article gives the knowledge of the API methods which can be used to perform operations about stop word dictionary using Java....const query = 'but' ; const result = index . search ( query ); More...

    docs.groupdocs.com/search/nodejs-java/stop-word...
  10. Search results | Documentation

    This article shows that how to perform the operations on search results....presence of stop word in a search query. The method returns a chunk...phrase 'Lorem ipsum' const query = 'water OR "Lorem ipsum"' ;...

    docs.groupdocs.com/search/nodejs-java/search-re...