On Sun, Jan 20, 2013 at 2:04 PM, Adam Rauch <a...@labkey.com> wrote: > The FieldType section of the 4.0 migration guide > (http://lucene.apache.org/core/4_0_0/MIGRATE.html) states: > > If you did this before (value can be String or Reader): > > new Field("field", value, Field.Store.NO, Field.Indexed.ANALYZED) > > you can now do this: > > new TextField("field", value) > > > > But 4.0 has no TextField(String, String) constructor. Not a big deal, but > it would be nice to add one. or at least correct the migration guide.
Woops, I'll fix MIGRATE.txt > Totally separate: I think the dev@lucene section of the mailing lists page > (http://lucene.apache.org/core/discussion.html) should reference "java-user" > instead of "solr-user." Probably both solr-user and java-user ... I'll fix. Thanks for raising these! Mike McCandless http://blog.mikemccandless.com --------------------------------------------------------------------- To unsubscribe, e-mail: java-user-unsubscr...@lucene.apache.org For additional commands, e-mail: java-user-h...@lucene.apache.org