Mailing List Archive

DO NOT REPLY [Bug 7912] New: - Field.isIndexed() returns false for UnStored fields
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=7912>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=7912

Field.isIndexed() returns false for UnStored fields

Summary: Field.isIndexed() returns false for UnStored fields
Product: Lucene
Version: CVS Nightly - Specify date in submission
Platform: Other
OS/Version: All
Status: NEW
Severity: Normal
Priority: Other
Component: Other
AssignedTo: lucene-dev@jakarta.apache.org
ReportedBy: fix@idiom.com


I run a loop on documents to discover what fields are searchable.
UnStored fields return false when I call isIndexed(). Converting these
fields to Text fields in the indexer corrects the problems.

Obviously, using Text fields is a workaround, but I think the behaviour is
incorrect.

I've reproduced the issue on MacOS X and Linux. I'm using rc4.

--
To unsubscribe, e-mail: <mailto:lucene-dev-unsubscribe@jakarta.apache.org>
For additional commands, e-mail: <mailto:lucene-dev-help@jakarta.apache.org>