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/06/13 02:16:05 UTC

[5/8] lucene-solr:jira/SOLR-10834: fix manual mistake made in schema changes

fix manual mistake made in schema changes


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

Branch: refs/heads/jira/SOLR-10834
Commit: ec03260265f8a3bbdfd7f9b015de16a4950a05eb
Parents: 5d43005
Author: Chris Hostetter <ho...@apache.org>
Authored: Mon Jun 12 09:11:39 2017 -0700
Committer: Chris Hostetter <ho...@apache.org>
Committed: Mon Jun 12 09:11:39 2017 -0700

----------------------------------------------------------------------
 solr/core/src/test-files/solr/crazy-path-to-schema.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/ec032602/solr/core/src/test-files/solr/crazy-path-to-schema.xml
----------------------------------------------------------------------
diff --git a/solr/core/src/test-files/solr/crazy-path-to-schema.xml b/solr/core/src/test-files/solr/crazy-path-to-schema.xml
index dd20b6b..5b443ea 100644
--- a/solr/core/src/test-files/solr/crazy-path-to-schema.xml
+++ b/solr/core/src/test-files/solr/crazy-path-to-schema.xml
@@ -23,7 +23,7 @@
 
 <schema name="test" version="1.0">
   <types>
-    <fieldType name="string" class="solr.StrField" precisionStep="0"/>
+    <fieldType name="string" class="solr.StrField" />
     <fieldType name="text" class="solr.TextField">
       <analyzer>
         <tokenizer class="solr.StandardTokenizerFactory"/>