From: Patrick B. <pat...@jo...> - 2010-07-29 15:30:29
|
It looks like there is a lot of thought around using key/value pairs. What value does key/value provide over using a stored XML (similar to MarkLogic)? Because on the inverse of that, I can see a lot of value in being able to store more complex structures, as they can be simple key/value pairs at their simplest and more complex for users who have that need. Also, which method is going to be easier to index with lucene? Cheers, Patrick On Thu, Jul 29, 2010 at 4:32 AM, Evgeny Gazdovsky <gaz...@gm...>wrote: > 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 > > > ------------------------------------------------------------------------------ > The Palm PDK Hot Apps Program offers developers who use the > Plug-In Development Kit to bring their C/C++ apps to Palm for a share > of $1 Million in cash or HP Products. Visit us here for more details: > http://p.sf.net/sfu/dev2dev-palm > _______________________________________________ > Exist-development mailing list > Exi...@li... > https://lists.sourceforge.net/lists/listinfo/exist-development > -- Patrick Bosek Jorsek Software Cell (585) 820 9634 Office (585) 239 6060 Jorsek.com |