-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
Clean up the package structure of HIVE.
NOTE: since this is a major reorganization of the code, create an svn tag
first, and send a notice to the hive-dev list about what you're doing, in case
anyone was depending on this structure.
Hive-rs and hive-core have slightly different package structures. They should
be parallel, and simple. (edu.unc.hive is much better than edu.unc.ils.mrc.hive)
The class edu.unc.ils.mrc.hive.api.impl.elmo.SKOSSearcherImpl is in a package
that implies Sesame-only functionality, but in reality it uses both Sesame and
Lucene functionality.
Original issue reported on code.google.com by rscherle on 9 Mar 2011 at 4:10