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

[1/2] lucene-solr:branch_7x: SOLR-11097: Randomize PointFields in schema-id-and-version-fields-only.xml and all affected tests

Repository: lucene-solr
Updated Branches:
  refs/heads/branch_7_0 94046b9e1 -> 266076d58
  refs/heads/branch_7x bf3ae5098 -> 9c3c67d56


SOLR-11097: Randomize PointFields in schema-id-and-version-fields-only.xml and all affected tests

(cherry picked from commit 369d308158163d7aa70fb44ef0025af423288cb8)


Project: http://git-wip-us.apache.org/repos/asf/lucene-solr/repo
Commit: http://git-wip-us.apache.org/repos/asf/lucene-solr/commit/9c3c67d5
Tree: http://git-wip-us.apache.org/repos/asf/lucene-solr/tree/9c3c67d5
Diff: http://git-wip-us.apache.org/repos/asf/lucene-solr/diff/9c3c67d5

Branch: refs/heads/branch_7x
Commit: 9c3c67d566d9dd1e976cf1dde839d3260cdc0503
Parents: bf3ae50
Author: Chris Hostetter <ho...@apache.org>
Authored: Mon Jul 17 14:44:04 2017 -0700
Committer: Chris Hostetter <ho...@apache.org>
Committed: Mon Jul 17 14:45:08 2017 -0700

----------------------------------------------------------------------
 solr/CHANGES.txt                                                   | 1 +
 .../solr/collection1/conf/schema-id-and-version-fields-only.xml    | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/9c3c67d5/solr/CHANGES.txt
----------------------------------------------------------------------
diff --git a/solr/CHANGES.txt b/solr/CHANGES.txt
index d156b3c..8ebce91 100644
--- a/solr/CHANGES.txt
+++ b/solr/CHANGES.txt
@@ -478,6 +478,7 @@ Other Changes
   - SOLR-11059: Randomize PointFields in schema-blockjoinfacetcomponent.xml and all related tests (Anshum Gupta)
   - SOLR-11060: Randomize PointFields in schema-custom-field.xml and all related tests (Anshum Gupta)
   - SOLR-11095: Randomize PointFields in doc-expiry & exitabe-directory test configsets (hossman)
+  - SOLR-11097: Randomize PointFields in schema-id-and-version-fields-only.xml and all affected tests (hossman)
 
 * SOLR-6807: Changed requestDispatcher's handleSelect to default to false, thus ignoring "qt".
   Simplified configs to not refer to handleSelect or "qt".  Switch all tests that assumed true to assume false

http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/9c3c67d5/solr/core/src/test-files/solr/collection1/conf/schema-id-and-version-fields-only.xml
----------------------------------------------------------------------
diff --git a/solr/core/src/test-files/solr/collection1/conf/schema-id-and-version-fields-only.xml b/solr/core/src/test-files/solr/collection1/conf/schema-id-and-version-fields-only.xml
index 96f0866..be38c04 100644
--- a/solr/core/src/test-files/solr/collection1/conf/schema-id-and-version-fields-only.xml
+++ b/solr/core/src/test-files/solr/collection1/conf/schema-id-and-version-fields-only.xml
@@ -17,7 +17,7 @@
 -->
 
 <schema name="id-and-version-fields-only" version="1.6">
-  <fieldType name="long" class="solr.TrieLongField" precisionStep="0" positionIncrementGap="0"/>
+  <fieldType name="long" class="${solr.tests.LongFieldType}" docValues="${solr.tests.numeric.dv}" precisionStep="0" positionIncrementGap="0"/>
   <fieldType name="string" class="solr.StrField" sortMissingLast="true"/>
   <field name="id" type="string" indexed="true" stored="true" multiValued="false" required="true"/>
   <field name="_version_" type="long" indexed="true" stored="true"/>


[2/2] lucene-solr:branch_7_0: SOLR-11097: Randomize PointFields in schema-id-and-version-fields-only.xml and all affected tests

Posted by ho...@apache.org.
SOLR-11097: Randomize PointFields in schema-id-and-version-fields-only.xml and all affected tests

(cherry picked from commit 369d308158163d7aa70fb44ef0025af423288cb8)


Project: http://git-wip-us.apache.org/repos/asf/lucene-solr/repo
Commit: http://git-wip-us.apache.org/repos/asf/lucene-solr/commit/266076d5
Tree: http://git-wip-us.apache.org/repos/asf/lucene-solr/tree/266076d5
Diff: http://git-wip-us.apache.org/repos/asf/lucene-solr/diff/266076d5

Branch: refs/heads/branch_7_0
Commit: 266076d58df35afe83bd855ba1c9e63422523ae6
Parents: 94046b9
Author: Chris Hostetter <ho...@apache.org>
Authored: Mon Jul 17 14:44:04 2017 -0700
Committer: Chris Hostetter <ho...@apache.org>
Committed: Mon Jul 17 14:55:16 2017 -0700

----------------------------------------------------------------------
 solr/CHANGES.txt                                                   | 1 +
 .../solr/collection1/conf/schema-id-and-version-fields-only.xml    | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/266076d5/solr/CHANGES.txt
----------------------------------------------------------------------
diff --git a/solr/CHANGES.txt b/solr/CHANGES.txt
index 61c6e04..cda6e1c 100644
--- a/solr/CHANGES.txt
+++ b/solr/CHANGES.txt
@@ -417,6 +417,7 @@ Other Changes
   - SOLR-11059: Randomize PointFields in schema-blockjoinfacetcomponent.xml and all related tests (Anshum Gupta)
   - SOLR-11060: Randomize PointFields in schema-custom-field.xml and all related tests (Anshum Gupta)
   - SOLR-11095: Randomize PointFields in doc-expiry & exitabe-directory test configsets (hossman)
+  - SOLR-11097: Randomize PointFields in schema-id-and-version-fields-only.xml and all affected tests (hossman)
 
 * SOLR-6807: Changed requestDispatcher's handleSelect to default to false, thus ignoring "qt".
   Simplified configs to not refer to handleSelect or "qt".  Switch all tests that assumed true to assume false

http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/266076d5/solr/core/src/test-files/solr/collection1/conf/schema-id-and-version-fields-only.xml
----------------------------------------------------------------------
diff --git a/solr/core/src/test-files/solr/collection1/conf/schema-id-and-version-fields-only.xml b/solr/core/src/test-files/solr/collection1/conf/schema-id-and-version-fields-only.xml
index 96f0866..be38c04 100644
--- a/solr/core/src/test-files/solr/collection1/conf/schema-id-and-version-fields-only.xml
+++ b/solr/core/src/test-files/solr/collection1/conf/schema-id-and-version-fields-only.xml
@@ -17,7 +17,7 @@
 -->
 
 <schema name="id-and-version-fields-only" version="1.6">
-  <fieldType name="long" class="solr.TrieLongField" precisionStep="0" positionIncrementGap="0"/>
+  <fieldType name="long" class="${solr.tests.LongFieldType}" docValues="${solr.tests.numeric.dv}" precisionStep="0" positionIncrementGap="0"/>
   <fieldType name="string" class="solr.StrField" sortMissingLast="true"/>
   <field name="id" type="string" indexed="true" stored="true" multiValued="false" required="true"/>
   <field name="_version_" type="long" indexed="true" stored="true"/>