Sort Score
Result 10 results
Languages All
Labels All
Results 341 - 350 of 2,561 for

search index

(0.03 sec)
  1. Separate data extraction | Documentation

    This article explains how to separately extract data from documents and add the extracted data to the Index....Search Product Solution GroupDocs...GroupDocs.Search Product Family / GroupDocs.Search for .NET /...

    docs.groupdocs.com/search/net/separate-data-ext...
  2. Custom text extractors | Documentation

    GroupDocs.Search for Java supports Indexing of many document formats. But there is also the possibility to implement support for any format other than the existing ones....Search Product Solution GroupDocs...GroupDocs.Search Product Family / GroupDocs.Search for Java /...

    docs.groupdocs.com/search/java/custom-text-extr...
  3. Find Word and its Homophones in Multiple Files ...

    Find specific word and its homophones within different files of a folder using C#. Build .NET app for homophones using document Searching API by GroupDocs...article, you’ll learn how to search homophones within multiple...below: .NET API - Homophone Search Find homophones in documents...

    blog.groupdocs.com/search/find-homophones-in-mu...
  4. Find Word and its Homophones in Multiple Files ...

    Find specific word and its homophones within different files of a folder using Java. Build application for homophones using document Searching Java API....this article, we’ll see how to search homophones within multiple...below: Java API - Homophone Search Find homophones in documents...

    blog.groupdocs.com/search/find-homophones-in-mu...
  5. 使用 C# .NET 在 Word、Excel、PDF、ZIP 文档格式中搜索文本

    GroupDocs.Search 是一个功能强大的全文搜索 API,它允许您在应用程序中搜索 70 多种文档格式。...Search 是一个功能强大的全文搜索 API,允许您在应用程序中搜索...。为了能够立即搜索数千个文档,必须将它们添加到索引中。 为什么使用 GroupDocs.Search 作为开发人员? # 搜索支持格式的文档不需要额外的软件。...

    blog.groupdocs.com/zh/search/search-text-in-wor...
  6. GroupDocs.Search for .NET 17.5.0 Now Supports S...

    Team GroupDocs is really excited to announce the monthly release of GroupDocs.Search for .NET 17.5.0 API. We have introduced a number of new features and enhancements in this release. The most notable improvement made to the API in this release is the support for some new formats like epub, OneNote, OpenDocument presentation format etc. For a better user experience the API has implemented optimization of simple and fuzzy Search along with optimizing the Index data on hard disk....Search for .NET 17.5.0 API. We have...simple and fuzzy search along with optimizing the index data on hard...

    blog.groupdocs.com/search/groupdocs.search-.net...
  7. Indexing reports | Documentation

    Indexing reports are created for Indexing and updating operations. Indexing reports can be retrieved from the Index using the getIndexingReports method. Reports are stored in the Index only while the Index is loaded into RAM for use. If you reload the Index, the reports will not be restored. You can configure the maximum number of stored reports using the setMaxIndexingReportCount method of the IndexSettings class. The default value is 5. Learn more about Index settings on the page Search Index settings....Search Product Solution GroupDocs...GroupDocs.Search Product Family / GroupDocs.Search for Java /...

    docs.groupdocs.com/search/java/indexing-reports/
  8. Extraction in separate process | Documentation

    This article describes how to minimize the situation of resource shortage in the Indexing process...Search Product Solution GroupDocs...GroupDocs.Search Product Family / GroupDocs.Search for .NET /...

    docs.groupdocs.com/search/net/extraction-in-sep...
  9. 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. String IndexFolder = "c:\\MyIndex"; String documentFolder = "c:\\MyDocuments"; // Creating an Index Index Index = new Index(IndexFolder); // Setting the OCR Indexing options IndexingOptions options = new IndexingOptions(); options....Search Product Solution GroupDocs...GroupDocs.Search Product Family / GroupDocs.Search for Java /...

    docs.groupdocs.com/search/java/ocr-support/
  10. Delete indexed paths | Documentation

    GroupDocs.Search supports the ability to remove Indexed files and folders from an Index. Only files or folders that were explicitly added to the Index can be deleted....Search Product Solution GroupDocs...GroupDocs.Search Product Family / GroupDocs.Search for .NET /...

    docs.groupdocs.com/search/net/delete-indexed-pa...