You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by "Yonik Seeley (JIRA)" <ji...@apache.org> on 2006/06/21 21:51:30 UTC

[jira] Resolved: (LUCENE-609) Lazy field loading breaks backward compat

     [ http://issues.apache.org/jira/browse/LUCENE-609?page=all ]
     
Yonik Seeley resolved LUCENE-609:
---------------------------------

    Resolution: Fixed
     Assign To: Yonik Seeley

Committed (with typo fixes :-)

The main point for me was to return backward compatibility of getField(s)
Other committers should feel free to change/remove the getFieldable methods... they are still new enough to be considered temporary IMO.

> Lazy field loading breaks backward compat
> -----------------------------------------
>
>          Key: LUCENE-609
>          URL: http://issues.apache.org/jira/browse/LUCENE-609
>      Project: Lucene - Java
>         Type: Bug

>   Components: Other
>     Versions: 2.0.1
>     Reporter: Yonik Seeley
>     Assignee: Yonik Seeley
>      Fix For: 2.0.1
>  Attachments: fieldable_patch.diff
>
> Document.getField() and Document.getFields() have changed in a non backward compatible manner.
> Simple code like the following no longer compiles:
>  Field x = mydoc.getField("x");

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