[ https://issues.apache.org/jira/browse/SOLR-228?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12493957 ]
J.J. Larrea commented on SOLR-228: ---------------------------------- The SolrParams API seems to be set-complete, the only thing missing is the non-defaulting-field-float case (should be line 85 of SolrParamTest.java): assertEquals( pfloat , params.getFieldFloat( "fl", "float" ) ); Thanks, Ryan! > Add missing functions to SolrParams -- getFieldFloat(...), getFieldParam... > --------------------------------------------------------------------------- > > Key: SOLR-228 > URL: https://issues.apache.org/jira/browse/SOLR-228 > Project: Solr > Issue Type: Improvement > Reporter: Ryan McKinley > Assigned To: Ryan McKinley > Priority: Minor > Attachments: SOLR-228-MoreSolrParams.patch > > > SolrParams handles almost all variations of getting various types out... it > should complete the set. > see: http://www.nabble.com/SolrParams-functions-tf3695234.html#a10333435 -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.