mocobeta edited a comment on pull request #1477:
URL: https://github.com/apache/lucene-solr/pull/1477#issuecomment-622866628


   Just for clarification... Eventually, the `build/documentation` folder 
should look like this regardless of which way we choose - keep per-project 
javadoc outputs, or outputs docs into top-level `documentation` folder from the 
beginning:
   
   **Lucene**
   ```
   lucene/build/documentation
   ├── JRE_VERSION_MIGRATION.html
   ├── MIGRATE.html
   ├── SYSTEM_REQUIREMENTS.html
   ├── index.html
   ├── lucene_green_300.gif
   ├── changes
   ├── analysis
   │   ├── common
   │   ├── icu
   │   ├── kuromoji
   │   ├── morfologik
   │   ├── nori
   │   ├── opennlp
   │   ├── phonetic
   │   ├── smartcn
   │   └── stempel
   ├── backward-codecs
   ├── benchmark
   ├── classification
   ├── codecs
   ├── core
   ├── demo
   ├── expressions
   ├── facet
   ├── grouping
   ├── highlighter
   ├── join
   ├── luke
   ├── memory
   ├── misc
   ├── monitor
   ├── queries
   ├── queryparser
   ├── replicator
   ├── sandbox
   ├── spatial-extras
   ├── spatial3d
   ├── suggest
   └── test-framework
   ```
   
   **Solr**
   ```
   solr/build/documentation
   ├── SYSTEM_REQUIREMENTS.html
   ├── index.html
   ├── changes
   ├── images
   ├── contrib
   │   ├── analysis-extras
   │   ├── analytics
   │   ├── clustering
   │   ├── dataimporthandler
   │   ├── dataimporthandler-extras
   │   ├── extraction
   │   ├── jaegertracer-configurator
   │   ├── langid
   │   ├── ltr
   │   ├── prometheus-exporter
   │   └── velocity
   ├── core
   ├── solrj
   └── test-framework
   ```
   
   The each subproject's javadoc folder structure is consistent with Gradle 
project path (as I emphasized on LUCENE-9278). Both `build/documentation` 
folder should be uploaded to lucene.apache.org website on an as-is basis (it's 
the final purpose of the `documentation` task).


----------------------------------------------------------------
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.

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



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

Reply via email to