Sort Score
Result 10 results
Languages All
Labels All
Results 111 - 120 of 2,832 for

indexing

(0.1 sec)
  1. Escape Special Characters in Search Queries usi...

    We are pleased to announce the monthly release of GroupDocs.Search for .NET 19.2. Improvements such as Indexing of a ZIP archive inside other ZIP and escape of special characters in search queries are introduced. Please check GroupDocs.Search for .NET 19.2 release notes for further reference. We would recommend you to download and integrate latest version of the API. Breaking Change Removed obsolete methods Import and Export from dictionary classes Improvements Following improvements are introduced in this release:... Improvements such as indexing of a ZIP archive inside other...@"c:\MyDocuments"; // Creating index Index index = new Index(indexFolder); //...

    blog.groupdocs.com/search/escape-special-charac...
  2. 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....Developer Guide / Advanced Usage / Indexing / OCR support OCR support...// Creating an index Index index = new Index ( indexFolder );...

    docs.groupdocs.com/search/java/ocr-support/
  3. Update index | Documentation

    This article explains that how to update indexed documents, as well as updating an index version in Java....Advanced Usage / Indexing / Update index Update index Leave feedback...updating indexed documents, as well as updating an index version...

    docs.groupdocs.com/search/java/update-index/
  4. Update index | Documentation

    This article explains that how to update indexed documents, as well as updating an index version in Java....Advanced Usage / Indexing / Update index Update index Leave feedback...updating indexed documents, as well as updating an index version...

    docs.groupdocs.com/search/nodejs-java/update-in...
  5. Search index settings | Documentation

    This page contains a description of all index settings that can be specified in an instance of the IndexSettings class....Creating an index / Search index settings Search index settings...contains a description of all index settings that can be specified...

    docs.groupdocs.com/search/net/search-index-sett...
  6. Search thread safety | Documentation

    This article shows that how search thread safety works....simultaneous searches Search in an index is a thread safe operation....cross-threading problems. Search during indexing, updating, optimizing, or...

    docs.groupdocs.com/search/java/search-thread-sa...
  7. 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....Developer Guide / Advanced Usage / Indexing / Custom text extractors Custom...GroupDocs.Search supports indexing of many document formats....

    docs.groupdocs.com/search/java/custom-text-extr...
  8. System.ArgumentException: MaxValue can't be les...

    We are getting the following error event for a chm files when trying to index them. We are getting the exception via index.Events.ErrorOccurred += ... System.ArgumentException: MaxValue can't be less than StartValue …...trying to index them. We are getting the exception via index.Events...This can occur during the indexing process when the library attempts...

    forum.groupdocs.com/t/system-argumentexception-...
  9. Get List of Indexed Documents using GroupDocs.S...

    We are pleased to announce the monthly release of GroupDocs.Search for .NET 18.9. Using the latest version, you can now get the list of indexed documents and document’s text from the index archive. Moreover, you can now save encodings automatically which were used to extract text from TXT files. We would recommend you to install and use the latest version of the API. Enhancements Following are the enhancements introduced in the latest version:...list of indexed documents and document’s text from the index archive...latest version: Get List of Indexed Documents # Using GroupDocs...

    blog.groupdocs.com/search/get-list-of-indexed-d...
  10. Get Search and Index Report Using GroupDocs.Sea...

    Team GroupDocs is always focused on delivering the best to their customers and this is why we have come up with yet another monthly release of the search API which adds some very valuable features and enhancements to the GroupDocs.Search for .NET API. Using the latest version, users can get detailed report about searching or Indexing. The API has also added Fiction book format to the list of supported formats....report about searching or indexing. The API has also added Fiction...FictionBook (fb2) format Implement Indexing Report functionality Implement...

    blog.groupdocs.com/search/get-search-and-index-...