diff --git a/CHANGES.txt b/CHANGES.txt
index c8eff2ed87c..e16ed29a330 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -180,10 +180,10 @@ New Features
and lucene query parser (the latter existed as an undocumented
feature in 1.3) (yonik)
-40. SOLR-940: Add support for Lucene's Trie Range Queries by providing new FieldTypes in schema for int, float, long,
- double and date. Range searches and term queries on such fields will automatically use the corresponding trie
- range filter in Lucene contrib-queries and can be dramatically faster than normal range queries.
- (Uwe Schindler, shalin)
+40. SOLR-940: Add support for Lucene's Trie Range Queries by providing new FieldTypes in
+ schema for int, float, long, double and date. Single-valued Trie based
+ fields with a precisionStep will index multiple precisions and enable
+ faster range queries. (Uwe Schindler, yonik, shalin)
41. SOLR-1038: Enhance CommonsHttpSolrServer to add docs in batch using an iterator API (Noble Paul via shalin)
diff --git a/example/solr/conf/schema.xml b/example/solr/conf/schema.xml
index f0518f3d383..a75b2ecdb7f 100755
--- a/example/solr/conf/schema.xml
+++ b/example/solr/conf/schema.xml
@@ -63,6 +63,7 @@
+
+
+
+
+
-
-
-
-
-
+
-
-
-
-
-
+ Note: precisionStep is disabled for multiValued fields.
+ Note: faceting does not currently work for these fields.
+ -->
+
+
+
+
-
+
+
+
+
+
+
+
+
+
+
+
+
+
-
-
-
-
-
-
-
-
-
+ These types should only be used for back compatibility with existing
+ indexes, or if "sortMissingLast" funcitonallity is needed. Use Trie based fields instead.
+ -->
+
+
+
+
-
+
@@ -389,17 +394,6 @@
-
-
-
-
-
-
-
-
-
-
-
-
+
-
+
-
-
+
+
-
+
+
+
-
+