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:07 UTC

[3/3] lucene-solr:branch_7_0: LUCENE-7899: add entry in MIGRATE.txt

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/6837e3d9
Tree: http://git-wip-us.apache.org/repos/asf/lucene-solr/tree/6837e3d9
Diff: http://git-wip-us.apache.org/repos/asf/lucene-solr/diff/6837e3d9

Branch: refs/heads/branch_7_0
Commit: 6837e3d93f8eadb325229f2d9aa72a9e597d1993
Parents: a0b5bce
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 10:56:39 2017 -0400

----------------------------------------------------------------------
 lucene/MIGRATE.txt | 2 ++
 1 file changed, 2 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/6837e3d9/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)