-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
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
: 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
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
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