Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Solr Wiki" for change 
notification.

The "SpatialForTimeDurations" page has been changed by JonChambers:
http://wiki.apache.org/solr/SpatialForTimeDurations?action=diff&rev1=3&rev2=4

Comment:
Dropped multiValued from the fieldType declaration (should go on the field 
itself).

  {{{
  <fieldType name="days_of_year"
             class="solr.SpatialRecursivePrefixTreeFieldType"
-            multiValued="true"
             geo="false"
             worldBounds="0 0 365 365"
             distErrPct="0"
@@ -43, +42 @@

  
  == Limitations ==
  
- It's not realistic to configure the max values in worldBounds to be a huge 
number (say Long.MAX_VALUE 2^64^.  Maybe as high as perhaps 2^50^?
+ It's not realistic to configure the max values in worldBounds to be a huge 
number (say Long.MAX_VALUE 2^64^. Maybe as high as perhaps 2^50^)?
  
  == Credit ==
  

Reply via email to