: The structure we had made some sense before solrj because a dependancy on : "core." Specifically I think we should have: : : src/solrj (this will have common & client/src/solrj/*)
the name "solrj" seems odd in that case ... "common" seems like it would make more sense, since it's code that is common to both clients and servers : src/java (as is, but common would be moved to solrj) ...if we're going to move things around and rename directories, we might as well rename this as well, since there is now "java" code in multiple places. "core" or "server" perhaps? : src/servlet (moved from src/webapp/src) : > I also think we could stand to simplify the example directory quite a bit. : > Not quite sure what to do there just yet. While the original "example" is perhaps... examples/README.txt examples/start.jar examples/post.jar examples/simple/solr/conf examples/simple/README.txt examples/simple/raw-data examples/multicore/... examples/exampleAnalysis/... ...where each subdir of examples can be used as a solr.solr.home, and each example includes it's own example data files. -Hoss
