On 8/5/2019 10:37 AM, Hodder, Rick wrote:
ExpirationDate is supposed to be there, but IDX_ExpirationDate should not. I know that I can probably keep using date, but it is deprecated, and part of the reason for upgrading to 8.1.1 is to use the latest non-deprecated stuff ;-)
The DatePointField class defaults to docValues="true" and useDocValuesAsStored="true". Unless those parameters are changed, if the field is defined for a document, it will typically be in search results.
https://lucene.apache.org/solr/guide/6_6/docvalues.html#DocValues-RetrievingDocValuesDuringSearch Thanks, Shawn