IndexWriter.optimize(boolean doWait) ignores doWait parameter
-------------------------------------------------------------

                 Key: LUCENE-1266
                 URL: https://issues.apache.org/jira/browse/LUCENE-1266
             Project: Lucene - Java
          Issue Type: Bug
          Components: Index
    Affects Versions: 2.3.1
            Reporter: Grant Glouser
            Priority: Minor


{{IndexWriter.optimize(boolean doWait)}} ignores the doWait parameter and 
always calls {{optimize(1, true)}}.

That does not seem to be the intended behavior, based on the doc comment.

-- 
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]

Reply via email to