Sort Score
Result 10 results
Languages All
Labels All
Results 11 - 20 of 383 for

log

(0.12 sec)
  1. 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.... log ( 'Time: ' + report . getStartTime...getStartTime ()); console . log ( 'Duration: ' + report . getIndexingTime...

    docs.groupdocs.com/search/nodejs-java/indexing-...
  2. Logging | Documentation

    Logging when converting documents with GroupDocs.Conversion for .NET...guide / Advanced usage / Logging Logging Leave feedback On this...this page To enable logging, use the ConsoleLogger class or implement...

    docs.groupdocs.com/conversion/net/logging/
  3. 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.... log ( args . getMessage ()); // Writing...documents to the console console . log ( 'Indexed documents (' + indexedDocuments1...

    docs.groupdocs.com/search/nodejs-java/delete-in...
  4. Search results | Documentation

    This article shows that how to perform the operations on search results.... log ( 'Documents: ' + result . getDocumentCount...getDocumentCount ()); console . log ( 'Total occurrences: ' + result...

    docs.groupdocs.com/search/nodejs-java/search-re...
  5. Work with search results | Documentation

    Working with search results consists in obtaining information from objects of search results and highlighting occurrences in the text of documents. Obtain search result information When a search is complete, the search method returns an object of type SearchResult. This page describes the information available in an object of type SearchResult. From the root object of the search result, information is available on the number of documents found, the number of occurrences of the words and phrases found, as well as detailed information on each individual document.... log (); console . log ( 'Documents: ' + result...getDocumentCount ()); console . log ( 'Total occurrences: ' + result...

    docs.groupdocs.com/search/nodejs-java/work-with...
  6. Working with XMP metadata | Documentation

    This article shows how to access XMP metadata in a file of any supported format.... log ( root . getXmpPackage (). getSchemes...getCreatorTool ()); console . log ( root . getXmpPackage (). getSchemes...

    docs.groupdocs.com/metadata/nodejs-java/working...
  7. Logging and Diagnostics | Documentation

    Enable and configure Logging for document conversions with GroupDocs.Conversion for Python via .NET....Developer Guide / Logging and Diagnostics Logging and Diagnostics...feedback On this page To enable logging, use either the ConsoleLogger...

    docs.groupdocs.com/conversion/python-net/develo...
  8. Logging | Documentation

    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....Advanced Usage / Indexing / Logging Logging Leave feedback This page...this logger are the path to the log file and its maximum size in...

    docs.groupdocs.com/search/nodejs-java/logging/
  9. Delete indexed paths | Documentation

    GroupDocs.Search for Node.js 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.... log ( 'Indexed paths:' ); for ( let...indexedPaths1 [ i ]; console . log ( '\t' + indexedPath ); } //...

    docs.groupdocs.com/search/nodejs-java/delete-in...
  10. Search by chunks | Documentation

    This article gives the knowledge about the ability to perform search by chunks using Java search API.... log ( 'Document count: ' + result...getDocumentCount ()); console . log ( 'Occurrence count: ' + result...

    docs.groupdocs.com/search/nodejs-java/search-by...