You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@lucene.apache.org by GitBox <gi...@apache.org> on 2020/05/02 08:32:39 UTC

[GitHub] [lucene-solr] mocobeta edited a comment on pull request #1477: LUCENE-9321: Port markdown task to Gradle

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:
users@infra.apache.org



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