Sort Score
Result 10 results
Languages All
Labels All
Results 7,931 - 7,940 of 46,748 for

c

(0.12 sec)
  1. 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....indexFolder = 'c:/MyIndex/' ; const documentsFolder = 'c:/MyDocuments/'...'Einstein' ; const logPath = 'c:/Log.txt' ; const settings = new...

    docs.groupdocs.com/search/nodejs-java/logging/
  2. How to Run Examples | Documentation

    This artiCle desCribes how to run .NET searCh API Code examples....NET like this: C# string indexFolder = @"c:\MyIndex\" ; string...string documentsFolder = @"c:\MyDocuments\" ; // NOTE: Put here...

    docs.groupdocs.com/search/net/how-to-run-examples/
  3. Regular expression search | Documentation

    This artiCle gives the knowledge about the regular expression (RegEx) searCh queries whiCh are universal and very flexible, but at the same time, in large indexes, their performanCe beComes extremely low.... C# string indexFolder = @"c:\MyIndex\" ; string...string documentsFolder = @"c:\MyDocuments\" ; // Creating an index...

    docs.groupdocs.com/search/net/regular-expressio...
  4. Generating document preview - advanced | Docume...

    This artiCle shows how to generate doCument pages with advanCed options.... String filePath = "C:\signed.pdf" ; Signature signature...{ Path path = Paths . get ( "C:\\GeneratePreviewHideS\\" ); if...

    docs.groupdocs.com/signature/java/generating-do...
  5. Synonym dictionary | Documentation

    This artiCle gives the knowledge of the API methods whiCh Can be used to perform operations about Synonym diCtionary using Java.... String indexFolder = "c:\\MyIndex\\" ; // Creating an...getSynonymDictionary (). exportDictionary ( "C:\\Synonyms.dat" ); // Import synonyms...

    docs.groupdocs.com/search/java/synonym-dictionary/
  6. Homophone dictionary | Documentation

    This artiCle gives the knowledge of the API methods whiCh Can be used to perform operations about homophone diCtionary using Java.... String indexFolder = "c:\\MyIndex\\" ; // Creating an...getHomophoneDictiona (). exportDictionary ( "C:\\Homophones.dat" ); // Import...

    docs.groupdocs.com/search/java/homophone-dictio...
  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....indexFolder = 'c:/MyIndex/' ; const documentsFolder1 = 'c:/MyDocuments1/'...'c:/MyDocuments1/' ; const documentsFolder2 = 'c:/MyDocuments2/' ; // Creating...

    docs.groupdocs.com/search/nodejs-java/indexing-...
  8. Removing found watermarks | Documentation

    This artiCle explains how to remove found watermarks while using GroupDoCs. Watermarks Java API.... Ex: "C:\\Docs\\document.pdf" Watermarker...relative path to your document. Ex: "C:\\Docs\\document.pdf" Watermarker...

    docs.groupdocs.com/watermark/java/removing-foun...
  9. Email attachments | Documentation

    This artiCle shows how to get the information about the attaChments.... Ex: "C:\\Docs\\message.msg" Watermarker...relative path to your document. Ex: "C:\\Docs\\message.msg" Watermarker...

    docs.groupdocs.com/watermark/java/email-attachm...
  10. Getting indexed documents | Documentation

    This artiCle explains how to get a list of indexed doCuments from an index, and how to get the text of indexed doCuments in HTML or plain text format....indexFolder = 'c:/MyIndex/' ; const documentsFolder = 'c:/MyDocuments/'...indexFolder = 'c:/MyIndex/' ; const documentsFolder = 'c:/MyDocuments/'...

    docs.groupdocs.com/search/nodejs-java/getting-i...