Github user tokee commented on a diff in the pull request:

    https://github.com/apache/lucene-solr/pull/525#discussion_r242055494
  
    --- Diff: 
lucene/core/src/java/org/apache/lucene/codecs/lucene70/package-info.java ---
    @@ -284,12 +284,12 @@
      * <td>Stores additional per-position metadata information such as 
character offsets and user payloads</td>
      * </tr>
      * <tr>
    - * <td>{@link org.apache.lucene.codecs.lucene70.Lucene70NormsFormat 
Norms}</td>
    + * <td>org.apache.lucene.codecs.lucene70.Lucene70NormsFormat Norms</td>
      * <td>.nvd, .nvm</td>
      * <td>Encodes length and boost factors for docs and fields</td>
      * </tr>
      * <tr>
    - * <td>{@link org.apache.lucene.codecs.lucene70.Lucene70DocValuesFormat 
Per-Document Values}</td>
    + * <td>org.apache.lucene.codecs.lucene70.Lucene70DocValuesFormat 
Per-Document Values</td>
      * <td>.dvd, .dvm</td>
      * <td>Encodes additional scoring factors or other per-document 
information.</td>
      * </tr>
    --- End diff --
    
    Seems reasonable. I have mimicked the phrasing from the lucene60 
`package-info.java` in the upcoming commit and also adjusted the references 
from lucene50, lucene60 to point to lucene80.


---

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to