You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by bu...@apache.org on 2002/04/10 11:45:30 UTC

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:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>