You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by "Michael Busch (JIRA)" <ji...@apache.org> on 2006/11/24 02:42:03 UTC

[jira] Updated: (LUCENE-726) Remove usage of deprecated method Document.fields()

     [ http://issues.apache.org/jira/browse/LUCENE-726?page=all ]

Michael Busch updated LUCENE-726:
---------------------------------

    Attachment: deprecation.patch

> 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
>         Attachments: deprecation.patch
>
>
> 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: java-dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: java-dev-help@lucene.apache.org