Hi,
My fieldtype definition is like:
<fieldType name="solrDate" class="solr.DateField" sortMissingLast="true"
omitNorms="true"/>

I am defining a field:
<field name="UPDATE_DATE" type="solrDate" indexed="false" stored="false" />

Can I have a null for such a field? or is there a way I can use it as a date
field only if the value is null. I cant put the field as a string type as I
have to apply recency sort and some filters for that field.
Regards,
Pooja

Reply via email to