You are viewing a plain text version of this content. The canonical link for it is here.
Posted to solr-commits@lucene.apache.org by yo...@apache.org on 2009/10/05 05:27:51 UTC

svn commit: r821673 - /lucene/solr/trunk/example/solr/conf/schema.xml

Author: yonik
Date: Mon Oct  5 03:27:51 2009
New Revision: 821673

URL: http://svn.apache.org/viewvc?rev=821673&view=rev
Log:
clarify precisionStep==0

Modified:
    lucene/solr/trunk/example/solr/conf/schema.xml

Modified: lucene/solr/trunk/example/solr/conf/schema.xml
URL: http://svn.apache.org/viewvc/lucene/solr/trunk/example/solr/conf/schema.xml?rev=821673&r1=821672&r2=821673&view=diff
==============================================================================
--- lucene/solr/trunk/example/solr/conf/schema.xml (original)
+++ lucene/solr/trunk/example/solr/conf/schema.xml Mon Oct  5 03:27:51 2009
@@ -106,6 +106,7 @@
 
      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.
     -->