You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by mi...@apache.org on 2017/07/05 15:00:59 UTC

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 <mi...@apache.org>
Authored: Wed Jul 5 10:56:39 2017 -0400
Committer: Mike McCandless <mi...@apache.org>
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)


Re: lucene-solr:branch_7x: LUCENE-7899: add entry in MIGRATE.txt

Posted by Michael McCandless <lu...@mikemccandless.com>.
Oh, I'll add a line of text there.  Thanks Uwe.

+1 to rename our Markdown files to .md!

Mike McCandless

http://blog.mikemccandless.com

On Wed, Jul 5, 2017 at 11:36 AM, Uwe Schindler <uw...@thetaphi.de> wrote:

> 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: uwe@thetaphi.de
>
> > -----Original Message-----
> > From: mikemccand@apache.org [mailto:mikemccand@apache.org]
> > Sent: Wednesday, July 5, 2017 5:01 PM
> > To: commits@lucene.apache.org
> > 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 <mi...@apache.org>
> > Authored: Wed Jul 5 10:56:39 2017 -0400
> > Committer: Mike McCandless <mi...@apache.org>
> > 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: dev-unsubscribe@lucene.apache.org
> For additional commands, e-mail: dev-help@lucene.apache.org
>
>

RE: lucene-solr:branch_7x: LUCENE-7899: add entry in MIGRATE.txt

Posted by Uwe Schindler <uw...@thetaphi.de>.
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: uwe@thetaphi.de

> -----Original Message-----
> From: mikemccand@apache.org [mailto:mikemccand@apache.org]
> Sent: Wednesday, July 5, 2017 5:01 PM
> To: commits@lucene.apache.org
> 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 <mi...@apache.org>
> Authored: Wed Jul 5 10:56:39 2017 -0400
> Committer: Mike McCandless <mi...@apache.org>
> 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: dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org