Remove usage of deprecated method Document.fields()
---------------------------------------------------

                 Key: LUCENE-726
                 URL: http://issues.apache.org/jira/browse/LUCENE-726
             Project: Lucene - Java
          Issue Type: Improvement
          Components: Index
            Reporter: Michael Busch
         Assigned To: Michael Busch
            Priority: Trivial


The classes DocumentWriter, FieldsWriter, and ParallelReader use the deprecated 
method Document.fields(). This simple patch changes these three classes to use 
Document.getFields() instead.

All unit tests pass.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to