[
https://issues.apache.org/jira/browse/LUCENE-2596?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12897210#action_12897210
]
Shai Erera commented on LUCENE-2596:
------------------------------------
Mike, messageState() looks like this:
{code}
private void messageState() {
message("\ndir=" + directory + "\n" +
"mergePolicy=" + mergePolicy + "\n" +
"index=" + segString() + "\n" +
"version=" + Constants.LUCENE_VERSION + "\n" +
config.toString());
}
{code}
There is a config.toString() printout which includes all of IWC info. Is
something else missing?
> 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]