LUCENE-545 that was recently committed breaks backward compatibility with
Document.getField(),  a non-expert level API that is *very* widely used.

Something simple like
 Field x = mydoc.getField("x");
no longer compiles (and neither do other methods with Field in the signature).

Is this intentional?
If not, uses of "Field" in unit tests should not have been changed to Fieldable.

-Yonik
http://incubator.apache.org/solr Solr, the open-source Lucene search server

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to