Sort Score
Result 10 results
Languages All
Labels All
Results 171 - 180 of 2,849 for

index

(0.07 sec)
  1. Search for text containing special characters |...

    This article shows how to handle search queries if they contain special characters and separator characters....the text, since it is not indexed. And as a result, words containing...found. Since, in fact, when indexing, these characters break the...

    docs.groupdocs.com/search/net/search-for-text-c...
  2. Evaluation Limitations and Licensing | Document...

    Free search api version is available to evaluate the API which will be similar as licensed but with few limitations.... Indexing Limitations Following are the indexing limitations...number of indexed documents in one index or in several indexes for...

    docs.groupdocs.com/search/java/evaluation-limit...
  3. Get Indexed Documents using C#

    Learn how to get Indexed documents using C# with our step-by-step guide. Discover how to retrieve Indexed documents in C# efficiently for improved document management....Redaction Product Family Get Indexed Documents using C# Efficiently...or document repositories. Indexing not only optimizes search...

    kb.groupdocs.com/search/net/get-indexed-documen...
  4. 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....particularly when working with indexes containing vast numbers of...Java chunked search in large indexes , developers can achieve scalable...

    kb.groupdocs.com/search/java/perform-search-by-...
  5. vendor-8ede1d945f763edd520846ef57bd5833.css

    .ember-basic-dropdown{position:relative}.ember-basic-dropdown,.ember-basic-dropdown-content,.ember-basic-dropdown-content *{box-sizing:border-box}.ember-basic-dropdown-content{position:absolute;wid......tion:absolute;width:auto;z-index:1000;background-color:#fff}...5);width:100%;height:100%;z-index:10;top:0;left:0;pointer-events:none}...

    dashboard.heroku.com/assets/vendor-8ede1d945f76...
  6. Search by chunks | Documentation

    This article gives the knowledge about the ability to perform search by chunks using Java search API....method of the class, only in one index segment search is performed...relevant when searching in large indexes containing tens and hundreds...

    docs.groupdocs.com/search/java/search-by-chunks/
  7. Build search query | Documentation

    This page contains information about building text search queries of various types. More examples on building search queries are provided on the page...result = index . search ( query ); // Search in the index Wildcard...ffect" ; SearchResult result = index . search ( query ); // Search...

    docs.groupdocs.com/search/java/build-search-query/
  8. 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....Developer Guide / Advanced Usage / Indexing / OCR support OCR support...Creating an index const index = new groupdocs . search . Index ( indexFolder...

    docs.groupdocs.com/search/nodejs-java/ocr-support/
  9. Get Indexed Documents using Java

    Explore our step-by-step guide to learn how to get Indexed documents using Java. Find out how to retrieve Indexed documents in Java to enhance your document management....Family Get Indexed Documents using Java Indexing plays a key...repositories. By mastering how to get indexed documents using Java , you...

    kb.groupdocs.com/search/java/get-indexed-docume...
  10. Homophone search | Documentation

    This article gives the knowledge which allows you to find not only the words specified in the search query, but also the homophones, words that are pronounced the same but differ in meaning using Java search API....an index in the specified folder Index index = new Index ( indexFolder...); // Indexing documents from the specified folder index . add...

    docs.groupdocs.com/search/java/homophone-search/