RE: SOLR 8.1.1 index on pdate field included in search results

2019-08-05 Thread Hodder, Rick
SOLR 8.1.1 index on pdate field included in search results Hi Shawn, >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

RE: SOLR 8.1.1 index on pdate field included in search results

2019-08-05 Thread Hodder, Rick
Hi Shawn, >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. Just checking, I'm fine with ExpirationDate appearing in the results, it's th

Re: SOLR 8.1.1 index on pdate field included in search results

2019-08-05 Thread Shawn Heisey
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

SOLR 8.1.1 index on pdate field included in search results

2019-08-05 Thread Hodder, Rick
I am migrating from SOLR 4.10.2 to 8.1.1. For some reason, in the 8.1.1 core, a pdate index named IDX_ExpirationDate is appearing as a field in the search results documents. I have several other indexes that are defined and (correctly) do not appear in the results. But the index I am having trou