You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@allura.apache.org by je...@apache.org on 2015/11/26 14:19:13 UTC

[03/13] allura git commit: [#7907] ticket:860 Remove deprecated fields

[#7907] ticket:860 Remove deprecated fields


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

Branch: refs/heads/ib/7907
Commit: ca2c02e4b7c0590de658a42d3ab032bc31b196ff
Parents: b210f27
Author: Igor Bondarenko <je...@gmail.com>
Authored: Tue Nov 24 14:48:46 2015 +0200
Committer: Igor Bondarenko <je...@gmail.com>
Committed: Thu Nov 26 14:15:06 2015 +0200

----------------------------------------------------------------------
 solr_config/allura/conf/schema.xml | 15 ---------------
 1 file changed, 15 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/allura/blob/ca2c02e4/solr_config/allura/conf/schema.xml
----------------------------------------------------------------------
diff --git a/solr_config/allura/conf/schema.xml b/solr_config/allura/conf/schema.xml
index 005eab0..7d1257c 100644
--- a/solr_config/allura/conf/schema.xml
+++ b/solr_config/allura/conf/schema.xml
@@ -334,21 +334,6 @@
     <!--Binary data type. The data should be sent/retrieved in as Base64 encoded Strings -->
     <fieldtype name="binary" class="solr.BinaryField"/>
 
-    <!--
-      Note:
-      These should only be used for compatibility with existing indexes (created with lucene or older Solr versions).
-      Use Trie based fields instead. As of Solr 3.5 and 4.x, Trie based fields support sortMissingFirst/Last
-
-      Plain numeric field types that store and index the text
-      value verbatim (and hence don't correctly support range queries, since the
-      lexicographic ordering isn't equal to the numeric ordering)
-    -->
-    <fieldType name="pint" class="solr.IntField"/>
-    <fieldType name="plong" class="solr.LongField"/>
-    <fieldType name="pfloat" class="solr.FloatField"/>
-    <fieldType name="pdouble" class="solr.DoubleField"/>
-    <fieldType name="pdate" class="solr.DateField" sortMissingLast="true"/>
-
     <!-- The "RandomSortField" is not used to store or search any
          data.  You can declare fields of this type it in your schema
          to generate pseudo-random orderings of your docs for sorting