Re: Solr date range returns wrong number of results

2016-08-18 Thread Shawn Heisey
On 8/18/2016 1:43 AM, Tali Finelt wrote: > I am using Solr 6 in SolrCloud mode and trying to filter results according > to a date range. > > The date field is defined as following in the managed_schema file: > required="false" multiValued="false" /> > > When I run the following query: > > https:

Solr date range returns wrong number of results

2016-08-18 Thread Tali Finelt
Hi All, I am using Solr 6 in SolrCloud mode and trying to filter results according to a date range. The date field is defined as following in the managed_schema file: When I run the following query: https://:8983/solr//select?q=date:[2016-08-02T04:43:38Z TO 2016-08-02T05:43:38Z]&rows=10 I