Sort Score
Result 10 results
Languages All
Labels All
Results 581 - 590 of 4,124 for

search index

(0.1 sec)
  1. 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....Search Product Solution GroupDocs...GroupDocs.Search Product Family / GroupDocs.Search for Node.js...

    docs.groupdocs.com/search/nodejs-java/ocr-support/
  2. Index.SearchNext Method - GroupDocs.Search for ...

    Continues the chunk Search started with method Search....Search - API Reference GroupDocs.Search - API Reference...Reference GroupDocs.Search Index Class Index Methods SearchNext Method...

    apireference.groupdocs.com/search/net/groupdocs...
  3. Index.Highlight Method (FoundDocument, Highligh...

    Generates HTML formatted text with highlighted found terms....Search - API Reference GroupDocs.Search - API Reference...Reference GroupDocs.Search Index Class Index Methods Highlight Method...

    apireference.groupdocs.com/search/net/groupdocs...
  4. Storing text of indexed documents | Documentation

    This article explains that how to store text of Indexed documents using Java....Search Product Solution GroupDocs...GroupDocs.Search Product Family / GroupDocs.Search for Node.js...

    docs.groupdocs.com/search/nodejs-java/storing-t...
  5. 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....Search Product Solution GroupDocs...GroupDocs.Search Product Family / GroupDocs.Search for Node.js...

    docs.groupdocs.com/search/nodejs-java/delete-in...
  6. GroupDocs.Search for .NET 17.05 Release Notes |...

    Note This page contains release notes for GroupDocs.Search for .NET 17.5 Major Features There are 8 features and enhancements in this regular monthly release. The most notable are: SearchNET-1004 Implement optimization of simple Search and fuzzy Search SearchNET-1005 Implement optimization of Index data on hard disc SearchNET-1007 Remove LoadSynonyms(string fileName) obsolete method SearchNET-1008 Remove SearchParameters.UseFuzzySearch obsolete parameter SearchNET-1009 Implement support of OneNote documents SearchNET-1010 Implement support of Electronic Publications (epub) SearchNET-1011 Implement support of new Presentations formats (pptm and ppsm) SearchNET-1012 Implement support of OpenDocument presentation format (odp) All Changes Key Summary Category SearchNET-1004 Implement optimization of simple Search and fuzzy Search Enhancement SearchNET-1005 Implement optimization of Index data on hard disc Enhancement SearchNET-1007 Remove LoadSynonyms(string fileName) obsolete method Enhancement SearchNET-1008 Remove SearchParameters....Search Product Solution GroupDocs...GroupDocs.Search Product Family / GroupDocs.Search for .NET /...

    docs.groupdocs.com/search/net/groupdocs-search-...
  7. Features Overview | Documentation

    The Search api allow you to optimize, merge, delete, update and create Indexes along with many other fascinating features...Search Product Solution GroupDocs...GroupDocs.Search Product Family / GroupDocs.Search for Java /...

    docs.groupdocs.com/search/java/features-overview/
  8. Features Overview | Documentation

    The Search api allow you to optimize, merge, delete, update and create Indexes along with many other fascinating features...Search Product Solution GroupDocs...GroupDocs.Search Product Family / GroupDocs.Search for Node.js...

    docs.groupdocs.com/search/nodejs-java/features-...
  9. GroupDocs.Search for .NET 18.2 Release Notes | ...

    Note This page contains release notes for GroupDocs.Search for .NET 18.2. Major Features There are 3 enhancements in this regular monthly release. The most notable are: Implement compact Index feature Implement option for multithreaded Indexing Improve Index structure to increase Indexing speed All Changes Key Summary Category SearchNET-1157 Implement compact Index feature Enhancement SearchNET-1321 Implement option for multithreaded Indexing Enhancement SearchNET-1414 Improve Index structure to increase Indexing speed Enhancement Public API and Backward Incompatible Changes Note This section lists public API changes that were introduced in GroupDocs....Search Product Solution GroupDocs...GroupDocs.Search Product Family / GroupDocs.Search for .NET /...

    docs.groupdocs.com/search/net/groupdocs-search-...
  10. Indexing with stop words | Documentation

    Stop words are frequently used words that do not carry a semantic meaning and can be removed from an Index to reduce its size. You can enable or disable the use of stop words by calling the setUseStopWords method of the IndexSettings class. The default value is true, meaning that stop words are filtered during Indexing and not added to the Index. A list of stop words to use during Indexing can be specified in the stop word dictionary....Search Product Solution GroupDocs...GroupDocs.Search Product Family / GroupDocs.Search for Java /...

    docs.groupdocs.com/search/java/indexing-with-st...