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|NEW |RESOLVED Resolution| |WONTFIX ------- Additional Comments From [EMAIL PROTECTED] 2004-03-24 17:03 ------- I guess this must be a documentation bug, since it has been raised a few times, but I don't know how to make it any more clear. The only fields that are stored are stored fields. Before a document has been indexed, it has not been stored, so that all fields are present. When it is retrieved from an index, it has been stored, and only stored fields are present. That's the whole point of the stored attribute, to enable control over which fields are stored and which are dropped after indexing. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]