[
https://issues.apache.org/jira/browse/LUCENE-2596?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12897212#action_12897212
]
Shai Erera commented on LUCENE-2596:
------------------------------------
This line
{code}
"mergePolicy=" + mergePolicy + "\n" +
{code}
is redundant as it's printed from config.toString(). So if you intend to fix
anything here, this line should be removed.
> IndexWriter.setInfoStream no longer prints certain config (mergeFactor,
> useCompoundFile)
> ----------------------------------------------------------------------------------------
>
> Key: LUCENE-2596
> URL: https://issues.apache.org/jira/browse/LUCENE-2596
> Project: Lucene - Java
> Issue Type: Bug
> Components: Index
> Affects Versions: 3.1, 4.0
> Reporter: Michael McCandless
> Priority: Minor
>
> These can be important to see for debugging.
> We lost them in the cutover to IWC.
> Just opening this issue to remind us to get them back, before releasing...
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]