Re: java.lang.NumberFormatException: For input string: "string;#-6.872515521, 53.28853084"

2014-09-27 Thread Jack Krupansky
-user@lucene.apache.org Subject: Re: java.lang.NumberFormatException: For input string: "string;#-6.872515521, 53.28853084" It looks like the data is, literally, string;#-6.872515521, 53.28853084 or maybe #-6.872515521, 53.28853084 either way the data isn't in anything like the format

Re: java.lang.NumberFormatException: For input string: "string;#-6.872515521, 53.28853084"

2014-09-26 Thread Erick Erickson
It looks like the data is, literally, string;#-6.872515521, 53.28853084 or maybe #-6.872515521, 53.28853084 either way the data isn't in anything like the format expected. Of course I may be mis-reading this, but it looks like your input process isn't doing what you expect. How are you sending t

Re: java.lang.NumberFormatException: For input string: ""

2009-12-08 Thread Chris Hostetter
: its strange i had a dismaxhandler and it had an empty value for ps field : i added a default value like 100 and the error disappeared. I really wish the java compiler had an option so we could say "when compiling our code, treat this list of unchecked exceptions like checked exceptions" so we

Re: java.lang.NumberFormatException: For input string: ""

2009-12-03 Thread darniz
its strange i had a dismaxhandler and it had an empty value for ps field i added a default value like 100 and the error disappeared. markrmiller wrote: > > Can you share the config files? > > darniz wrote: >> Hello All, >> >> i am getting this exception when i start solr. >> when i use hte

Re: java.lang.NumberFormatException: For input string: ""

2009-12-03 Thread Mark Miller
Can you share the config files? darniz wrote: > Hello All, > > i am getting this exception when i start solr. > when i use hte original schema file and config file it is fine, but when we > put our own schema file it gives the error. > i made sure we dont have any documents in our index. > Still