Hey All, So, I'm working on SOLR-1925 [1], and I'm asking myself again: why the use of e.g., "solr.*" in the class name, as in e.g., "solr.XSLTResponseWriter"? I mean I've brought this up before and I've heard the history, but in reality they all just default to some package that's loaded via SolrCore in the defaults anyways, that is, some package that's part of the Solr namespace. Wouldn't it be simpler (and more understandable) to just nix the "solr." prefix altogether? Just call it "XSLTResponseWriter" then and let the SolrCore and defaults do the pkg resolution. Putting "solr." in front doesn't really add anything and it's just more characters to type.
Cheers, Chris [1] https://issues.apache.org/jira/browse/SOLR-1925 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Chris Mattmann, Ph.D. Senior Computer Scientist NASA Jet Propulsion Laboratory Pasadena, CA 91109 USA Office: 171-266B, Mailstop: 171-246 Email: [email protected] WWW: http://sunset.usc.edu/~mattmann/ ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Adjunct Assistant Professor, Computer Science Department University of Southern California, Los Angeles, CA 90089 USA ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
