| Returns the extracted content as individual items.
The result Map contains all content items extracted
by the extractor. The key is always a String, and contains the name of the item.
The value is also a String and contains the extracted text.
The detailed form will depend on the resource type indexed:
- For a
xmlpage , the key will be the element name, and the value
will be the text of the element.
- For a
xmlcontent , the key will be the xpath of the XML node,
and the value will be the text of that XML node.
- In case the document contains meta information (for example PDF or MS Office documents),
the meta information is stored with the name of the meta field as key and the content as value.
- For all other resource types, there will be only ony key
I_CmsExtractionResult.ITEM_CONTENT ,
which will contain the value of the complete content.
the extracted content as individual items |