[
https://issues.apache.org/jira/browse/SOLR-301?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Ryan McKinley updated SOLR-301:
-------------------------------
Attachment: SOLR-301-ParamCleanup.patch
moves SOLR-258 params into their own file.
This touches a lot of files, but isolates (most) deprecated features to
deprecated classes.
> Clean up param interface. Leave deprecated options in deprecated classes
> -------------------------------------------------------------------------
>
> Key: SOLR-301
> URL: https://issues.apache.org/jira/browse/SOLR-301
> Project: Solr
> Issue Type: Improvement
> Reporter: Ryan McKinley
> Priority: Minor
> Fix For: 1.3
>
> Attachments: SOLR-301-ParamCleanup.patch, SOLR-301-ParamCleanup.patch
>
>
> In SOLR-135, we moved the parameter handling stuff to a new package:
> o.a.s.common.params and left @deprecated classes in the old location.
> Classes in the new package should not contain any deprecated options.
> Aditionally, we should aim to seperate parameter manipulation logic
> (DefaultSolrParams, AppendedSolrParams, etc) from 'parameter' interface
> classes: 'HighlightParams', 'UpdateParams'
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.