emir-munoz / hive-mrc

Automatically exported from code.google.com/p/hive-mrc
0 stars 0 forks source link

package confusion #30

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
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

GoogleCodeExporter commented 9 years ago
The class IndexAdministrator is in a package that implies Lucene, but it also 
stores/reads content from binary files that are serialized java objects.

Original comment by rscherle on 9 Mar 2011 at 4:24