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 2003/10/03 06:19:43 UTC

DO NOT REPLY [Bug 19058] - Reader getFieldNames returns an extra blank field name

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=19058>.
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=19058

Reader getFieldNames returns an extra blank field name





------- Additional Comments From Eric.Isakson@sas.com  2003-10-03 04:19 -------
The culprit is here in org.apache.lucene.index.FieldInfos

  FieldInfos() {
    add("", false);
  }

I don't understand the code well enough to see why this is required, but it
definitely causes failures if you remove it.

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