thanx Eric, that was very helpfull
2010/2/12 Erik Hatcher
> That would be the problem then, I believe. Simply don't post a value to
> get the default value to work.
>
>Erik
>
>
> On Feb 12, 2010, at 10:18 AM, nabil rabhi wrote:
>
> yes, sometimes the document has postal_code with no va
That would be the problem then, I believe. Simply don't post a value
to get the default value to work.
Erik
On Feb 12, 2010, at 10:18 AM, nabil rabhi wrote:
yes, sometimes the document has postal_code with no values , i still
post it
to solr
2010/2/12 Erik Hatcher
When a documen
yes, sometimes the document has postal_code with no values , i still post it
to solr
2010/2/12 Erik Hatcher
> When a document has no value, are you still sending a postal_code field in
> your post to Solr? Seems like you are.
>
>Erik
>
>
> On Feb 12, 2010, at 8:12 AM, nabil rabhi wrote:
When a document has no value, are you still sending a postal_code
field in your post to Solr? Seems like you are.
Erik
On Feb 12, 2010, at 8:12 AM, nabil rabhi wrote:
in the schema.xml I have fileds with int type and default value
exp: stored="true"
default="0"/>
but when a docume
in the schema.xml I have fileds with int type and default value
exp:
but when a document has no value for the field "postal_code"
at indexing, I get the following error:
Posting file Immo.xml to http://localhost:8983/solr/update/
Error 500
HTTP ERROR: 500For input string: ""
java.lang.Numb