Sort Score
Result 10 results
Languages All
Labels All
Results 2,731 - 2,740 of 3,838 for

assembly

(0.03 sec)
  1. Search text in Emails | Documentation

    Search a keyword in emails using Search method...Assembly Product Solution GroupDocs...

    docs.groupdocs.com/parser/net/search-text-in-em...
  2. Extract metadata from Microsoft Office Excel sp...

    This article explains that how to extract metadata from Microsoft Office Excel (.xls, .xlsx) spreadsheets....Assembly Product Solution GroupDocs...

    docs.groupdocs.com/parser/net/extract-metadata-...
  3. Extract hyperlinks from Microsoft Office Word d...

    To extract hyperlinks from Microsoft Office Word document getStructure method is used. This method returns XML representation of the document. Hyperlinks are represented by “hyperlink” tag; “link” attribute contains hyperlink’s URL. For more details, see Extract text structure. Hyperlink can contain a text: google.com Warning getStructure method returns null value if text structure extraction isn’t supported for the document. For example, text structure extraction isn’t supported for TXT files. Therefore, for TXT file getStructure method returns null....Assembly Product Solution GroupDocs...

    docs.groupdocs.com/parser/java/extract-hyperlin...
  4. Extract metadata from Microsoft Office Excel sp...

    To extract metadata from Microsoft Office Excel spreadsheets getMetadata method is used. This method allows to extract the following metadata: Name Description title The title of the spreadsheet. subject The subject of the spreadsheet. keywords The keyword of the spreadsheet. comments The comments of the spreadsheet. content-status The content status of the spreadsheet. category The category of the spreadsheet. company The company of the spreadsheet. manager The manager of the spreadsheet....Assembly Product Solution GroupDocs...

    docs.groupdocs.com/parser/java/extract-metadata...
  5. Extract table of contents | Documentation

    This article shows how to extract table of contents from Microsoft Word (DOC, DOCX etc), PDF documents and Ebooks (CHM, EPUB)....Assembly Product Solution GroupDocs...

    docs.groupdocs.com/parser/java/extract-table-of...
  6. Spell checking | Documentation

    This article shows that how spell checking works during the search....Assembly Product Solution GroupDocs...

    docs.groupdocs.com/search/java/spell-checking/
  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....Assembly Product Solution GroupDocs...

    docs.groupdocs.com/search/java/indexing-reports/
  8. Search options | Documentation

    This article describes the search options that can be specified in an instance of the SearchOptions class....Assembly Product Solution GroupDocs...

    docs.groupdocs.com/search/net/search-options/
  9. Migration Notes | Documentation

    Why To Migrate? Here are the main reasons for using the new updated API provided by GroupDocs.Search for .NET from version 19.9: Unified work with some similar entities to increase the intuitiveness of using API. The architecture of the product has been revised and optimized, so that some functions will work faster. Some entities have been renamed to improve code readability. The changes made to the API are not too significant, so the migration will not be too difficult....Assembly Product Solution GroupDocs...

    docs.groupdocs.com/search/net/migration-notes/
  10. 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....Assembly Product Solution GroupDocs...

    docs.groupdocs.com/search/java/logging/