Sort Score
Result 10 results
Languages All
Labels All
Results 2,501 - 2,510 of 3,616 for

feature

(0.03 sec)
  1. Indexing reports | GroupDocs

    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....documentation articles and see the features in action in our GitHub examples:...search App Along with full featured .NET library we provide simple...

    docs.groupdocs.com/search/java/indexing-reports/
  2. Logging | GroupDocs

    This page contains information on creating and assigning a logger of an index, as well as on the implementation of a custom logger. Use of standard file logger In order to save information about events and errors in an index into a file, you should use the standard file logger or your own custom logger. It is important to remember that each time you open an existing index, you must create and assign an instance of the logger again, because the logger is not saved....documentation articles and see the features in action in our GitHub examples:...search App Along with full featured .NET library we provide simple...

    docs.groupdocs.com/search/java/logging/
  3. Alphabet | GroupDocs

    This article gives the knowledge of the API methods which can be used to perform operations about Alphabets using Java....documentation articles and see the features in action in our GitHub examples:...search App Along with full featured .NET library we provide simple...

    docs.groupdocs.com/search/nodejs-java/alphabet/
  4. GroupDocs.Conversion for .NET 25.8 - En Son Gün...

    GroupDocs.Conversion for .NET v25.8'deki yenilikleri keşfedin. Şimdi NuGet ve GroupDocs web sitesinde mevcut....8 , packed with powerful features, performance enhancements...the key API updates and new features: SvgLoadOptions Sınıfı – Artık...

    blog.groupdocs.com/tr/conversion/groupdocs-conv...
  5. GroupDocs.Viewer per .NET 25.11 – Ultimi aggior...

    Scopri le novità di GroupDocs.Viewer per .NET 25.11. Disponibile ora su NuGet e sul sito web di GroupDocs....di questa versione # [New feature] Aggiungere l’opzione per visualizzare...to any output format. The feature is exposed through a new Boolean...

    blog.groupdocs.com/it/viewer/groupdocs-viewer-f...
  6. Indexing reports | GroupDocs

    This article demonstrates that how indexing reports can be retrieved from the index using search API...documentation articles and see the features in action in our GitHub examples:...search App Along with full featured .NET library we provide simple...

    docs.groupdocs.com/search/net/indexing-reports/
  7. Delete indexed documents | GroupDocs

    GroupDocs.Search has the ability to remove individual documents from the index that are indexed from a stream or structure....documentation articles and see the features in action in our GitHub examples:...search App Along with full featured .NET library we provide simple...

    docs.groupdocs.com/search/net/delete-indexed-do...
  8. Custom text extractors | GroupDocs

    GroupDocs.Search for Node.js supports indexing of many document formats. But there is also the possibility to implement support for any format other than the existing ones....documentation articles and see the features in action in our GitHub examples:...search App Along with full featured .NET library we provide simple...

    docs.groupdocs.com/search/nodejs-java/custom-te...
  9. Stop word dictionary | GroupDocs

    This article gives the knowledge of the API methods which can be used to perform operations about stop word dictionary using Java....documentation articles and see the features in action in our GitHub examples:...search App Along with full featured .NET library we provide simple...

    docs.groupdocs.com/search/java/stop-word-dictio...
  10. OCR support | GroupDocs

    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....documentation articles and see the features in action in our GitHub examples:...search App Along with full featured .NET library we provide simple...

    docs.groupdocs.com/search/nodejs-java/ocr-support/