hello,
I am posting this message in the list as many might have missed it. The indexer
and parser are working for extraction of dc metadata from a HTML page.
I have also written a query filter. now the problem i am having is if there
are multiple values for a node for example, the dc.creator metadata field,
if there are many authors of a document, then only the last value is being
stored in the index. Another Example is the dc.language, if the document is
partly in english and in german, then, this node has two values, but
only one value
of the attribute(node) is stored in the index.
how do i get all values of a node appeneded in the index for this field and
searched for?
Regards