Re: Adding xml to SolrQueryResponse

2006-05-01 Thread Chris Hostetter
: Is there a way to add attributes besides name to an xml node returned from : SolrQueryResponse? I've looked at the SolrQueryResponse.add and it looks : like a NamedList is my only option. I know that I can get by with nodes : that have only the name attribute but it would make life a little easi

Re: Adding xml to SolrQueryResponse

2006-05-01 Thread Yonik Seeley
On 5/1/06, Mike Austin <[EMAIL PROTECTED]> wrote: Is there a way to add attributes besides name to an xml node returned from SolrQueryResponse? I've looked at the SolrQueryResponse.add and it looks like a NamedList is my only option. I know that I can get by with nodes that have only the name at

Adding xml to SolrQueryResponse

2006-05-01 Thread Mike Austin
Is there a way to add attributes besides name to an xml node returned from SolrQueryResponse? I've looked at the SolrQueryResponse.add and it looks like a NamedList is my only option. I know that I can get by with nodes that have only the name attribute but it would make life a little easier to t