On Fri, Feb 6, 2009 at 1:23 AM, Hazer, Bart wrote:
> I'm wondering why the format for fields in the XML response is like this:
>
> Title
>
If the node names are fixed, it is much easier to write a parser. Otherwise,
something like Solrj would not be possible because everybody has different
field
I'm wondering why the format for fields in the XML response is like this:
Title
Instead of this:
Title
Is this just to allow validation of the xml? In our system, it would be much
easier to use the output in the 2nd format. Is there an existing response
writer that does this? O