DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://issues.apache.org/bugzilla/show_bug.cgi?id=27903>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://issues.apache.org/bugzilla/show_bug.cgi?id=27903 Document.fields() only returns stored fields [EMAIL PROTECTED] changed: What |Removed |Added ---------------------------------------------------------------------------- Status|REOPENED |RESOLVED Resolution| |FIXED ------- Additional Comments From [EMAIL PROTECTED] 2004-03-25 18:51 ------- I've amended the javadoc. Some of your proposed changes were incorrect: un-stored fields are always available before a document is indexed, and never available from a document retrieved from an index. Rather than adding a comment to each Document method that accesses Field data ( saying that only stored fields are available in documents retrieved from hits) I added a single emphatic comment to this effect at the top. I also added notes to all of the methods which return a document from an index saying that only stored fields are returned. I hope this is satisfactory. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]