Re: Method toMultiMap(NamedList params) in SolrParams

2009-02-02 Thread Chris Hostetter
: I'm getting confused about the method MapString,String[] : toMultiMap(NamedList params) in SolrParams class. toMultiMap probably shouldn't have ever been made public -- it' really only ment to be use by toSolrParams (it's refactored out to make the code easier to read) : When some of your

Method toMultiMap(NamedList params) in SolrParams

2009-01-23 Thread Hana
Hi, I'm getting confused about the method MapString,String[] toMultiMap(NamedList params) in SolrParams class. When some of your parameter is instanceof String[] it's converted to to String using the toString() method, which seems to me to be wrong. It is probably assuming, that the values in