Details
-
Task
-
Status: Closed
-
Minor
-
Resolution: Not A Problem
-
None
-
None
-
None
-
None
-
New
Description
LUCENE-7688 or SOLR-10046 propose to use Java 8's java.util.function.UnaryOperator but that causes ant documentation-lint to fail as follows:
documentation: -documentation-lint: [echo] checking for broken html... [jtidy] Checking for broken html (such as invalid tags)... [delete] Deleting directory /Users/cpoerschke/all_git/lucene/build/jtidy_tmp [echo] Checking for broken links... [exec] [exec] Crawl/parse... [exec] [exec] Verify... [echo] Checking for missing docs... [exec] [exec] build/docs/core/org/apache/lucene/index/OneMergeWrappingMergePolicy.html [exec] missing Constructors: OneMergeWrappingMergePolicy-org.apache.lucene.index.MergePolicy-java.util.function.UnaryOperator- [exec] [exec] Missing javadocs were found!
Attachments
Issue Links
- is required by
-
LUCENE-7688 add a OneMergeWrappingMergePolicy class
- Resolved