[ https://issues.apache.org/jira/browse/SOLR-3690?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13435003#comment-13435003 ]
Robert Muir commented on SOLR-3690: ----------------------------------- I understand the problem. its actually part of a larger problem for solr? Currently the solr javadocs in dist/ are really organized in a mess. 'javadocs-all' creates this massive javadocs of everything (core, solrj, contribs) and puts it in the output folder THEN solrj is redundantly duplicated on top of this. so you have e.g. http://lucene.apache.org/solr/api-4_0_0-ALPHA/org/apache/solr/client/solrj/package-summary.html but also http://lucene.apache.org/solr/api-4_0_0-ALPHA/solrj/org/apache/solr/client/solrj/package-summary.html This is not useful and not very navigable. Instead I think, like lucene, we should nuke javadocs-all completely and organize javadocs into subfolders (core, solrj, test-framework, dataimport, ...), that have the links to each other. We can then add a nice auto-generated index page like http://lucene.apache.org/core/4_0_0-ALPHA/index.html that lets you navigate them, thats also checked of course by the link-checkers and such. Uwe just started talking about doing this on SOLR-2747 I know this is all beyond the scope of the issue, I'm just explaining why its crazy and what I think we should do to make it simpler. > binary solr package isn't including lucene test-framework jar > ------------------------------------------------------------- > > Key: SOLR-3690 > URL: https://issues.apache.org/jira/browse/SOLR-3690 > Project: Solr > Issue Type: Bug > Affects Versions: 4.0-ALPHA > Reporter: Hoss Man > Priority: Blocker > Fix For: 4.0 > > Attachments: SOLR-3690.broken.jdoc.links.to.solrcore.patch, > SOLR-3690.patch, SOLR-3690.patch > > > As noted by Koorosh on the solr-user list... > {quote} > I have been developing extensions to SOLR code using 4.0 truck. For JUnit > testing I am extending AbstractSolrTestCase which in the ALPHA release is > located in JAR apache-solr-test-framework-4.0.0-ALPHA.jar. However, this > class extends LuceneTestCase which comes from JAR > lucene-test-framework-4.0-SNAPSHOT.jar. In the ALPHA release the later JAR is > not shipped or I can't find it. > {quote} > ...i confirmed that Solr 4.0.0-ALPHA binary package the solr test framework > is in test./dist/apache-solr-test-framework-4.0.0-ALPHA.jar but the lucene > test-framework jar isn't included at all. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa For more information on JIRA, see: http://www.atlassian.com/software/jira --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org For additional commands, e-mail: dev-h...@lucene.apache.org