From: Evgeny G. <gaz...@gm...> - 2010-07-29 08:32:12
|
What about adding into metadata any kind of key/value pair whith fulltext indexing of values. We will able to add authors, descriptions, keywords, linked docs, and any more for any kind of XML or binary docs. Common value can be the XML fragment or all metadata can be one XML fragment like with fixed shem like <metada> <property name="foo" value="bla-bla"/> <property name="foo1"> <!-- any XML or base64 binary fragment here --> </property> </metadata> or will have flex scheme <metadata> <foo>bla-bla</foo> <foo1> <!-- any XML or base64 binary fragment here --> </foo1> </metadata> the axis metadata:: will returns the "metadata" element for both cases -- Evgeny |