You are viewing a plain text version of this content. The canonical link for it is here.
Posted to solr-commits@lucene.apache.org by Apache Wiki <wi...@apache.org> on 2011/03/09 20:52:09 UTC

[Solr Wiki] Update of "XMLResponseFormat" by ryan

Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Solr Wiki" for change notification.

The "XMLResponseFormat" page has been changed by ryan.
http://wiki.apache.org/solr/XMLResponseFormat?action=diff&rev1=9&rev2=10

--------------------------------------------------

  == 'version' ==
  
  The version parameter determines the XML protocol used in the response.  Clients are strongly encouraged to ''always'' specify the protocol version, so as to ensure that the format of the response they receive does not change unexpectedly if/when the Solr server is upgraded.
- ||2.0 ||An <arr> tag was used for multiValued fields only if there was more then one value ||
+ ||2.0 ||An <arr> tag was used for multiValued fields only if there was more then one value || /!\ '''not supported in Solr 4.0+''' ||
- ||2.1 ||An <arr> tag is used for multiValued fields even if there is only one value ||
+ ||2.1 ||An <arr> tag is used for multiValued fields even if there is only one value  || /!\ '''not supported in Solr 4.0+''' ||
- ||2.2 ||The format of the responseHeader changed to use the same <lst> structure as the rest of the response ||
+ ||2.2 ||The format of the responseHeader changed to use the same <lst> structure as the rest of the response || ||