On 8/16/2012 6:57 AM, Muzaffer Tolga Özses wrote:
> 
> Also, below are the lines I got when starting it:
> 
> SEVERE: org.apache.solr.common.SolrException: Schema Parsing Failed: 
> multiple points
> ...
> Caused by: java.lang.NumberFormatException: multiple points
>      at 
> sun.misc.FloatingDecimal.readJavaFormatString(FloatingDecimal.java:1082)

This looks like the version number at the top of the schema has more than one 
dot,
eg "1.2.3". Solr parses version as a floating point number, so it must be 
"1.23" instead.

Reply via email to