Re: LTR 'feature' and passing date parameters

2017-10-18 Thread Dariusz Wojtas
Thank you very much Binoy. This worked perfectly. Best regards, Dariusz Wojtas On Wed, Oct 18, 2017 at 5:06 PM, Binoy Dalal wrote: > Dariusz, > This problem is most probably occurring because solr does not store dates > in the format you've specified. It's something like: 2017-10-08T12:23:00Z.

Re: LTR 'feature' and passing date parameters

2017-10-18 Thread Binoy Dalal
Dariusz, This problem is most probably occurring because solr does not store dates in the format you've specified. It's something like: 2017-10-08T12:23:00Z. You'll probably need to specify your date in your efi feature in the manner above to get it to work. You can find more details on dates here

LTR 'feature' and passing date parameters

2017-10-18 Thread Dariusz Wojtas
Hi, I am using the LTR functionality (SOLR 7) and need to define a feature that will check if the given request parameter of type date (ie. '1998-11-23') matches birthDate in the stored document. Date granularity should be on DAY level. Simply: * if dates match - return 1 * otherwise (birthDate not