Re: multiple same-named parameters

2006-04-23 Thread Erik Hatcher
On Apr 21, 2006, at 1:53 PM, Chris Hostetter wrote: : For LocalSolrQueryRequest, since it is using a Map for the arguments : anyway, I simply added the new getParams method to return a single : item array. I would suggest that LocalSolrRequest be modified a little more so that if the value

Re: multiple same-named parameters

2006-04-21 Thread Chris Hostetter
: For LocalSolrQueryRequest, since it is using a Map for the arguments : anyway, I simply added the new getParams method to return a single : item array. I would suggest that LocalSolrRequest be modified a little more so that if the value of an entry in the Map is an Array, then getParams returns