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

lucene-solr:master: SOLR-11060: Randomize PointFields in schema-custom-field.xml and all related tests

Repository: lucene-solr
Updated Branches:
  refs/heads/master 7b5c50c3c -> 47731ce0a


SOLR-11060: Randomize PointFields in schema-custom-field.xml and all related tests


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

Branch: refs/heads/master
Commit: 47731ce0a4a0606dc351bf69e941b654d5fd9a4f
Parents: 7b5c50c
Author: Anshum Gupta <an...@apache.org>
Authored: Wed Jul 12 17:04:00 2017 -0700
Committer: Anshum Gupta <an...@apache.org>
Committed: Wed Jul 12 17:04:00 2017 -0700

----------------------------------------------------------------------
 solr/CHANGES.txt                                                 | 1 +
 .../src/test-files/solr/collection1/conf/schema-custom-field.xml | 4 ++--
 2 files changed, 3 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/47731ce0/solr/CHANGES.txt
----------------------------------------------------------------------
diff --git a/solr/CHANGES.txt b/solr/CHANGES.txt
index bca3a47..6bed79d 100644
--- a/solr/CHANGES.txt
+++ b/solr/CHANGES.txt
@@ -470,6 +470,7 @@ Other Changes
   - SOLR-11048: Randomize PointsFields in schema-add-schema-fields-update-processor.xml in solr-core collection1 and
     all affected tests (Anshum Gupta)
   - 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-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/47731ce0/solr/core/src/test-files/solr/collection1/conf/schema-custom-field.xml
----------------------------------------------------------------------
diff --git a/solr/core/src/test-files/solr/collection1/conf/schema-custom-field.xml b/solr/core/src/test-files/solr/collection1/conf/schema-custom-field.xml
index 23999e4..c8e89a1 100644
--- a/solr/core/src/test-files/solr/collection1/conf/schema-custom-field.xml
+++ b/solr/core/src/test-files/solr/collection1/conf/schema-custom-field.xml
@@ -17,8 +17,8 @@
 -->
 
 <schema name="test-custom-field-sort" version="1.6">
-  <fieldType name="int" class="solr.TrieIntField" precisionStep="0" omitNorms="true" positionIncrementGap="0"/>
-  <fieldType name="long" class="solr.TrieLongField" precisionStep="0" omitNorms="true" positionIncrementGap="0"/>
+  <fieldType name="int" class="${solr.tests.IntegerFieldType}" docValues="${solr.tests.numeric.dv}" precisionStep="0" omitNorms="true" positionIncrementGap="0"/>
+  <fieldType name="long" class="${solr.tests.LongFieldType}" docValues="${solr.tests.numeric.dv}" precisionStep="0" omitNorms="true" positionIncrementGap="0"/>
   <fieldType name="string" class="solr.StrField" sortMissingLast="true"/>
   <fieldType name="text" class="solr.TextField">
     <analyzer>