Hi, we now have an entry heading at the end of the migrate.txt file (which is formatted in Markdown). We should maybe add some line of text.
I think after changing the README.txt filename to README.md, we should maybe do the same with the other Markdown formatted files (see the ant process-webpages macro in Lucene and Solr). This would also have the side-effect of Github formating them nicely on its web page. Should I open an issue? Uwe ----- Uwe Schindler Achterdiek 19, D-28357 Bremen http://www.thetaphi.de eMail: [email protected] > -----Original Message----- > From: [email protected] [mailto:[email protected]] > Sent: Wednesday, July 5, 2017 5:01 PM > To: [email protected] > Subject: lucene-solr:branch_7x: LUCENE-7899: add entry in MIGRATE.txt > > Repository: lucene-solr > Updated Branches: > refs/heads/branch_7x f7ab77206 -> 084e5290e > > > LUCENE-7899: add entry in MIGRATE.txt > > > Project: http://git-wip-us.apache.org/repos/asf/lucene-solr/repo > Commit: http://git-wip-us.apache.org/repos/asf/lucene- > solr/commit/084e5290 > Tree: http://git-wip-us.apache.org/repos/asf/lucene-solr/tree/084e5290 > Diff: http://git-wip-us.apache.org/repos/asf/lucene-solr/diff/084e5290 > > Branch: refs/heads/branch_7x > Commit: 084e5290e1eb232ceba62f6361a0e2c6625dceaa > Parents: f7ab772 > Author: Mike McCandless <[email protected]> > Authored: Wed Jul 5 10:56:39 2017 -0400 > Committer: Mike McCandless <[email protected]> > Committed: Wed Jul 5 11:00:47 2017 -0400 > > ---------------------------------------------------------------------- > lucene/MIGRATE.txt | 2 ++ > 1 file changed, 2 insertions(+) > ---------------------------------------------------------------------- > > > http://git-wip-us.apache.org/repos/asf/lucene- > solr/blob/084e5290/lucene/MIGRATE.txt > ---------------------------------------------------------------------- > diff --git a/lucene/MIGRATE.txt b/lucene/MIGRATE.txt > index e7edcc5..e5e2822 100644 > --- a/lucene/MIGRATE.txt > +++ b/lucene/MIGRATE.txt > @@ -144,3 +144,5 @@ can safely be casted to an int in that case. > > Instead use ConcatentingTokenStream, which will allow for the use of > custom > attributes. > + > +## FieldValueQuery is renamed to DocValuesFieldExistsQuery (LUCENE- > 7899) --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
