Interface I_CmsSearchExtractor

    • Method Detail

      • extractContent

        I_CmsExtractionResult extractContent​(CmsObject cms,
                                             CmsResource resource,
                                             I_CmsSearchIndex index)
                                      throws CmsException
        Extracts the content of a given index resource according to the resource file type and the configuration of the given index.

        Parameters:
        cms - the cms object
        resource - the resource to extract the content from
        index - the index to extract the content for
        Returns:
        the extracted content of the resource
        Throws:
        CmsException - if something goes wrong