You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@lucene.apache.org by "ASF subversion and git services (Jira)" <ji...@apache.org> on 2020/02/08 15:05:00 UTC

[jira] [Commented] (LUCENE-8279) Improve CheckIndex on norms

    [ https://issues.apache.org/jira/browse/LUCENE-8279?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17032910#comment-17032910 ] 

ASF subversion and git services commented on LUCENE-8279:
---------------------------------------------------------

Commit f41eabdc5fa091079b83cdc7813cdcfb05dfbf46 in lucene-solr's branch refs/heads/master from Robert Muir
[ https://gitbox.apache.org/repos/asf?p=lucene-solr.git;h=f41eabd ]

LUCENE-8279: fix javadocs wrong header levels and accessibility issues

Java 13 adds a new doclint check under "accessibility" that the html
header nesting level isn't crazy.

Many are incorrect because the html4-style javadocs had horrible
font-sizes, so developers used the wrong header level to work around it.
This is no issue in trunk (always html5).

Java recommends against using such structured tags at all in javadocs,
but that is a more involved change: this just "shifts" header levels
in documents to be correct.


> Improve CheckIndex on norms
> ---------------------------
>
>                 Key: LUCENE-8279
>                 URL: https://issues.apache.org/jira/browse/LUCENE-8279
>             Project: Lucene - Core
>          Issue Type: Improvement
>            Reporter: Adrien Grand
>            Priority: Minor
>             Fix For: 8.0
>
>         Attachments: LUCENE-8279.patch, LUCENE-8279.patch
>
>
> We should improve CheckIndex to make sure that terms and norms agree on which documents have a value on an indexed field.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

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