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