Improve package naming for DIH
------------------------------
Key: SOLR-1137
URL: https://issues.apache.org/jira/browse/SOLR-1137
Project: Solr
Issue Type: Improvement
Components: contrib - DataImportHandler
Affects Versions: 1.3
Reporter: Amit Nithian
Priority: Minor
Currently all classes in the DIH are lumped into one package. I would like to
propose a better package naming convention for the DIH:
org.apache.solr.handler.dataimport => for those that don't fit into any of the
other three but don't warrant their own package yet.
org.apache.solr.handler.dataimport.datasource
org.apache.solr.handler.dataimport.transformer
org.apache.solr.handler.dataimport.processor
Create a test folder and mirror the package names for test classes so that test
classes are not lumped into src
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.