Sort Score
Result 10 results
Languages All
Labels All
Results 31 - 40 of 881 for

log

(0.22 sec)
  1. Get file info | GroupDocs

    This article explains how to detect document file type, size and calculate pages count with GroupDocs.Comparison.... log ( `\nFile type: ${ info . getFileType...getFileFormat () } ` ); console . log ( `Number of pages: ${ info ...

    docs.groupdocs.com/comparison/nodejs-java/get-f...
  2. Search reports | GroupDocs

    This article shows that how to perform the operations on generated search reports.... log ( 'Query: ' + report . getTextQuery...getTextQuery ()); console . log ( 'Time: ' + report . getStartTime...

    docs.groupdocs.com/search/nodejs-java/search-re...
  3. 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....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/
  4. Delete indexed paths | GroupDocs

    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...
  5. Working with IPTC IIM metadata | GroupDocs

    This article explains how to access IPTC metadata in a file of any supported format, GroupDocs.Metadata for Node.js via Java provides the IIptc.getIptcPackage method.... log ( root . getIptcPackage (). getEnvelopeRecord... getDateSent ()); console . log ( root . getIptcPackage (). getEnvelopeRecord...

    docs.groupdocs.com/metadata/nodejs-java/working...
  6. Delete indexed documents | GroupDocs

    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...
  7. Logging | GroupDocs

    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/
  8. Logging and Diagnostics | GroupDocs

    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...
  9. Search by chunks | GroupDocs

    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...
  10. Generate Search Results from Filtered Documents

    Sometimes, we have a lot of different formatted documents. We create index then perform search and API shows hits from all the indexed documents. Ever thought to get search results from desired documents only? Let’s dig it further. Suppose, you have multiple TXT, XLSX and DOCX documents. What if you want to search a word or text only in TXT and DOCX files with specific word occurrence in file names? We’ve now improved ISearchDocumentFilter interface for such a purpose in GroupDocs.... Settings for Log Functionality This improvement...allows to set up log file name and maximum log file size. Below...

    blog.groupdocs.com/search/filter-documents-in-s...