uschindler commented on PR #2387:
URL: https://github.com/apache/solr/pull/2387#issuecomment-2034997136

   > Will take another look at the javadoc links. What gradle command do I run 
to build javadocs that should have substituted local javadocs? Do I have to 
unzip some jdk javadoc file into my git checkout and then run gradlew javadocs?
   
   See those commits: 
https://github.com/apache/lucene/commit/dfce6ee8d29da75b67fa0679e192c4defa9f9f78
 and 
https://github.com/apache/lucene/commit/5aaaeaee391934363b207718c6eea7853db3ca81
   
   The coresponding file can be found in the ZIP download of JDK (it may be 
named 'package-list' or 'element-list'. You can also get it from the official 
Javadocs page by appending that filename instaed of index.html. Maybe we should 
generate an automated task to regenerate ist.
   
   To generate the javadocs on Lucene, run `gradlew documentation`, this will 
build both local Javadocs as well as full site. If you want to quickly test a 
single project use: `gradlew :solr:xyz:javadoc`


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscr...@solr.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@solr.apache.org
For additional commands, e-mail: issues-h...@solr.apache.org

Reply via email to