|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Defines a text extractor for the integrated search engine.
The job of a search extractor is to extract indexable plain text from a resource in the OpenCms VFS. This may be from the resource content, for example from a PDF file, or from the resource properties, for example the Title, Keywords and Description properties.
Method Summary | |
I_CmsExtractionResult |
extractContent(CmsObject cms,
A_CmsIndexResource resource,
java.lang.String language)
Extractes the content of a given resource according to the resource file type. |
Method Detail |
public I_CmsExtractionResult extractContent(CmsObject cms, A_CmsIndexResource resource, java.lang.String language) throws CmsException
cms
- the cms objectresource
- a cms resourcelanguage
- the requested language
CmsException
- if somethin goes wrong
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |