Yonik Seeley wrote:
Code:
- I changed the packages to org.apache.solr, created some new packages
and moved some classes around, applied apache license to *java
- modified things enough to get it to run under Tomcat 5.5
- Some class names still start with Solar, instead of Solr.
Should this be changed?
+1 It will never be easier to change the names than now, and consistent
naming is a good thing.
Servlet:
- Right now it must be ROOT (just due to URLs in the admin page I think).
I assume people will want this changed (should be /solr I guess)
File a bug report in JIRA for this. Yes, it's a bug, but low priority
at this point. Most of the other stuff you list could also make it into
bug reports, unless you intend to complete all of these before anyone
else looks at the code.
I'd focus on documentation and the demo before you make any announcements.
Cheers!
Doug