You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by "Ryan McKinley (JIRA)" <ji...@apache.org> on 2011/05/02 23:21:03 UTC

[jira] [Created] (SOLR-2485) Remove BaseResponseWriter, GenericBinaryResponseWriter, and GenericTextResponseWriter

Remove BaseResponseWriter, GenericBinaryResponseWriter, and GenericTextResponseWriter
-------------------------------------------------------------------------------------

                 Key: SOLR-2485
                 URL: https://issues.apache.org/jira/browse/SOLR-2485
             Project: Solr
          Issue Type: Task
          Components: Response Writers
            Reporter: Ryan McKinley
             Fix For: 4.0


In SOLR-1566, we dramatically refactored the response writer framework -- BaseResponseWriter, GenericBinaryResponseWriter, and GenericTextResponseWriter got left out in the cold because they don't have any tests and it is unclear how they are supposed to work.  With the new refactoring, I think the goals of these classes are better supported by extending BinaryResponseWriter and TextResponseWriter.

in 3.x, these classes  should be deprecated and suggest using BinaryResponseWriter and TextResponseWriter

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org


[jira] [Updated] (SOLR-2485) Remove BaseResponseWriter, GenericBinaryResponseWriter, and GenericTextResponseWriter

Posted by "Ryan McKinley (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/SOLR-2485?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Ryan McKinley updated SOLR-2485:
--------------------------------

    Priority: Trivial  (was: Major)

> Remove BaseResponseWriter, GenericBinaryResponseWriter, and GenericTextResponseWriter
> -------------------------------------------------------------------------------------
>
>                 Key: SOLR-2485
>                 URL: https://issues.apache.org/jira/browse/SOLR-2485
>             Project: Solr
>          Issue Type: Task
>          Components: Response Writers
>            Reporter: Ryan McKinley
>            Assignee: Ryan McKinley
>            Priority: Trivial
>             Fix For: 4.0
>
>
> In SOLR-1566, we dramatically refactored the response writer framework -- BaseResponseWriter, GenericBinaryResponseWriter, and GenericTextResponseWriter got left out in the cold because they don't have any tests and it is unclear how they are supposed to work.  With the new refactoring, I think the goals of these classes are better supported by extending BinaryResponseWriter and TextResponseWriter.
> in 3.x, these classes  should be deprecated and suggest using BinaryResponseWriter and TextResponseWriter

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org


[jira] [Resolved] (SOLR-2485) Remove BaseResponseWriter, GenericBinaryResponseWriter, and GenericTextResponseWriter

Posted by "Ryan McKinley (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/SOLR-2485?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Ryan McKinley resolved SOLR-2485.
---------------------------------

    Resolution: Fixed
      Assignee: Ryan McKinley

removed in #1098905 and added deprecation notice in 3.x

> Remove BaseResponseWriter, GenericBinaryResponseWriter, and GenericTextResponseWriter
> -------------------------------------------------------------------------------------
>
>                 Key: SOLR-2485
>                 URL: https://issues.apache.org/jira/browse/SOLR-2485
>             Project: Solr
>          Issue Type: Task
>          Components: Response Writers
>            Reporter: Ryan McKinley
>            Assignee: Ryan McKinley
>             Fix For: 4.0
>
>
> In SOLR-1566, we dramatically refactored the response writer framework -- BaseResponseWriter, GenericBinaryResponseWriter, and GenericTextResponseWriter got left out in the cold because they don't have any tests and it is unclear how they are supposed to work.  With the new refactoring, I think the goals of these classes are better supported by extending BinaryResponseWriter and TextResponseWriter.
> in 3.x, these classes  should be deprecated and suggest using BinaryResponseWriter and TextResponseWriter

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org