Re: error when indexing null value of slong fied

2008-09-25 Thread Chris Hostetter
"Missing" is different then "null" ... in truth what i suspect yo uare doing is indexing something like this... ...that is an empty string (""), and the error is because an empty string can't be converted to a number : when i indexed a doc with null value of this field, an error happ

error when indexing null value of slong fied

2008-09-22 Thread 李学健
hi, all a field schema as this: when i indexed a doc with null value of this field, an error happened: SEVERE: org.apache.solr.common.SolrException: Error while creating field 'pubdate{type=slong,properties=indexed,stored,omitNorms,sortMissingLast}' from value '' and slong type defined as belo