> If you use DateRangeField instead of DatePointField for your field's
> class, then you can indeed use partial timestamps for both indexing and
> querying.  This only works with DateRangeField.
>
>
I don't see that as an option in the API? Do I need to change what pdate's
type is in the managed-schema for it to take effect?

As in:

 <fieldType name="pdate" class="solr.DatePointField" docValues="true"/>

to

 <fieldType name="pdate" class="solr.DateRangeField" docValues="true"/>

Thanks,

Rhys

Reply via email to