From 454d21428eda95b7cf03a77ea9afa23b1d9978ae Mon Sep 17 00:00:00 2001 From: Shalin Shekhar Mangar Date: Thu, 8 Oct 2009 05:34:54 +0000 Subject: [PATCH] SOLR-1483 -- Added notes on sortMissingFirst, sortMissingLast and removed note on StatsComponent and faceting not working for trie fields git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@823025 13f79535-47bb-0310-9956-ffa450edef68 --- example/solr/conf/schema.xml | 35 ++++++++++++++++++++++------------- 1 file changed, 22 insertions(+), 13 deletions(-) diff --git a/example/solr/conf/schema.xml b/example/solr/conf/schema.xml index 8e986359798..46868d7d6e9 100755 --- a/example/solr/conf/schema.xml +++ b/example/solr/conf/schema.xml @@ -73,12 +73,12 @@ - + - @@ -107,8 +107,6 @@ Smaller precisionStep values (specified in bits) will lead to more tokens indexed per value, slightly larger index size, and faster range queries. A precisionStep of 0 disables indexing at different precision levels. - - Note: faceting does not currently work for these fields. --> @@ -134,6 +132,8 @@ the current day Consult the DateField javadocs for more information. + + Note: For faster range queries, consider the tdate type --> @@ -141,11 +141,14 @@ - @@ -155,8 +158,14 @@