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 17:54:31 UTC

lucene-solr:branch_7_0: LUCENE-7899: add text after header in MIGRATE.txt

Repository: lucene-solr
Updated Branches:
  refs/heads/branch_7_0 157be0b2e -> f288b440b


LUCENE-7899: add text after header 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/f288b440
Tree: http://git-wip-us.apache.org/repos/asf/lucene-solr/tree/f288b440
Diff: http://git-wip-us.apache.org/repos/asf/lucene-solr/diff/f288b440

Branch: refs/heads/branch_7_0
Commit: f288b440b76f6b2ab23cc134054e2b1d374d182a
Parents: 157be0b
Author: Mike McCandless <mi...@apache.org>
Authored: Wed Jul 5 13:53:37 2017 -0400
Committer: Mike McCandless <mi...@apache.org>
Committed: Wed Jul 5 13:54:01 2017 -0400

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


http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/f288b440/lucene/MIGRATE.txt
----------------------------------------------------------------------
diff --git a/lucene/MIGRATE.txt b/lucene/MIGRATE.txt
index e5e2822..8653970 100644
--- a/lucene/MIGRATE.txt
+++ b/lucene/MIGRATE.txt
@@ -146,3 +146,6 @@ Instead use ConcatentingTokenStream, which will allow for the use of custom
 attributes.
 
 ## FieldValueQuery is renamed to DocValuesFieldExistsQuery (LUCENE-7899)
+
+This query matches only documents that have a value for the specified doc
+values field.