stefanvodita commented on code in PR #15295:
URL: https://github.com/apache/lucene/pull/15295#discussion_r2514284755
##########
lucene/core/src/java/org/apache/lucene/index/LiveIndexWriterConfig.java:
##########
@@ -368,9 +368,8 @@ public InfoStream getInfoStream() {
*
* <p>Use <code>false</code> for batch indexing with very large ram buffer
settings.
*
- * <p><b>Note: To control compound file usage during segment merges see
{@link
- * MergePolicy#setNoCFSRatio(double)} and {@link
MergePolicy#setMaxCFSSegmentSizeMB(double)}. This
- * setting only applies to newly created segments.</b>
+ * <p><b>Note: To control compound file usage during segment merges. More
here:
+ * lucene/core/src/java/org/apache/lucene/codecs/CompoundFormat.java</b>
Review Comment:
Can we use the `@link` syntax?
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]