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-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org

Reply via email to