schema. I did
it with :
curl -X POST -H 'Content-type:application/json' --data-binary '{
"add-field-type" : {
"name":"DateRangeField",
"class":"solr.DateRangeField"
}
}' http://localhost:7574/solr/date_test/schema
Thank you for your help
Ulul
3T12:15:00Z/DAY] and "TZ":"Europe/Paris" that translates to
[2016-12-30T23 TO 2017-01-02T23:00:00]
the same query with TZ=America/New_York translates to [2016-12-31T05 TO
2017-01-03T05:00:00] and does not retrives the doc
Cheers
On 20/07/2017 02:10, Ulul wrote:
> Hi ever